| Package | Description |
|---|---|
| com.imsl.math |
Mathematical functions and algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
ConjugateGradient.solve(double[] b)
Solves a real symmetric positive or negative definite system \(Ax=b\) using
a conjugate gradient method with or without preconditioning.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.