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 CSRSparseMatrixCSRSparseMatrix. deepCopy()CSRSparseMatrixCSRSparseMatrix. ONE()CSRSparseMatrixCSRSparseMatrix. opposite()CSRSparseMatrixCSRSparseMatrix. scaled(double c)CSRSparseMatrixCSRSparseMatrix. t()CSRSparseMatrixCSRSparseMatrix. 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 CSRSparseMatrixMatrixFactory. randomCSRSparseMatrix(int nRows, int nCols, int nNonZero, RandomLongGenerator uniform)Constructs a random CSRSparseMatrix.
-