.NET Matrix Library
Cholesky Class Members
See Also  Properties  Methods  Send comments on this topic


The following tables list the members exposed by Cholesky.

Public Constructors

 NameDescription
public ConstructorCholesky ConstructorInitializes a new instance of the Cholesky class computing the Cholesky factorization of a real symmetric positive-definite matrix.  
Top

Public Properties

 NameDescription
public PropertyLGets the factor L, the lower triangular part of the Cholesky factorization.  
public PropertySizeGets the size of the matrix that is represented by the factorization.  
public PropertySucceededIndicates whether the Cholesky factorization succeeded and has reached completion.  
Top

Public Methods

 NameDescription
public MethodInverseReturns the inverse of a real symmetric positive-definite matrix using its Cholesky factorization.  
public MethodSolveSolves a system of linear equations using the Cholesky factorization of a real symmetric positive-definite matrix.  
Top

See Also

.NET Matrix Library Documentation