Package org.ejml.data
Class DMatrixSparse.CoordinateRealValue
java.lang.Object
org.ejml.data.DMatrixSparse.CoordinateRealValue
- Enclosing interface:
- DMatrixSparse
Value of an element in a sparse matrix
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
row
public int rowThe coordinate -
col
public int colThe coordinate -
value
public double valueThe value of the coordinate
-
-
Constructor Details
-
CoordinateRealValue
public CoordinateRealValue()
-