Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMatrix.Abs<AU,RU> |
MutableFloatMatrix.Abs.instantiateMutableType(FloatMatrixData dmd,
AU unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected MutableFloatMatrix.Abs<AU,RU> |
FloatMatrix.Abs.instantiateMutableType(FloatMatrixData dmd,
AU unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
MutableFloatMatrix.Abs<AU,RU> |
MutableFloatMatrix.Abs.toDense()
Create a dense version of this FloatMatrix.
|
MutableFloatMatrix.Abs<AU,RU> |
MutableFloatMatrix.Abs.toSparse()
Create a sparse version of this FloatMatrix.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.