The ComplexSparseCholesky type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | FactorNumerically |
Computes the numeric factorization of a sparse Hermitian positive
definite matrix.
|
![]() | FactorSymbolically |
Computes the symbolic factorization of a sparse Hermitian
positive definite matrix.
|
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetNumericFactor |
Returns the numeric Cholesky factor.
|
![]() | GetSymbolicFactor |
Returns the symbolic Cholesky factor.
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | SetNumericFactor |
Sets the numeric Cholesky factor to use in solving a sparse complex
Hermitian positive definite system of linear equations
![]() |
![]() | SetSymbolicFactor |
Sets the symbolic Cholesky factor to use in solving a sparse
complex Hermitian positive definite system of linear equations
![]() |
![]() | Solve |
Computes the solution of a sparse Hermitian positive definite
system of linear equations ![]() |
![]() | ToString | (Inherited from Object.) |