| Package | Description |
|---|---|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableFloatVectorInterface<U extends Unit<U>>
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FloatAccelerationVector
Immutable Acceleration Vector.
|
static class |
FloatAccelerationVector.Dense
Float Dense Relative Immutable Acceleration class.
|
static class |
FloatAccelerationVector.Sparse
Float Sparse Relative Immutable Acceleration class.
|
static class |
FloatLengthVector.Abs
ABSOLUTE implementation of FloatLengthVector.
|
static class |
FloatLengthVector.Abs.Dense
ABSOLUTE DENSE implementation of FloatVector.
|
static class |
FloatLengthVector.Abs.Sparse
ABSOLUTE SPARSE implementation of FloatVector.
|
static class |
FloatLengthVector.Rel
RELATIVE implementation of FloatLengthVector.
|
static class |
FloatLengthVector.Rel.Dense
Float Dense Relative Immutable FloatLength class.
|
static class |
FloatLengthVector.Rel.Sparse
Float Sparse Relative Immutable FloatLength class.
|
class |
FloatVector<U extends Unit<U>>
Immutable FloatVector.
|
static class |
FloatVector.Abs<U extends Unit<U>> |
static class |
FloatVector.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of FloatVector.
|
static class |
FloatVector.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of FloatVector.
|
static class |
FloatVector.Rel<U extends Unit<U>> |
static class |
FloatVector.Rel.Dense<U extends Unit<U>>
RELATIVE DENSE implementation of FloatVector.
|
static class |
FloatVector.Rel.Sparse<U extends Unit<U>>
RELATIVE SPARSE implementation of FloatVector.
|
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 |
|---|---|
FloatVectorInterface<U> |
MutableFloatVectorInterface.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatVectorInterface<U> |
FloatVectorInterface.toDense()
Create a dense version of this FloatVector.
|
FloatVectorInterface<U> |
FloatVectorInterface.toSparse()
Create a sparse version of this FloatVector.
|
Copyright © 2015 Delft University of Technology. All rights reserved.