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