| Package | Description |
|---|---|
| dev.nm.algebra.linear.matrix.doubles.matrixtype.dense |
| Modifier and Type | Method and Description |
|---|---|
DenseData |
DenseData.add(DenseData that)
Add up the elements in
this and that, element-by-element. |
DenseData |
DenseData.deepCopy() |
DenseData |
DenseData.minus(DenseData that)
Subtract the elements in
this by that, element-by-element. |
protected abstract DenseData |
DenseData.newInstance(double[] data,
int nRows,
int nCols,
DoubleArrayOperation operation) |
DenseData |
DenseData.scaled(double c)
Multiply the elements in
this by a scalar, element-by-element. |
| Modifier and Type | Method and Description |
|---|---|
DenseData |
DenseData.add(DenseData that)
Add up the elements in
this and that, element-by-element. |
DenseData |
DenseData.minus(DenseData that)
Subtract the elements in
this by that, element-by-element. |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.