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 LILSparseMatrixLILSparseMatrix. deepCopy()LILSparseMatrixLILSparseMatrix. ONE()LILSparseMatrixLILSparseMatrix. opposite()LILSparseMatrixLILSparseMatrix. scaled(double c)LILSparseMatrixLILSparseMatrix. subMatrix(int rowFrom, int rowTo, int colFrom, int colTo)LILSparseMatrixLILSparseMatrix. t()LILSparseMatrixLILSparseMatrix. 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 LILSparseMatrixMatrixFactory. randomLILSparseMatrix(int nRows, int nCols, int nNonZero, RandomLongGenerator uniform)Constructs a random LILSparseMatrix.
-