|
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
public abstract class R1toMatrix
This is a function that maps from R1 to a Matrix space. It takes one real argument and outputs one matrix value. That is, /[ f(x) = A /]
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
Function.EvaluationException |
| Constructor Summary | |
|---|---|
R1toMatrix()
|
|
| Method Summary | |
|---|---|
int |
dimensionOfDomain()
Get the number of variables the function has. |
int |
dimensionOfRange()
Get the dimension of the range space of the function. |
abstract Matrix |
evaluate(double x)
Evaluate f(x) = A. |
Matrix |
evaluate(Vector x)
Evaluate the function f at x, where x is from the domain. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public R1toMatrix()
| Method Detail |
|---|
public int dimensionOfDomain()
Function
dimensionOfDomain in interface Function<Vector,Matrix>public int dimensionOfRange()
Function
dimensionOfRange in interface Function<Vector,Matrix>public Matrix evaluate(Vector x)
Function
evaluate in interface Function<Vector,Matrix>x - x
public abstract Matrix evaluate(double x)
x - x
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||