| 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 |
MutableFloatAccelerationVector
Mutable FloatAccelerationVector, a vector of values with a AccelerationUnit.
|
class |
MutableFloatAngleSolidVector
Mutable FloatAngleSolidVector, a vector of values with a AngleSolidUnit.
|
class |
MutableFloatAngleVector
Mutable Relative FloatAngle Vector.
|
class |
MutableFloatAreaVector
Mutable FloatAreaVector, a vector of values with a AreaUnit.
|
class |
MutableFloatDensityVector
Mutable FloatDensityVector, a vector of values with a DensityUnit.
|
class |
MutableFloatDimensionlessVector
Mutable FloatDimensionlessVector, a vector of values with a DimensionlessUnit.
|
class |
MutableFloatDurationVector
Mutable Relative FloatDuration Vector.
|
class |
MutableFloatElectricalChargeVector
Mutable FloatElectricalChargeVector, a vector of values with a ElectricalChargeUnit.
|
class |
MutableFloatElectricalCurrentVector
Mutable FloatElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.
|
class |
MutableFloatElectricalPotentialVector
Mutable FloatElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.
|
class |
MutableFloatElectricalResistanceVector
Mutable FloatElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.
|
class |
MutableFloatEnergyVector
Mutable FloatEnergyVector, a vector of values with a EnergyUnit.
|
class |
MutableFloatFlowMassVector
Mutable FloatFlowMassVector, a vector of values with a FlowMassUnit.
|
class |
MutableFloatFlowVolumeVector
Mutable FloatFlowVolumeVector, a vector of values with a FlowVolumeUnit.
|
class |
MutableFloatForceVector
Mutable FloatForceVector, a vector of values with a ForceUnit.
|
class |
MutableFloatFrequencyVector
Mutable FloatFrequencyVector, a vector of values with a FrequencyUnit.
|
class |
MutableFloatLengthVector
Mutable Relative FloatLength Vector.
|
class |
MutableFloatLinearDensityVector
Mutable FloatLinearDensityVector, a vector of values with a LinearDensityUnit.
|
class |
MutableFloatMassVector
Mutable FloatMassVector, a vector of values with a MassUnit.
|
class |
MutableFloatMoneyPerAreaVector
Mutable FloatMoneyPerAreaVector, a vector of values with a MoneyPerAreaUnit.
|
class |
MutableFloatMoneyPerEnergyVector
Mutable FloatMoneyPerEnergyVector, a vector of values with a MoneyPerEnergyUnit.
|
class |
MutableFloatMoneyPerLengthVector
Mutable FloatMoneyPerLengthVector, a vector of values with a MoneyPerLengthUnit.
|
class |
MutableFloatMoneyPerMassVector
Mutable FloatMoneyPerMassVector, a vector of values with a MoneyPerMassUnit.
|
class |
MutableFloatMoneyPerTimeVector
Mutable FloatMoneyPerTimeVector, a vector of values with a MoneyPerTimeUnit.
|
class |
MutableFloatMoneyPerVolumeVector
Mutable FloatMoneyPerVolumeVector, a vector of values with a MoneyPerVolumeUnit.
|
class |
MutableFloatMoneyVector
Mutable FloatMoneyVector, a vector of values with a MoneyUnit.
|
class |
MutableFloatPowerVector
Mutable FloatPowerVector, a vector of values with a PowerUnit.
|
class |
MutableFloatPressureVector
Mutable FloatPressureVector, a vector of values with a PressureUnit.
|
class |
MutableFloatSpeedVector
Mutable FloatSpeedVector, a vector of values with a SpeedUnit.
|
class |
MutableFloatTemperatureVector
Mutable Relative FloatTemperature Vector.
|
class |
MutableFloatTorqueVector
Mutable FloatTorqueVector, a vector of values with a TorqueUnit.
|
class |
MutableFloatVolumeVector
Mutable FloatVolumeVector, a vector of values with a VolumeUnit.
|
(package private) class |
MutableTypedFloatVectorDimensionless<U extends Unit<U>,R extends TypedFloatVectorRel<U,R,MR,S>,MR extends MutableTypedFloatVectorDimensionless<U,R,MR,S>,S extends FloatScalar.Rel<U>>
Relative Mutable typed Vector.
|
(package private) class |
MutableTypedFloatVectorRel<U extends Unit<U>,R extends TypedFloatVectorRel<U,R,MR,S>,MR extends MutableTypedFloatVectorRel<U,R,MR,S>,S extends FloatScalar.Rel<U>>
Relative Mutable typed Vector.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.abs()
Set the value(s) to their absolute value.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.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.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.copy()
Create a deep copy of this MutableFloatVector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.decrementBy(float decrement)
Decrement the value by the supplied constant and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.decrementBy(FloatScalar.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.decrementBy(FloatVector.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.divideBy(float factor)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.divideBy(FloatScalar.Rel<U> factor)
Divide the values in the vector by the supplied value and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.divideBy(FloatVector.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.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.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.incrementBy(float increment)
Increment the value by the supplied constant and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.incrementBy(FloatScalar.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.incrementBy(FloatVector.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.multiplyBy(float factor)
Scale the value(s) by a factor.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.multiplyBy(FloatScalar.Rel<U> factor)
Multiply the values in the vector by the supplied value and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.multiplyBy(FloatVector.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatVector.Rel<U> |
FloatVector.Rel.mutable()
Create a mutable version of this FloatVector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.toDense()
Create a dense version of this FloatVector.
|
MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.toSparse()
Create a sparse version of this FloatVector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.