Package org.ejml.data

Class DMatrixSparse.CoordinateRealValue

java.lang.Object
org.ejml.data.DMatrixSparse.CoordinateRealValue
Enclosing interface:
DMatrixSparse

public static class DMatrixSparse.CoordinateRealValue extends Object
Value of an element in a sparse matrix
  • Field Details

    • row

      public int row
      The coordinate
    • col

      public int col
      The coordinate
    • value

      public double value
      The value of the coordinate
  • Constructor Details

    • CoordinateRealValue

      public CoordinateRealValue()