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()
Function
dimensionOfDomain
in interface Function<Vector,Matrix>
public int dimensionOfRange()
Function
dimensionOfRange
in interface Function<Vector,Matrix>
public Matrix evaluate(Vector x)
Function
public abstract Matrix evaluate(double x1, double x2)
x1
- x1
x2
- x2
f(x1, x2)
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.