public final class FnOp
extends mikera.vectorz.ops.AFunctionOp
| Modifier and Type | Field and Description |
|---|---|
protected clojure.lang.IFn |
fn |
| Constructor and Description |
|---|
FnOp(clojure.lang.IFn f) |
FnOp(Object f) |
| Modifier and Type | Method and Description |
|---|---|
double |
apply(double x) |
void |
applyTo(double[] xs,
int offset,
int length) |
static mikera.vectorz.Op |
wrap(Object f) |
applyInverse, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, applyTo, compose, compose, constrainValues, derivative, derivativeForOutput, divide, getDerivativeOp, getInverse, getTransform, hasDerivative, hasDerivativeForOutput, hasInverse, isBounded, isDomainBounded, isStochastic, maxDomain, maxValue, minDomain, minValue, product, sum, toString, validateOutputpublic FnOp(Object f)
public FnOp(clojure.lang.IFn f)
public static mikera.vectorz.Op wrap(Object f)
public double apply(double x)
apply in interface mikera.vectorz.IOperatorapply in class mikera.vectorz.Oppublic void applyTo(double[] xs,
int offset,
int length)
applyTo in interface mikera.vectorz.IOperatorapplyTo in class mikera.vectorz.OpCopyright © 2015. All rights reserved.