Uses of Class
dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.MatrixCoordinate
-
Packages that use MatrixCoordinate Package Description dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse -
-
Uses of MatrixCoordinate in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse
Fields in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse declared as MatrixCoordinate Modifier and Type Field Description MatrixCoordinate
SparseMatrix.Entry. coordinates
the coordinates of this entryConstructors in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse with parameters of type MatrixCoordinate Constructor Description Entry(MatrixCoordinate coordinates, double value)
Construct a sparse entry in a sparse matrix.RepeatedCoordinatesException(MatrixCoordinate coordinate)
-