IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Package Meta.Numerics.Matrices

Classes

class  AnyMatrix< T >
 Describes the form of all matrices. More...
 
class  AnyRectangularMatrix
 Describes the form of all real matrices. More...
 
class  AnySquareMatrix
 Describes the form of all real, square matrices. More...
 
class  Blas1
 
class  Blas2
 
class  CholeskyDecomposition
 Represents the Cholesky Decomposition of a symmetric, positive definite matrix. More...
 
class  ColumnVector
 A column vector of real numbers. More...
 
class  ComplexEigensystem
 Represents a collection of complex eigenvalues and eigenvectors. More...
 
class  LUDecomposition
 Represents the LU decomposition of a square matrix. More...
 
class  MatrixAlgorithms
 
class  QRDecomposition
 Represents a QR decomposition of a matrix. More...
 
class  RealEigensystem
 Represents a collection of real eigenvalues and eigenvectors. More...
 
class  RectangularMatrix
 A rectangular matrix of real numbers. More...
 
class  RowVector
 A row vector of real numbers. More...
 
class  SingularValueDecomposition
 Stores the singular value decomposition of a matrix. More...
 
class  SparseMatrixElement
 
class  SparseSquareMatrix
 Represents a sparse, square matrix. More...
 
class  SquareMatrix
 Represents a square matrix. More...
 
class  SquareMatrixAlgorithms
 
class  SquareQRDecomposition
 Represents the QR decomposition of a square matrix. More...
 
class  SymmetricMatrix
 Represents a symmetric matrix. More...
 
class  SymmetricMatrixAlgorithms
 
class  TridiagonalLUDecomposition
 Represents the LU decomposition of a tridiagonal matrix. More...
 
class  TridiagonalMatrix
 Represents a tridiagonal matrix. More...
 
class  VectorAlgorithms
 
class  VectorBase
 Implements functionality shared between row and column vectors. More...