Interface PrimitiveMatrix<R,C,V>

All Superinterfaces:
Matrix2D<R,C,V>
All Known Implementing Classes:
CompressedSparseDoubleMatrix, DenseDoubleMatrix, DoubleMatrix, FastRowAccessDoubleMatrix, IntegerMatrix, SparseDoubleMatrix, SparseRaggedDoubleMatrix

public interface PrimitiveMatrix<R,C,V> extends Matrix2D<R,C,V>
Matrix that holds primitives, with an available object representation of the values.
Author:
Paul
  • Method Details

    • getColObj

      V[] getColObj(int col)
      Parameters:
      col -
      Returns:
    • getObject

      V getObject(int r, int c)
      Parameters:
      r -
      c -
      Returns:
    • getRowObj

      V[] getRowObj(int row)
      Parameters:
      row -
      Returns: