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