public class AffineMultivariate extends RdToR1 implements ConvexMultivariate
Constructor and Description |
---|
AffineMultivariate(double[] adblCoefficient,
double dblConstant)
AffineMultivariate Constructor
|
Modifier and Type | Method and Description |
---|---|
double[] |
coefficients()
Retrieve the Array of the Coefficients
|
double |
constant()
Retrieve the Constant
|
int |
dimension()
Retrieve the Dimension of the Input Variate
|
double |
evaluate(double[] adblVariate)
Evaluate for the given Input Variates
|
double[][] |
hessian(double[] adblVariate)
Evaluate The Hessian for the given Input Variates
|
double[] |
jacobian(double[] adblVariate)
Evaluate the Jacobian for the given Input Variates
|
derivative, differential, gradient, gradientModulus, gradientModulusFunction, integrate, maxima, minima, ValidateInput
public AffineMultivariate(double[] adblCoefficient, double dblConstant) throws java.lang.Exception
adblCoefficient
- Array of Variate CoefficientsdblConstant
- The Constant Offsetjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double[] coefficients()
public double constant()
public int dimension()
RdToR1
public double evaluate(double[] adblVariate) throws java.lang.Exception
RdToR1
public double[] jacobian(double[] adblVariate)
RdToR1