public abstract class R2toMatrix extends Object implements RntoMatrix
Function.EvaluationException| Constructor and Description |
|---|
R2toMatrix() |
| 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 x1,
double x2)
Evaluate f(x1, x2) = 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 x1, double x2)
x1 - x1x2 - x2f(x1, x2)Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.