| 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 |
MutableAccelerationVector
Mutable Double AccelerationVector, a vector of values with a AccelerationUnit.
|
class |
MutableAngleSolidVector
Mutable Double AngleSolidVector, a vector of values with a AngleSolidUnit.
|
class |
MutableAngleVector
Mutable Relative Angle Vector.
|
class |
MutableAreaVector
Mutable Double AreaVector, a vector of values with a AreaUnit.
|
class |
MutableDensityVector
Mutable Double DensityVector, a vector of values with a DensityUnit.
|
class |
MutableDimensionlessVector
Mutable Double DimensionlessVector, a vector of values with a DimensionlessUnit.
|
class |
MutableDurationVector
Mutable Relative Duration Vector.
|
class |
MutableElectricalChargeVector
Mutable Double ElectricalChargeVector, a vector of values with a ElectricalChargeUnit.
|
class |
MutableElectricalCurrentVector
Mutable Double ElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.
|
class |
MutableElectricalPotentialVector
Mutable Double ElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.
|
class |
MutableElectricalResistanceVector
Mutable Double ElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.
|
class |
MutableEnergyVector
Mutable Double EnergyVector, a vector of values with a EnergyUnit.
|
class |
MutableFlowMassVector
Mutable Double FlowMassVector, a vector of values with a FlowMassUnit.
|
class |
MutableFlowVolumeVector
Mutable Double FlowVolumeVector, a vector of values with a FlowVolumeUnit.
|
class |
MutableForceVector
Mutable Double ForceVector, a vector of values with a ForceUnit.
|
class |
MutableFrequencyVector
Mutable Double FrequencyVector, a vector of values with a FrequencyUnit.
|
class |
MutableLengthVector
Mutable Relative Length Vector.
|
class |
MutableLinearDensityVector
Mutable Double LinearDensityVector, a vector of values with a LinearDensityUnit.
|
class |
MutableMassVector
Mutable Double MassVector, a vector of values with a MassUnit.
|
class |
MutableMoneyPerAreaVector
Mutable Double MoneyPerAreaVector, a vector of values with a MoneyPerAreaUnit.
|
class |
MutableMoneyPerEnergyVector
Mutable Double MoneyPerEnergyVector, a vector of values with a MoneyPerEnergyUnit.
|
class |
MutableMoneyPerLengthVector
Mutable Double MoneyPerLengthVector, a vector of values with a MoneyPerLengthUnit.
|
class |
MutableMoneyPerMassVector
Mutable Double MoneyPerMassVector, a vector of values with a MoneyPerMassUnit.
|
class |
MutableMoneyPerTimeVector
Mutable Double MoneyPerTimeVector, a vector of values with a MoneyPerTimeUnit.
|
class |
MutableMoneyPerVolumeVector
Mutable Double MoneyPerVolumeVector, a vector of values with a MoneyPerVolumeUnit.
|
class |
MutableMoneyVector
Mutable Double MoneyVector, a vector of values with a MoneyUnit.
|
class |
MutablePowerVector
Mutable Double PowerVector, a vector of values with a PowerUnit.
|
class |
MutablePressureVector
Mutable Double PressureVector, a vector of values with a PressureUnit.
|
class |
MutableSpeedVector
Mutable Double SpeedVector, a vector of values with a SpeedUnit.
|
class |
MutableTemperatureVector
Mutable Relative Temperature Vector.
|
class |
MutableTorqueVector
Mutable Double TorqueVector, a vector of values with a TorqueUnit.
|
(package private) class |
MutableTypedDoubleVectorDimensionless<U extends Unit<U>,R extends TypedDoubleVectorRel<U,R,MR,S>,MR extends MutableTypedDoubleVectorDimensionless<U,R,MR,S>,S extends DoubleScalar.Rel<U>>
Relative Mutable typed Dimensionless Vector.
|
(package private) class |
MutableTypedDoubleVectorRel<U extends Unit<U>,R extends TypedDoubleVectorRel<U,R,MR,S>,MR extends MutableTypedDoubleVectorRel<U,R,MR,S>,S extends DoubleScalar.Rel<U>>
Relative Mutable typed Vector.
|
class |
MutableVolumeVector
Mutable Double VolumeVector, a vector of values with a VolumeUnit.
|
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.abs()
Set the value(s) to their absolute value.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.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.Rel<U> |
MutableDoubleVector.Rel.copy()
Create a deep copy of this MutableDoubleVector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.decrementBy(double decrement)
Decrement the value by the supplied constant and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.decrementBy(DoubleScalar.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.decrementBy(DoubleVector.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.divideBy(double factor)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.divideBy(DoubleScalar.Rel<U> factor)
Divide the values in the vector by the supplied value and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.divideBy(DoubleVector.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.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.Rel<U> |
MutableDoubleVector.Rel.incrementBy(double increment)
Increment the value by the supplied constant and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.incrementBy(DoubleScalar.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.incrementBy(DoubleVector.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.multiplyBy(double factor)
Scale the value(s) by a factor.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.multiplyBy(DoubleScalar.Rel<U> factor)
Multiply the values in the vector by the supplied value and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.multiplyBy(DoubleVector.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.mutable()
Create a mutable version of this DoubleVector.
|
MutableDoubleVector.Rel<U> |
DoubleVector.Rel.mutable()
Create a mutable version of this DoubleVector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.toDense()
Create a dense version of this DoubleVector.
|
MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.toSparse()
Create a sparse version of this DoubleVector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.