Click or drag to resize

DotNumerics.LinearAlgebra Namespace

 
Classes
 ClassDescription
Public classBandMatrix Represents a Band Matrix.
Public classBaseBandMatrix Represents the base class for band matrices.
Public classBaseMatrix Represents a Base Matrix.
Public classComplexMatrix Represents a Complex Matrix.
Public classComplexVector Represents a Complex Vector.
Public classEigenSystem Computes the eigenvalues and the eigenvectors of a square matrix.
Public classLinearEquations Computes the solution to a system of linear equations.
Public classLinearLeastSquares Computes the minimum-norm solution to a real linear least squares problem: minimize 2-norm(|| A*X - B||) involving an M-by-N matrix A. The problem can be solved using: 1) A QR or LQ factorization, 2) Complete orthogonal factorization, 3) Using singular value decomposition (SVD).
Public classMatrix Represents a general Matrix.
Public classSingularValueDecomposition Computes the singular value decomposition (SVD) of a real M-by-N matrix A.
Public classSymmetricBandMatrix Represents a symmetric band matrix.
Public classSymmetricMatrix Represents a symmetric matrix.
Public classTridiagonalMatrix Represents a Tridiagonal Matrix.
Public classVector Represents a Vector.
Interfaces
 InterfaceDescription
Public interfaceIMatrixT Interface for a Matrix
Enumerations
 EnumerationDescription
Public enumerationVectorType