Package | Description |
---|---|
dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse | |
dev.nm.algebra.linear.matrix.doubles.operation |
Modifier and Type | Method and Description |
---|---|
CSRSparseMatrix |
CSRSparseMatrix.deepCopy() |
CSRSparseMatrix |
CSRSparseMatrix.ONE() |
CSRSparseMatrix |
CSRSparseMatrix.opposite() |
CSRSparseMatrix |
CSRSparseMatrix.scaled(double c) |
CSRSparseMatrix |
CSRSparseMatrix.t() |
CSRSparseMatrix |
CSRSparseMatrix.ZERO() |
Constructor and Description |
---|
CSRSparseMatrix(CSRSparseMatrix that)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
static CSRSparseMatrix |
MatrixFactory.randomCSRSparseMatrix(int nRows,
int nCols,
int nNonZero,
RandomLongGenerator uniform)
Constructs a random CSRSparseMatrix.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.