Click or drag to resize

FinMath.LinearAlgebra.Factorizations Namespace

 
Classes
  ClassDescription
Public classCholesky
Implements the Cholesky factorization of real square positive-definite matrix.
Public classLQ
Implements a LQ factorization of general rectangular real matrix with or without row pivoting.
Public classLU
Implements the LU factorization or general real square matrix.
Public classQR
Implements a QR factorization of general rectangular real matrix with or without column pivoting.
Public classSVD
Implements Singular Value Decomposition (SVD) or general real rectangular matrix.
Enumerations
  EnumerationDescription
Public enumerationSVDVectorSet
Describes set of singular vectors to compute.