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 FloatVector.Rel<U> |
MutableFloatVector.Rel.instantiateType(FloatVectorData dvd,
U unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatVector.Rel<U> |
FloatVector.Rel.instantiateType(FloatVectorData dvd,
U unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatVector.Rel<RU> |
MutableFloatVector.Abs.instantiateTypeRel(FloatVectorData dvd,
RU unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatVector.Rel<RU> |
FloatVector.Abs.instantiateTypeRel(FloatVectorData dvd,
RU unit)
Construct a new Relative Immutable FloatVector of the right type.
|
FloatVector.Rel<U> |
FloatVector.Rel.toDense()
return a dense version of this vector.
|
FloatVector.Rel<U> |
FloatVector.Rel.toSparse()
return a sparse version of this vector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.