| Package | Description |
|---|---|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Method and Description |
|---|---|
FloatVectorDataSparse |
FloatVectorDataSparse.copy() |
protected FloatVectorDataSparse |
MutableFloatVector.Abs.Sparse.getData() |
protected FloatVectorDataSparse |
MutableFloatVector.Rel.Sparse.getData() |
protected FloatVectorDataSparse |
MutableFloatLengthVector.Abs.Sparse.getData() |
protected FloatVectorDataSparse |
MutableFloatLengthVector.Rel.Sparse.getData() |
protected FloatVectorDataSparse |
MutableFloatAccelerationVector.Sparse.getData() |
protected FloatVectorDataSparse |
FloatVector.Abs.Sparse.getData() |
protected FloatVectorDataSparse |
FloatVector.Rel.Sparse.getData() |
protected FloatVectorDataSparse |
FloatLengthVector.Abs.Sparse.getData() |
protected FloatVectorDataSparse |
FloatLengthVector.Rel.Sparse.getData() |
protected FloatVectorDataSparse |
FloatAccelerationVector.Sparse.getData() |
protected FloatVectorDataSparse |
FloatVector.initializeSparse(SortedMap<Integer,Float> values,
int length)
Import the values from a sparse map of integers and values.
|
protected FloatVectorDataSparse |
FloatVector.initializeSparseMA(SortedMap<Integer,FloatScalar.Abs<U>> values,
int length)
Import the values from a sparse map of integers and values.
|
protected FloatVectorDataSparse |
FloatVector.initializeSparseMR(SortedMap<Integer,FloatScalar.Rel<U>> values,
int length)
Import the values from a sparse map of integers and values.
|
FloatVectorDataSparse |
FloatVectorDataDense.toSparse() |
Copyright © 2015 Delft University of Technology. All rights reserved.