Interface DoubleVectorMap.Computer

All Superinterfaces:
BiConsumer<double[],double[]>
All Known Subinterfaces:
DoubleLinearMap.Computer, DoubleVectorMap.CompilableComputer, DoubleVectorMap.InSituComputer
Enclosing class:
DoubleVectorMap

public static interface DoubleVectorMap.Computer extends BiConsumer<double[],double[]>
  • Method Details

    • getInputDimension

      int getInputDimension()
    • getOutputDimension

      int getOutputDimension()