| 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 |
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.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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
FloatVector.Rel<U> |
MutableFloatVector.Rel.divide(FloatVector.Rel<U> rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Rel.divide(FloatVector.Rel<U> rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
abstract FloatVector.Rel<U> |
MutableFloatVector.Rel.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.Dense.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.Sparse.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatVector.Rel<U> |
MutableFloatVector.Abs.minus(FloatVector.Abs<U> rel)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Abs.minus(FloatVector.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.minus(FloatVector.Rel<U> rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Rel.minus(FloatVector.Rel<U> rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.plus(FloatVector.Rel<U> rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Rel.plus(FloatVector.Rel<U> rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.times(FloatVector.Rel<U> rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Rel.times(FloatVector.Rel<U> rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
abstract FloatVector.Rel<U> |
FloatVector.Rel.toDense()
Create a dense version of this FloatVector.
|
FloatVector.Rel<U> |
FloatVector.Rel.Dense.toDense()
Create a dense version of this FloatVector.
|
FloatVector.Rel<U> |
FloatVector.Rel.Sparse.toDense()
Create a dense version of this FloatVector.
|
abstract FloatVector.Rel<U> |
FloatVector.Rel.toSparse()
Create a sparse version of this FloatVector.
|
FloatVector.Rel<U> |
FloatVector.Rel.Dense.toSparse()
Create a sparse version of this FloatVector.
|
FloatVector.Rel<U> |
FloatVector.Rel.Sparse.toSparse()
Create a sparse version of this FloatVector.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.decrementBy(FloatVector.Rel<U> decrement)
Decrement the value by the supplied value and return the result.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.decrementBy(FloatVector.Rel<U> decrement)
Decrement the value by the supplied value and return the result.
|
protected MutableFloatVector<U> |
MutableFloatVector.decrementByImpl(FloatVector.Rel<U> rel)
Decrement the corresponding values of this Relative FloatVector from the values of this MutableFloatVector.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.divide(FloatVector.Rel<U> rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Rel.divide(FloatVector.Rel<U> rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.incrementBy(FloatVector.Rel<U> increment)
Increment the value by the supplied value and return the result.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.incrementBy(FloatVector.Rel<U> increment)
Increment the value by the supplied value and return the result.
|
protected MutableFloatVector<U> |
MutableFloatVector.incrementByImpl(FloatVector.Rel<U> rel)
Increment the values in this MutableFloatVector by the corresponding values in a Relative FloatVector.
|
FloatVector.Abs<U> |
MutableFloatVector.Abs.minus(FloatVector.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.minus(FloatVector.Rel<U> rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatVector.Abs<U> |
FloatVector.Abs.minus(FloatVector.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Rel.minus(FloatVector.Rel<U> rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatVector.Abs<U> |
MutableFloatVector.Abs.plus(FloatVector.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.plus(FloatVector.Rel<U> rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatVector.Abs<U> |
FloatVector.Abs.plus(FloatVector.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Rel.plus(FloatVector.Rel<U> rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatVector.Rel<U> |
MutableFloatVector.Rel.times(FloatVector.Rel<U> rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
FloatVector.Rel<U> |
FloatVector.Rel.times(FloatVector.Rel<U> rel)
Multiply a Relative value by this Relative value for a vector or matrix.
|
Copyright © 2015 Delft University of Technology. All rights reserved.