public abstract class R1toMatrix extends Object implements RntoMatrix
Function.EvaluationException| Constructor and Description |
|---|
R1toMatrix() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public int dimensionOfDomain()
FunctiondimensionOfDomain in interface Function<Vector,Matrix>public int dimensionOfRange()
FunctiondimensionOfRange in interface Function<Vector,Matrix>public Matrix evaluate(Vector x)
Functionpublic abstract Matrix evaluate(double x)
x - xCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.