ComplexSparseCholesky overview
ComplexSparseCholesky Constructor | Constructs the matrix structure for the Cholesky factorization of a sparse Hermitian positive definite matrix of type ComplexSparseMatrix . |
LargestDiagonalElement | The largest diagonal element of the Cholesky factor. |
NumberOfNonzeros | The number of nonzeros in the Cholesky factor. |
NumericFactorizationMethod | The method used in the numerical factorization of the permuted input matrix. |
SmallestDiagonalElement | The smallest diagonal element of the Cholesky factor. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current 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. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetNumericFactor | Returns the numeric Cholesky factor. |
GetSymbolicFactor | Returns the symbolic Cholesky factor. |
GetType (inherited from Object) | Gets the Type of the current instance. |
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) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ComplexSparseCholesky Class | Imsl.Math Namespace | Example