Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
Modifier and Type | Method and Description |
---|---|
void |
ComplexSparseCholesky.factorNumerically()
Computes the numeric factorization of a sparse Hermitian positive
definite matrix.
|
void |
ComplexSparseCholesky.factorSymbolically()
Computes the symbolic factorization of a sparse Hermitian
positive definite matrix.
|
Complex[] |
ComplexSparseCholesky.solve(Complex[] b)
Computes the solution of a sparse Hermitian positive definite
system of linear equations \(Ax=b\).
|
Copyright © 2020 Rogue Wave Software. All rights reserved.