| Package | Description |
|---|---|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableFloatAccelerationVector
Mutable Acceleration Vector.
|
static class |
MutableFloatAccelerationVector.Dense
Float Dense Relative Immutable Acceleration class.
|
static class |
MutableFloatAccelerationVector.Sparse
Float Sparse Relative Immutable Acceleration class.
|
static class |
MutableFloatLengthVector.Abs
ABSOLUTE implementation of FloatLengthVector.
|
static class |
MutableFloatLengthVector.Abs.Dense
ABSOLUTE DENSE implementation of MutableFloatLengthVector.
|
static class |
MutableFloatLengthVector.Abs.Sparse
ABSOLUTE SPARSE implementation of MutableFloatLengthVector.
|
static class |
MutableFloatLengthVector.Rel
RELATIVE implementation of FloatLengthVector.
|
static class |
MutableFloatLengthVector.Rel.Dense
Float Dense Relative Immutable FloatLength class.
|
static class |
MutableFloatLengthVector.Rel.Sparse
Float Sparse Relative Immutable FloatLength class.
|
class |
MutableFloatVector<U extends Unit<U>>
MutableFloatVector.
|
static class |
MutableFloatVector.Abs<U extends Unit<U>> |
static class |
MutableFloatVector.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of MutableFloatVector.
|
static class |
MutableFloatVector.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of MutableFloatVector.
|
static class |
MutableFloatVector.Rel<U extends Unit<U>> |
static class |
MutableFloatVector.Rel.Dense<U extends Unit<U>>
RELATIVE DENSE implementation of MutableFloatVector.
|
static class |
MutableFloatVector.Rel.Sparse<U extends Unit<U>>
RELATIVE SPARSE implementation of MutableFloatVector.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatVectorInterface<U> |
MutableFloatVectorInterface.copy()
Create a deep copy of this MutableFloatVector.
|
MutableFloatVectorInterface<U> |
FloatVectorInterface.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatVectorInterface<U> |
MutableFloatVectorInterface.toDense()
Create a dense version of this FloatVector.
|
MutableFloatVectorInterface<U> |
MutableFloatVectorInterface.toSparse()
Create a sparse version of this FloatVector.
|
Copyright © 2015 Delft University of Technology. All rights reserved.