Meta.Numerics Library
Meta.Numerics.Matrices Namespace
Meta.NumericsMeta.Numerics.Matrices
Contains types that store and operate on matrices.
Declaration Syntax
C#Visual BasicVisual C++F#
namespace Meta.Numerics.Matrices
Namespace Meta.Numerics.Matrices
namespace Meta.Numerics.Matrices
namespace Meta.Numerics.Matrices
Types
All TypesClasses
IconTypeDescription
AnyMatrix<(Of <(<'T>)>)>
Describes the form of all matrices.
AnyRectangularMatrix
Describes the form of all real matrices.
AnySquareMatrix
Describes the form of all real, square matrices.
CholeskyDecomposition
Represents the Cholesky Decomposition of a symmetric, positive definite matrix.
ColumnVector
A column vector of real numbers.
ComplexEigensystem
Represents a collection of complex eigenvalues and eigenvectors.
QRDecomposition
Represents a QR decomposition of a matrix.
RealEigensystem
Represents a collection of real eigenvalues and eigenvectors.
RectangularMatrix
A rectangular matrix of real numbers.
RowVector
A row vector of real numbers.
SingularValueDecomposition
Stores the singular value decomposition of a matrix.
SparseSquareMatrix
Represents a sparse, square matrix.
SquareLUDecomposition
Represents the LU decomposition of a square matrix.
SquareMatrix
Represents a square matrix.
SquareQRDecomposition
Represents the QR decomposition of a square matrix.
SymmetricMatrix
Represents a symmetric matrix.
TridiagonalLUDecomposition
Represents the LU decomposition of a tridiagonal matrix.
TridiagonalMatrix
Represents a tridiagonal matrix.
VectorBase
Implements functionality shared between row and column vectors.