Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
com.imsl.test.example.math |
Math examples.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ConjugateGradient.Preconditioner
Public interface for the user supplied function to
ConjugateGradient used for preconditioning. |
Constructor and Description |
---|
ConjugateGradient(int n,
ConjugateGradient.Function argF)
Conjugate gradient constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ConjugateGradientEx1
Solves a positive definite linear system using the conjugate gradient
method.
|
class |
ConjugateGradientEx2
Solves a sparse linear system using the conjugate gradient method with
preconditioning.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.