public abstract class ScalarFunction extends ATransform
| Constructor and Description |
|---|
ScalarFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
calculate(AVector input)
Calculates the result of this scalar function with the given input vector
|
int |
outputDimensions()
Returns the number of dimensions required for output vectors
|
void |
transform(AVector src,
AVector dest)
Transforms the source vector, storing the result in the given destination vector
|
calculateElement, clone, compose, composeWith, inputDimensions, inverse, isIdentity, isInvertible, isLinear, isSquare, takeComponents, takeComponents, takeComponents, transform, transform, transformInPlacepublic abstract double calculate(AVector input)
input - public int outputDimensions()
ATransformoutputDimensions in interface ITransformoutputDimensions in class ATransformpublic void transform(AVector src, AVector dest)
ATransformtransform in interface ITransformtransform in class ATransformCopyright © 2013. All Rights Reserved.