Class ODMatrixIterator

    • Constructor Detail

      • ODMatrixIterator

        public ODMatrixIterator​(org.ojalgo.array.Array2D<Double> matrixContents,
                                Zones<?> zones)
        Constructor
        Parameters:
        matrixContents - matrix object containing the data to be iterated through
        zones - Zones object defining the zones in the network
    • Method Detail

      • next

        public Double next()
        Returns the value in the current cells and increments the current position
        Returns:
        the value of the next cell
      • getCurrentValue

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