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