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