Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
com.imsl.test.example.math |
Math examples.
|
Modifier and Type | Method and Description |
---|---|
void |
SparseCholesky.factorNumerically()
Computes the numeric factorization of a sparse real symmetric positive
definite matrix.
|
void |
SparseCholesky.factorSymbolically()
Computes the symbolic factorization of a sparse real symmetric positive definite matrix.
|
double[] |
SparseCholesky.solve(double[] b)
Computes the solution of a sparse real symmetric positive definite system of linear
equations \(Ax=b\).
|
Constructor and Description |
---|
ConjugateGradientEx2(int n,
int c) |
Copyright © 2020 Rogue Wave Software. All rights reserved.