.NET Matrix Library
CCholesky Class Members
See Also  Properties  Methods  Send Feedback


The following tables list the members exposed by CCholesky.

Public Constructors

 NameDescription
public ConstructorCCholesky ConstructorInitializes a new instance of the CCholesky class computing the Cholesky factorization of a complex Hermitian 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 MethodDisposeReleases all the resources used by the CCholesky object.  
public MethodInverseReturns the inverse of a complex Hermitian positive-definite matrix using its Cholesky factorization.  
public MethodSolveSolves a system of linear equations using the Cholesky factorization of a complex Hermitian positive-definite matrix.  
Top

See Also

.NET Matrix Library