public abstract class AbstractRealVectorFunction extends Object implements RealVectorFunction
Function.dimensionOfDomain() and
Function.dimensionOfRange() by returning the input arguments at constructor.Function.EvaluationException| Constructor and Description |
|---|
AbstractRealVectorFunction(int dimensionOfDomain,
int dimensionOfRange) |
| 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.
|
public AbstractRealVectorFunction(int dimensionOfDomain,
int dimensionOfRange)
public final int dimensionOfDomain()
FunctiondimensionOfDomain in interface Function<Vector,Vector>public final int dimensionOfRange()
FunctiondimensionOfRange in interface Function<Vector,Vector>Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.