public interface IOperator
Modifier and Type | Method and Description |
---|---|
double |
apply(double x)
Applies the operator to a single value, returning the result
|
void |
applyTo(AVector v) |
void |
applyTo(AVector v,
int start,
int length) |
void |
applyTo(double[] data,
int start,
int length) |
Op |
getInverse() |
ATransform |
getTransform(int dims)
Converts an operator into a corresponding transform that applies the operator to all elements of its input
|
double apply(double x)
x
- void applyTo(AVector v)
void applyTo(AVector v, int start, int length)
void applyTo(double[] data, int start, int length)
ATransform getTransform(int dims)
dims
- Op getInverse()
Copyright © 2014. All Rights Reserved.