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