Uses of Class
dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.CSRSparseMatrix
-
Packages that use CSRSparseMatrix Package Description dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse dev.nm.algebra.linear.matrix.doubles.operation -
-
Uses of CSRSparseMatrix in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse
Methods in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse that return CSRSparseMatrix Modifier and Type Method Description CSRSparseMatrix
CSRSparseMatrix. deepCopy()
CSRSparseMatrix
CSRSparseMatrix. ONE()
CSRSparseMatrix
CSRSparseMatrix. opposite()
CSRSparseMatrix
CSRSparseMatrix. scaled(double c)
CSRSparseMatrix
CSRSparseMatrix. t()
CSRSparseMatrix
CSRSparseMatrix. ZERO()
Constructors in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse with parameters of type CSRSparseMatrix Constructor Description CSRSparseMatrix(CSRSparseMatrix that)
Copy constructor. -
Uses of CSRSparseMatrix in dev.nm.algebra.linear.matrix.doubles.operation
Methods in dev.nm.algebra.linear.matrix.doubles.operation that return CSRSparseMatrix Modifier and Type Method Description static CSRSparseMatrix
MatrixFactory. randomCSRSparseMatrix(int nRows, int nCols, int nNonZero, RandomLongGenerator uniform)
Constructs a random CSRSparseMatrix.
-