ComplexSparseCholesky overview
![]() |
Constructs the matrix structure for the Cholesky factorization of a sparse Hermitian positive definite matrix of type ComplexSparseMatrix . |
![]() | The largest diagonal element of the Cholesky factor. |
![]() | The number of nonzeros in the Cholesky factor. |
![]() | The method used in the numerical factorization of the permuted input matrix. |
![]() | The smallest diagonal element of the Cholesky factor. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Computes the numeric factorization of a sparse Hermitian positive definite matrix. |
![]() | Computes the symbolic factorization of a sparse Hermitian positive definite matrix. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Returns the numeric Cholesky factor. |
![]() | Returns the symbolic Cholesky factor. |
![]() | Gets the Type of the current instance. |
![]() | Sets the numeric Cholesky factor to use in solving a sparse complex Hermitian positive definite system of linear equations ![]() |
![]() | Sets the symbolic Cholesky factor to use in solving a sparse complex Hermitian positive definite system of linear equations ![]() |
![]() | Computes the solution of a sparse Hermitian positive definite system of linear equations ![]() |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
ComplexSparseCholesky Class | Imsl.Math Namespace | Example