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 AccelerationMatrix |
MutableAccelerationMatrix.instantiateType(DoubleMatrixData dmd,
AccelerationUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected AccelerationMatrix |
AccelerationMatrix.instantiateType(DoubleMatrixData dmd,
AccelerationUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
AccelerationMatrix |
AccelerationMatrix.toDense()
Create a dense version of this DoubleMatrix.
|
AccelerationMatrix |
AccelerationMatrix.toSparse()
Create a sparse version of this DoubleMatrix.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.