Interface FloatVectorMap.Computer

All Superinterfaces:
BiConsumer<float[],float[]>
All Known Subinterfaces:
FloatLinearMap.Computer, FloatVectorMap.CompilableComputer, FloatVectorMap.InSituComputer
Enclosing class:
FloatVectorMap

public static interface FloatVectorMap.Computer extends BiConsumer<float[],float[]>
  • Method Details

    • getInputDimension

      int getInputDimension()
    • getOutputDimension

      int getOutputDimension()