U - Unit the unit for which this Vector will be createdpublic abstract static class DoubleMatrix.Rel<U extends Unit<U>> extends DoubleMatrix<U> implements Relative
| Modifier and Type | Class and Description |
|---|---|
static class |
DoubleMatrix.Rel.Dense<U extends Unit<U>>
RELATIVE DENSE implementation of DoubleMatrix.
|
static class |
DoubleMatrix.Rel.Sparse<U extends Unit<U>>
RELATIVE SPARSE implementation of DoubleMatrix.
|
DoubleMatrix.Abs<U extends Unit<U>>, DoubleMatrix.Rel<U extends Unit<U>>data| Modifier | Constructor and Description |
|---|---|
protected |
Rel(U unit)
Construct a new Relative Immutable DoubleMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleScalar.Rel<U> |
get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
cardinality, checkIndex, checkNonEmpty, checkSize, checkSize, columns, denseToSparse, denseToSparse, determinant, equals, getData, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, initializeDense, initializeDense, initializeSparse, initializeSparse, interpolate, interpolate, interpolate, interpolate, minus, minus, minus, minus, minus, minus, mutable, plus, plus, plus, plus, plus, plus, rows, safeGet, safeSet, sparseToDense, sparseToDense, times, times, times, times, times, times, times, times, times, times, toString, toString, toString, toString, zSumexpressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelativeprotected Rel(U unit)
unit - U; the unit of the new Relative Immutable DoubleMatrixpublic final DoubleScalar.Rel<U> get(int row, int column) throws ValueException
get in interface ReadOnlyDoubleMatrixFunctions<U extends Unit<U>>row - int; row of the value to retrievecolumn - int; column of the value to retrieveValueException - when row or column out of range (row < 0 or row >= rows() or column < 0 or column >=
columns())Copyright © 2015 Delft University of Technology. All rights reserved.