Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
com.imsl.test.example.math |
Math examples.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
GenMinRes.Preconditioner
Public interface for the user supplied function to
GenMinRes used for preconditioning. |
Constructor and Description |
---|
GenMinRes(int n,
GenMinRes.Function argF)
GMRES linear system solver constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
GenMinResEx1
Solves a small linear system with the Generalized Minimum Residual (GMRES)
method.
|
class |
GenMinResEx2
Solves a small linear system with user supplied inner
product.
|
class |
GenMinResEx3
Solves a small linear system stored in sparse form.
|
class |
GenMinResEx4
Solves a small linear system stored in sparse form with
preconditioning.
|
class |
GenMinResEx5
Solves the Poisson equation using the second Householder
implementation.
|
class |
GenMinResEx6
Solves the Poisson equation using the second Householder
implementation and preconditioning.
|
class |
GenMinResEx7
Solves a small linear system with logging.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.