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