Skip to main content

38 docs tagged with "matrix"

View All Tags

ARPACK

Eigenvalue of sparse matrices.

CSRMatrix

CSRMatrix is defined to handle Compressed Sparse Row matrix.

CSRSparsity

CSRSparsity is a user type for storing the compressed sparse row sparse matrix.

DiagUtility

This module contains useful routines related for diagonal matrices.

EigenUtility

This module constains routines for computing the eigenvalues and eigenvectors of matrices.

Lapack95 example 1

This example shows the use of SYTRF and SYCONV method defined in Lapack95.

Lapack95 example 10

This example shows the use of SymGetLU and SymLUSolve method defined in Lapack95.

Lapack95 example 11

This example shows the use of SymGetLU and SymLUSolve method defined in Lapack95.

Lapack95 example 12

This example shows the use of SymGetLU and SymLUSolve method defined in Lapack95.

Lapack95 example 13

This example shows the use of SymGetLU and SymGetInv method defined in Lapack95.

Lapack95 example 7

This example shows the use of SymGetCholesky method defined in Lapack95.

Lapack95 example 8

This example shows the use of SymGetCholesky method defined in Lapack95.

Lapack95 example 9

This example shows the use of SymGetLU and SymLUSolve method defined in Lapack95.

SortUtility

This module contains routines for sorting the matrix and vectors. Currently, this module provides following methods.

SwapUtility

This module includes the routines for swapping operations.

SymUtility

SymUtility module provides routines for constructing the symmetric matrices from the lower or upper part of a dese matrix.

TriagUtility

This module defines the methods to access the upper or lower triangular part of a square or rectangle matrix.