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 FloatPowerMatrix |
MutableFloatPowerMatrix.instantiateType(FloatMatrixData fmd,
PowerUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatPowerMatrix |
FloatPowerMatrix.instantiateType(FloatMatrixData fmd,
PowerUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
FloatPowerMatrix |
FloatPowerMatrix.toDense()
Create a dense version of this FloatMatrix.
|
FloatPowerMatrix |
FloatPowerMatrix.toSparse()
Create a sparse version of this FloatMatrix.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.