Package samer.maths
Class VectorFunctionOfVector
- java.lang.Object
-
- samer.maths.VectorFunctionOfVector
-
- Direct Known Subclasses:
- Histogram.Equaliser, MatrixTimesVector, MatrixTransposeTimesVector, WinnerTakeAll
public abstract class VectorFunctionOfVector extends java.lang.ObjectDefines a real-valued function of a vector
-
-
Constructor Summary
Constructors Constructor and Description VectorFunctionOfVector()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description voidapply(double[] inout)abstract voidapply(double[] in, double[] out)voiddispose()
-