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