Class OdPrimitiveMatrixIterator<T extends Number>

    • Constructor Detail

      • OdPrimitiveMatrixIterator

        public OdPrimitiveMatrixIterator​(org.ojalgo.array.Array2D<T> matrixContents,
                                         OdZones zones)
        Constructor
        Parameters:
        matrixContents - in preferred container format for primitives
        zones - zones
    • Method Detail

      • getCurrentValue

        public T getCurrentValue()
        Returns the value at the current cell
        Returns:
        the value at the current cell