| 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 |
MutableFloatAbsoluteTemperatureVector
Mutable Absolute FloatAbsoluteTemperature Vector a vector of values with a TemperatureUnit.
|
class |
MutableFloatDirectionVector
Mutable Absolute FloatDirection Vector a vector of values with a AngleUnit.
|
class |
MutableFloatPositionVector
Mutable Absolute FloatPosition Vector a vector of values with a LengthUnit.
|
class |
MutableFloatTimeVector
Mutable Absolute FloatTime Vector a vector of values with a TimeUnit.
|
(package private) class |
MutableTypedFloatVectorAbs<U extends Unit<U>,A extends TypedFloatVectorAbs<U,A,R,MA,S>,R extends TypedFloatVectorRel<U,R,?,?>,MA extends MutableTypedFloatVectorAbs<U,A,R,MA,S>,S extends FloatScalar.Abs<U>>
Absolute Mutable typed Vector.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.ceil()
Set the value(s) to the smallest (closest to negative infinity) value(s) that are greater than or equal to the argument
and equal to a mathematical integer.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.copy()
Create a deep copy of this MutableFloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.decrementBy(float decrement)
Decrement the value by the supplied constant and return the changed vector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.decrementBy(FloatScalar.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.decrementBy(FloatVector.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.divideBy(float factor)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.divideBy(FloatScalar.Rel<U> factor)
Divide the values in the vector by the supplied value and return the changed vector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.divideBy(FloatVector.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.floor()
Set the value(s) to the largest (closest to positive infinity) value(s) that are less than or equal to the argument and
equal to a mathematical integer.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.incrementBy(float increment)
Increment the value by the supplied constant and return the changed vector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.incrementBy(FloatScalar.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.incrementBy(FloatVector.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
(package private) static <U extends Unit<U>> |
MutableFloatVector.instantiateMutableAbs(FloatVectorData dvData,
U unit)
Instantiate a vector based on the type of data.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.multiplyBy(float factor)
Scale the value(s) by a factor.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.multiplyBy(FloatScalar.Rel<U> factor)
Multiply the values in the vector by the supplied value and return the changed vector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.multiplyBy(FloatVector.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatVector.Abs<U> |
FloatVector.Abs.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.toDense()
Create a dense version of this FloatVector.
|
MutableFloatVector.Abs<U> |
MutableFloatVector.Abs.toSparse()
Create a sparse version of this FloatVector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.