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.Norm
Public interface for the user supplied function to the
GenMinRes object used for the norm \( \Vert X \Vert \)
when the Gram-Schmidt implementation is used. |
Modifier and Type | Method and Description |
---|---|
GenMinRes.VectorProducts |
GenMinRes.getVectorProducts()
Returns the user-supplied functions for the inner product and,
optionally, the norm used in the Gram-Schmidt implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
GenMinRes.setVectorProducts(GenMinRes.VectorProducts argP)
Sets the user-supplied functions for the inner product and,
optionally, the norm to be used in the Gram-Schmidt implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
GenMinResEx2
Solves a small linear system with user supplied inner
product.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.