|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.analysis.function.matrix.R1toMatrix
com.numericalmethod.suanshu.analysis.function.matrix.R1toConstantMatrix
public class R1toConstantMatrix
This class represents a matrix function that always returns the same constant matrix.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
Function.EvaluationException |
| Constructor Summary | |
|---|---|
R1toConstantMatrix(Matrix A)
Construct a constant matrix function. |
|
| Method Summary | |
|---|---|
Matrix |
evaluate(double x)
Compute f(x). |
| Methods inherited from class com.numericalmethod.suanshu.analysis.function.matrix.R1toMatrix |
|---|
dimension4Domain, dimension4Range, evaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public R1toConstantMatrix(Matrix A)
A - the constant matrix| Method Detail |
|---|
public Matrix evaluate(double x)
R1toMatrixf(x).
evaluate in class R1toMatrixx - x
f(x)
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||