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.Object
Defines 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 void
apply(double[] inout)
abstract void
apply(double[] in, double[] out)
void
dispose()
-