| Package | Description |
|---|---|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableAbsoluteTemperatureVector
Mutable Absolute AbsoluteTemperature Vector.
|
class |
MutableDirectionVector
Mutable Absolute Direction Vector.
|
class |
MutablePositionVector
Mutable Absolute Position Vector.
|
class |
MutableTimeVector
Mutable Absolute Time Vector.
|
(package private) class |
MutableTypedDoubleVectorAbs<U extends Unit<U>,A extends TypedDoubleVectorAbs<U,A,R,MA,S>,R extends TypedDoubleVectorRel<U,R,?,?>,MA extends MutableTypedDoubleVectorAbs<U,A,R,MA,S>,S extends DoubleScalar.Abs<U>>
Absolute Mutable typed Vector.
|
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.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.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.copy()
Create a deep copy of this MutableDoubleVector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.decrementBy(double decrement)
Decrement the value by the supplied constant and return the changed vector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.decrementBy(DoubleScalar.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.decrementBy(DoubleVector.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.divideBy(double factor)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.divideBy(DoubleScalar.Rel<U> factor)
Divide the values in the vector by the supplied value and return the changed vector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.divideBy(DoubleVector.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.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.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.incrementBy(double increment)
Increment the value by the supplied constant and return the changed vector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.incrementBy(DoubleScalar.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.incrementBy(DoubleVector.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
(package private) static <U extends Unit<U>> |
MutableDoubleVector.instantiateMutableAbs(DoubleVectorData dvData,
U unit)
Instantiate a vector based on the type of data.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.multiplyBy(double factor)
Scale the value(s) by a factor.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.multiplyBy(DoubleScalar.Rel<U> factor)
Multiply the values in the vector by the supplied value and return the changed vector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.multiplyBy(DoubleVector.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.mutable()
Create a mutable version of this DoubleVector.
|
MutableDoubleVector.Abs<U> |
DoubleVector.Abs.mutable()
Create a mutable version of this DoubleVector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.toDense()
Create a dense version of this DoubleVector.
|
MutableDoubleVector.Abs<U> |
MutableDoubleVector.Abs.toSparse()
Create a sparse version of this DoubleVector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.