| Package | Description |
|---|---|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FloatAccelerationVector.Dense
Float Dense Relative Immutable Acceleration class.
|
static class |
FloatAccelerationVector.Sparse
Float Sparse Relative Immutable Acceleration class.
|
| Modifier and Type | Method and Description |
|---|---|
FloatAccelerationVector |
MutableFloatAccelerationVector.divide(FloatAccelerationVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatAccelerationVector |
FloatAccelerationVector.divide(FloatAccelerationVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.divide(MutableFloatAccelerationVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
abstract FloatAccelerationVector |
MutableFloatAccelerationVector.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.Dense.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.Sparse.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.minus(FloatAccelerationVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatAccelerationVector |
FloatAccelerationVector.minus(FloatAccelerationVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.minus(MutableFloatAccelerationVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.plus(FloatAccelerationVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatAccelerationVector |
FloatAccelerationVector.plus(FloatAccelerationVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.plus(MutableFloatAccelerationVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.times(FloatAccelerationVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
FloatAccelerationVector |
FloatAccelerationVector.times(FloatAccelerationVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.times(MutableFloatAccelerationVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
abstract FloatAccelerationVector |
FloatAccelerationVector.toDense()
Create a dense version of this FloatVector.
|
FloatAccelerationVector |
FloatAccelerationVector.Dense.toDense()
Create a dense version of this FloatVector.
|
FloatAccelerationVector |
FloatAccelerationVector.Sparse.toDense()
Create a dense version of this FloatVector.
|
abstract FloatAccelerationVector |
FloatAccelerationVector.toSparse()
Create a sparse version of this FloatVector.
|
FloatAccelerationVector |
FloatAccelerationVector.Dense.toSparse()
Create a sparse version of this FloatVector.
|
FloatAccelerationVector |
FloatAccelerationVector.Sparse.toSparse()
Create a sparse version of this FloatVector.
|
| Modifier and Type | Method and Description |
|---|---|
FloatAccelerationVector |
MutableFloatAccelerationVector.divide(FloatAccelerationVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatAccelerationVector |
FloatAccelerationVector.divide(FloatAccelerationVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.minus(FloatAccelerationVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatAccelerationVector |
FloatAccelerationVector.minus(FloatAccelerationVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.plus(FloatAccelerationVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatAccelerationVector |
FloatAccelerationVector.plus(FloatAccelerationVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatAccelerationVector |
MutableFloatAccelerationVector.times(FloatAccelerationVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
FloatAccelerationVector |
FloatAccelerationVector.times(FloatAccelerationVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
Copyright © 2015 Delft University of Technology. All rights reserved.