public final class Quadratic extends APolynomialOp
| Modifier and Type | Method and Description |
|---|---|
double |
apply(double x)
Applies the operator to a single value, returning the result
|
double |
applyInverse(double y)
Applies the inverse of this Op.
|
void |
applyTo(AVector v) |
void |
applyTo(double[] data) |
void |
applyTo(double[] data,
int start,
int length) |
double |
averageValue() |
Op |
compose(ALinearOp op) |
Op |
compose(Op op) |
static Op |
create(double a,
double b,
double c) |
double |
derivative(double x)
Returns the derivative of this Op for a given input value x
i.e.
|
double |
derivativeForOutput(double y)
Returns the derivative of this Op for a given output value y
i.e.
|
Op |
getDerivativeOp() |
boolean |
hasDerivative() |
boolean |
hasInverse() |
applyTo, applyTo, applyTo, applyTo, applyTo, compose, constrainValues, divide, getInverse, getTransform, hasDerivativeForOutput, inputDimensions, isBounded, isDomainBounded, isStochastic, maxDomain, maxValue, minDomain, minValue, outputDimensions, product, sum, toString, transform, validateOutputpublic static Op create(double a, double b, double c)
public final double apply(double x)
IOppublic double applyInverse(double y)
OpapplyInverse in class Oppublic void applyTo(AVector v)
public void applyTo(double[] data,
int start,
int length)
public double averageValue()
averageValue in class Oppublic boolean hasDerivative()
hasDerivative in class Oppublic double derivative(double x)
Opderivative in class Oppublic double derivativeForOutput(double y)
OpderivativeForOutput in class Oppublic Op getDerivativeOp()
getDerivativeOp in class Oppublic boolean hasInverse()
hasInverse in class OpCopyright © 2013. All Rights Reserved.