public final class SubsetTransform extends ATransform
| Modifier and Type | Method and Description |
|---|---|
double |
calculateElement(int i,
AVector source)
Calculates a single element of the output.
|
static SubsetTransform |
create(ATransform trans,
Index components) |
static SubsetTransform |
create(SubsetTransform trans,
Index components) |
int |
inputDimensions()
Returns the number of dimensions required for input vectors
|
int |
outputDimensions()
Returns the number of dimensions required for output vectors
|
void |
transform(AVector source,
AVector dest)
Transforms the source vector, storing the result in the given destination vector
|
clone, compose, composeWith, inverse, isIdentity, isInvertible, isLinear, isSquare, takeComponents, takeComponents, takeComponents, transform, transformInPlacepublic static SubsetTransform create(ATransform trans, Index components)
public static SubsetTransform create(SubsetTransform trans, Index components)
public double calculateElement(int i,
AVector source)
ATransformcalculateElement in class ATransformpublic void transform(AVector source, AVector dest)
ATransformtransform in interface ITransformtransform in class ATransformpublic int inputDimensions()
ATransforminputDimensions in interface ITransforminputDimensions in class ATransformpublic int outputDimensions()
ATransformoutputDimensions in interface ITransformoutputDimensions in class ATransformCopyright © 2013. All Rights Reserved.