| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Method and Description |
|---|---|
protected LengthMatrix |
MutableLengthMatrix.instantiateType(DoubleMatrixData dmd,
LengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected LengthMatrix |
LengthMatrix.instantiateType(DoubleMatrixData dmd,
LengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected LengthMatrix |
PositionMatrix.instantiateTypeRel(DoubleMatrixData dmd,
LengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected LengthMatrix |
MutablePositionMatrix.instantiateTypeRel(DoubleMatrixData dmd,
LengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
LengthMatrix |
PositionMatrix.toRel()
Translate the absolute matrix into a relative matrix (e.g., before or after a multiplication or division).
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.