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()
Function
dimensionOfDomain
in interface Function<Vector,Vector>
public final int dimensionOfRange()
Function
dimensionOfRange
in interface Function<Vector,Vector>
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.