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 |
FloatVectorDataDense
Stores dense data for a FloatVector and carries out basic operations.
|
class |
FloatVectorDataSparse
Stores sparse data for a FloatVector and carries out basic operations.
|
Modifier and Type | Field and Description |
---|---|
protected FloatVectorData |
AbstractFloatVector.data
The stored data as an object, can be sparse or dense.
|
Modifier and Type | Method and Description |
---|---|
abstract FloatVectorData |
FloatVectorData.copy() |
FloatVectorData |
FloatVectorData.divide(FloatVectorData right)
Divide two vectors on a cell-by-cell basis.
|
protected FloatVectorData |
AbstractFloatVector.getData() |
static FloatVectorData |
FloatVectorData.instantiate(float[] values,
Scale scale,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
static FloatVectorData |
FloatVectorData.instantiate(FloatScalarInterface[] values,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
static FloatVectorData |
FloatVectorData.instantiate(List<Float> values,
Scale scale,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
static FloatVectorData |
FloatVectorData.instantiate(SortedMap<Integer,Float> values,
int length,
Scale scale,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
static FloatVectorData |
FloatVectorData.instantiateLD(List<? extends FloatScalarInterface> values,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
static <S extends FloatScalarInterface> |
FloatVectorData.instantiateMD(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
FloatVectorData |
FloatVectorData.minus(FloatVectorData right)
Subtract two vectors on a cell-by-cell basis.
|
FloatVectorData |
FloatVectorData.plus(FloatVectorData right)
Add two vectors on a cell-by-cell basis.
|
FloatVectorData |
FloatVectorData.times(FloatVectorData right)
Multiply two vector on a cell-by-cell basis.
|
Modifier and Type | Method and Description |
---|---|
void |
FloatVectorDataSparse.decrementBy(FloatVectorData right)
Subtract a vector from this vector on a cell-by-cell basis.
|
void |
FloatVectorDataDense.decrementBy(FloatVectorData right)
Subtract a vector from this vector on a cell-by-cell basis.
|
abstract void |
FloatVectorData.decrementBy(FloatVectorData right)
Subtract a vector from this vector on a cell-by-cell basis.
|
FloatVectorData |
FloatVectorData.divide(FloatVectorData right)
Divide two vectors on a cell-by-cell basis.
|
void |
FloatVectorDataSparse.divideBy(FloatVectorData right)
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
|
void |
FloatVectorDataDense.divideBy(FloatVectorData right)
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
|
abstract void |
FloatVectorData.divideBy(FloatVectorData right)
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
|
void |
FloatVectorDataSparse.incrementBy(FloatVectorData right)
Add a vector to this vector on a cell-by-cell basis.
|
void |
FloatVectorDataDense.incrementBy(FloatVectorData right)
Add a vector to this vector on a cell-by-cell basis.
|
abstract void |
FloatVectorData.incrementBy(FloatVectorData right)
Add a vector to this vector on a cell-by-cell basis.
|
protected MutableFloatAbsoluteTemperatureVector |
MutableFloatAbsoluteTemperatureVector.instantiateMutableType(FloatVectorData dvd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected MutableFloatAbsoluteTemperatureVector |
FloatAbsoluteTemperatureVector.instantiateMutableType(FloatVectorData dvd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected MutableFloatAccelerationVector |
MutableFloatAccelerationVector.instantiateMutableType(FloatVectorData dvd,
AccelerationUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatAccelerationVector |
FloatAccelerationVector.instantiateMutableType(FloatVectorData dvd,
AccelerationUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatAngleSolidVector |
MutableFloatAngleSolidVector.instantiateMutableType(FloatVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatAngleSolidVector |
FloatAngleSolidVector.instantiateMutableType(FloatVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatAngleVector |
MutableFloatAngleVector.instantiateMutableType(FloatVectorData dvd,
AngleUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatAngleVector |
FloatAngleVector.instantiateMutableType(FloatVectorData dvd,
AngleUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatAreaVector |
MutableFloatAreaVector.instantiateMutableType(FloatVectorData dvd,
AreaUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatAreaVector |
FloatAreaVector.instantiateMutableType(FloatVectorData dvd,
AreaUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatVector.Abs<AU,RU> |
MutableFloatVector.Abs.instantiateMutableType(FloatVectorData dvd,
AU unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected MutableFloatVector.Abs<AU,RU> |
FloatVector.Abs.instantiateMutableType(FloatVectorData dvd,
AU unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected abstract MA |
AbstractFloatVectorAbs.instantiateMutableType(FloatVectorData dvd,
AU unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected MutableFloatDensityVector |
MutableFloatDensityVector.instantiateMutableType(FloatVectorData dvd,
DensityUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatDensityVector |
FloatDensityVector.instantiateMutableType(FloatVectorData dvd,
DensityUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatDimensionlessVector |
MutableFloatDimensionlessVector.instantiateMutableType(FloatVectorData dvd,
DimensionlessUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatDimensionlessVector |
FloatDimensionlessVector.instantiateMutableType(FloatVectorData dvd,
DimensionlessUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatDirectionVector |
MutableFloatDirectionVector.instantiateMutableType(FloatVectorData dvd,
DirectionUnit unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected MutableFloatDirectionVector |
FloatDirectionVector.instantiateMutableType(FloatVectorData dvd,
DirectionUnit unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected MutableFloatDurationVector |
MutableFloatDurationVector.instantiateMutableType(FloatVectorData dvd,
DurationUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatDurationVector |
FloatDurationVector.instantiateMutableType(FloatVectorData dvd,
DurationUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatElectricalChargeVector |
MutableFloatElectricalChargeVector.instantiateMutableType(FloatVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatElectricalChargeVector |
FloatElectricalChargeVector.instantiateMutableType(FloatVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatElectricalCurrentVector |
MutableFloatElectricalCurrentVector.instantiateMutableType(FloatVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatElectricalCurrentVector |
FloatElectricalCurrentVector.instantiateMutableType(FloatVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatElectricalPotentialVector |
MutableFloatElectricalPotentialVector.instantiateMutableType(FloatVectorData dvd,
ElectricalPotentialUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatElectricalPotentialVector |
FloatElectricalPotentialVector.instantiateMutableType(FloatVectorData dvd,
ElectricalPotentialUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatElectricalResistanceVector |
MutableFloatElectricalResistanceVector.instantiateMutableType(FloatVectorData dvd,
ElectricalResistanceUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatElectricalResistanceVector |
FloatElectricalResistanceVector.instantiateMutableType(FloatVectorData dvd,
ElectricalResistanceUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatEnergyVector |
MutableFloatEnergyVector.instantiateMutableType(FloatVectorData dvd,
EnergyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatEnergyVector |
FloatEnergyVector.instantiateMutableType(FloatVectorData dvd,
EnergyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatFlowMassVector |
MutableFloatFlowMassVector.instantiateMutableType(FloatVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatFlowMassVector |
FloatFlowMassVector.instantiateMutableType(FloatVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatFlowVolumeVector |
MutableFloatFlowVolumeVector.instantiateMutableType(FloatVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatFlowVolumeVector |
FloatFlowVolumeVector.instantiateMutableType(FloatVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatForceVector |
MutableFloatForceVector.instantiateMutableType(FloatVectorData dvd,
ForceUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatForceVector |
FloatForceVector.instantiateMutableType(FloatVectorData dvd,
ForceUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatFrequencyVector |
MutableFloatFrequencyVector.instantiateMutableType(FloatVectorData dvd,
FrequencyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatFrequencyVector |
FloatFrequencyVector.instantiateMutableType(FloatVectorData dvd,
FrequencyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatLengthVector |
MutableFloatLengthVector.instantiateMutableType(FloatVectorData dvd,
LengthUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatLengthVector |
FloatLengthVector.instantiateMutableType(FloatVectorData dvd,
LengthUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatLinearDensityVector |
MutableFloatLinearDensityVector.instantiateMutableType(FloatVectorData dvd,
LinearDensityUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatLinearDensityVector |
FloatLinearDensityVector.instantiateMutableType(FloatVectorData dvd,
LinearDensityUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMassVector |
MutableFloatMassVector.instantiateMutableType(FloatVectorData dvd,
MassUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMassVector |
FloatMassVector.instantiateMutableType(FloatVectorData dvd,
MassUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerAreaVector |
MutableFloatMoneyPerAreaVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerAreaVector |
FloatMoneyPerAreaVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerDurationVector |
MutableFloatMoneyPerDurationVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerDurationUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerDurationVector |
FloatMoneyPerDurationVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerDurationUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerEnergyVector |
MutableFloatMoneyPerEnergyVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerEnergyVector |
FloatMoneyPerEnergyVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerLengthVector |
MutableFloatMoneyPerLengthVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerLengthVector |
FloatMoneyPerLengthVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerMassVector |
MutableFloatMoneyPerMassVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerMassVector |
FloatMoneyPerMassVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerVolumeVector |
MutableFloatMoneyPerVolumeVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyPerVolumeVector |
FloatMoneyPerVolumeVector.instantiateMutableType(FloatVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyVector |
MutableFloatMoneyVector.instantiateMutableType(FloatVectorData dvd,
MoneyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatMoneyVector |
FloatMoneyVector.instantiateMutableType(FloatVectorData dvd,
MoneyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatPositionVector |
MutableFloatPositionVector.instantiateMutableType(FloatVectorData dvd,
PositionUnit unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected MutableFloatPositionVector |
FloatPositionVector.instantiateMutableType(FloatVectorData dvd,
PositionUnit unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected MutableFloatPowerVector |
MutableFloatPowerVector.instantiateMutableType(FloatVectorData dvd,
PowerUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatPowerVector |
FloatPowerVector.instantiateMutableType(FloatVectorData dvd,
PowerUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatPressureVector |
MutableFloatPressureVector.instantiateMutableType(FloatVectorData dvd,
PressureUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatPressureVector |
FloatPressureVector.instantiateMutableType(FloatVectorData dvd,
PressureUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatSpeedVector |
MutableFloatSpeedVector.instantiateMutableType(FloatVectorData dvd,
SpeedUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatSpeedVector |
FloatSpeedVector.instantiateMutableType(FloatVectorData dvd,
SpeedUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatTemperatureVector |
MutableFloatTemperatureVector.instantiateMutableType(FloatVectorData dvd,
TemperatureUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatTemperatureVector |
FloatTemperatureVector.instantiateMutableType(FloatVectorData dvd,
TemperatureUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatTimeVector |
MutableFloatTimeVector.instantiateMutableType(FloatVectorData dvd,
TimeUnit unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected MutableFloatTimeVector |
FloatTimeVector.instantiateMutableType(FloatVectorData dvd,
TimeUnit unit)
Construct a new Absolute Mutable FloatVector of the right type.
|
protected MutableFloatTorqueVector |
MutableFloatTorqueVector.instantiateMutableType(FloatVectorData dvd,
TorqueUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatTorqueVector |
FloatTorqueVector.instantiateMutableType(FloatVectorData dvd,
TorqueUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatVector.Rel<U> |
MutableFloatVector.Rel.instantiateMutableType(FloatVectorData dvd,
U unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatVector.Rel<U> |
FloatVector.Rel.instantiateMutableType(FloatVectorData dvd,
U unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected abstract MR |
AbstractFloatVectorRel.instantiateMutableType(FloatVectorData dvd,
U unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatVolumeVector |
MutableFloatVolumeVector.instantiateMutableType(FloatVectorData dvd,
VolumeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatVolumeVector |
FloatVolumeVector.instantiateMutableType(FloatVectorData dvd,
VolumeUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatAccelerationVector |
MutableFloatAccelerationVector.instantiateType(FloatVectorData dvd,
AccelerationUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatAccelerationVector |
FloatAccelerationVector.instantiateType(FloatVectorData dvd,
AccelerationUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatAngleSolidVector |
MutableFloatAngleSolidVector.instantiateType(FloatVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatAngleSolidVector |
FloatAngleSolidVector.instantiateType(FloatVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatAngleVector |
MutableFloatAngleVector.instantiateType(FloatVectorData dvd,
AngleUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatAngleVector |
FloatAngleVector.instantiateType(FloatVectorData dvd,
AngleUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatAreaVector |
MutableFloatAreaVector.instantiateType(FloatVectorData dvd,
AreaUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatAreaVector |
FloatAreaVector.instantiateType(FloatVectorData dvd,
AreaUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatDensityVector |
MutableFloatDensityVector.instantiateType(FloatVectorData dvd,
DensityUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatDensityVector |
FloatDensityVector.instantiateType(FloatVectorData dvd,
DensityUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatDimensionlessVector |
MutableFloatDimensionlessVector.instantiateType(FloatVectorData dvd,
DimensionlessUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatDimensionlessVector |
FloatDimensionlessVector.instantiateType(FloatVectorData dvd,
DimensionlessUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatDurationVector |
MutableFloatDurationVector.instantiateType(FloatVectorData dvd,
DurationUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatDurationVector |
FloatDurationVector.instantiateType(FloatVectorData dvd,
DurationUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatElectricalChargeVector |
MutableFloatElectricalChargeVector.instantiateType(FloatVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatElectricalChargeVector |
FloatElectricalChargeVector.instantiateType(FloatVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatElectricalCurrentVector |
MutableFloatElectricalCurrentVector.instantiateType(FloatVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatElectricalCurrentVector |
FloatElectricalCurrentVector.instantiateType(FloatVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatElectricalPotentialVector |
MutableFloatElectricalPotentialVector.instantiateType(FloatVectorData dvd,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatElectricalPotentialVector |
FloatElectricalPotentialVector.instantiateType(FloatVectorData dvd,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatElectricalResistanceVector |
MutableFloatElectricalResistanceVector.instantiateType(FloatVectorData dvd,
ElectricalResistanceUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatElectricalResistanceVector |
FloatElectricalResistanceVector.instantiateType(FloatVectorData dvd,
ElectricalResistanceUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatEnergyVector |
MutableFloatEnergyVector.instantiateType(FloatVectorData dvd,
EnergyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatEnergyVector |
FloatEnergyVector.instantiateType(FloatVectorData dvd,
EnergyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatFlowMassVector |
MutableFloatFlowMassVector.instantiateType(FloatVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatFlowMassVector |
FloatFlowMassVector.instantiateType(FloatVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatFlowVolumeVector |
MutableFloatFlowVolumeVector.instantiateType(FloatVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatFlowVolumeVector |
FloatFlowVolumeVector.instantiateType(FloatVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatForceVector |
MutableFloatForceVector.instantiateType(FloatVectorData dvd,
ForceUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatForceVector |
FloatForceVector.instantiateType(FloatVectorData dvd,
ForceUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatFrequencyVector |
MutableFloatFrequencyVector.instantiateType(FloatVectorData dvd,
FrequencyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatFrequencyVector |
FloatFrequencyVector.instantiateType(FloatVectorData dvd,
FrequencyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatLengthVector |
MutableFloatLengthVector.instantiateType(FloatVectorData dvd,
LengthUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatLengthVector |
FloatLengthVector.instantiateType(FloatVectorData dvd,
LengthUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatLinearDensityVector |
MutableFloatLinearDensityVector.instantiateType(FloatVectorData dvd,
LinearDensityUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatLinearDensityVector |
FloatLinearDensityVector.instantiateType(FloatVectorData dvd,
LinearDensityUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMassVector |
MutableFloatMassVector.instantiateType(FloatVectorData dvd,
MassUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMassVector |
FloatMassVector.instantiateType(FloatVectorData dvd,
MassUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerAreaVector |
MutableFloatMoneyPerAreaVector.instantiateType(FloatVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerAreaVector |
FloatMoneyPerAreaVector.instantiateType(FloatVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerDurationVector |
MutableFloatMoneyPerDurationVector.instantiateType(FloatVectorData dvd,
MoneyPerDurationUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerDurationVector |
FloatMoneyPerDurationVector.instantiateType(FloatVectorData dvd,
MoneyPerDurationUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerEnergyVector |
MutableFloatMoneyPerEnergyVector.instantiateType(FloatVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerEnergyVector |
FloatMoneyPerEnergyVector.instantiateType(FloatVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerLengthVector |
MutableFloatMoneyPerLengthVector.instantiateType(FloatVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerLengthVector |
FloatMoneyPerLengthVector.instantiateType(FloatVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerMassVector |
MutableFloatMoneyPerMassVector.instantiateType(FloatVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerMassVector |
FloatMoneyPerMassVector.instantiateType(FloatVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerVolumeVector |
MutableFloatMoneyPerVolumeVector.instantiateType(FloatVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyPerVolumeVector |
FloatMoneyPerVolumeVector.instantiateType(FloatVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyVector |
MutableFloatMoneyVector.instantiateType(FloatVectorData dvd,
MoneyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatMoneyVector |
FloatMoneyVector.instantiateType(FloatVectorData dvd,
MoneyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatPowerVector |
MutableFloatPowerVector.instantiateType(FloatVectorData dvd,
PowerUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatPowerVector |
FloatPowerVector.instantiateType(FloatVectorData dvd,
PowerUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatPressureVector |
MutableFloatPressureVector.instantiateType(FloatVectorData dvd,
PressureUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatPressureVector |
FloatPressureVector.instantiateType(FloatVectorData dvd,
PressureUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatSpeedVector |
MutableFloatSpeedVector.instantiateType(FloatVectorData dvd,
SpeedUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatSpeedVector |
FloatSpeedVector.instantiateType(FloatVectorData dvd,
SpeedUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatTemperatureVector |
MutableFloatTemperatureVector.instantiateType(FloatVectorData dvd,
TemperatureUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatTemperatureVector |
FloatTemperatureVector.instantiateType(FloatVectorData dvd,
TemperatureUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatTorqueVector |
MutableFloatTorqueVector.instantiateType(FloatVectorData dvd,
TorqueUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatTorqueVector |
FloatTorqueVector.instantiateType(FloatVectorData dvd,
TorqueUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatVector.Rel<U> |
MutableFloatVector.Rel.instantiateType(FloatVectorData dvd,
U unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatVector.Rel<U> |
FloatVector.Rel.instantiateType(FloatVectorData dvd,
U unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected abstract R |
AbstractFloatVectorRel.instantiateType(FloatVectorData dvd,
U unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatVolumeVector |
MutableFloatVolumeVector.instantiateType(FloatVectorData dvd,
VolumeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatVolumeVector |
FloatVolumeVector.instantiateType(FloatVectorData dvd,
VolumeUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatAbsoluteTemperatureVector |
MutableFloatAbsoluteTemperatureVector.instantiateTypeAbs(FloatVectorData dvd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
protected FloatAbsoluteTemperatureVector |
FloatAbsoluteTemperatureVector.instantiateTypeAbs(FloatVectorData dvd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
protected FloatVector.Abs<AU,RU> |
MutableFloatVector.Abs.instantiateTypeAbs(FloatVectorData dvd,
AU unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
protected FloatVector.Abs<AU,RU> |
FloatVector.Abs.instantiateTypeAbs(FloatVectorData dvd,
AU unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
protected abstract A |
AbstractFloatVectorAbs.instantiateTypeAbs(FloatVectorData dvd,
AU unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
protected FloatDirectionVector |
MutableFloatDirectionVector.instantiateTypeAbs(FloatVectorData dvd,
DirectionUnit unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
protected FloatDirectionVector |
FloatDirectionVector.instantiateTypeAbs(FloatVectorData dvd,
DirectionUnit unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
protected FloatPositionVector |
MutableFloatPositionVector.instantiateTypeAbs(FloatVectorData dvd,
PositionUnit unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
protected FloatPositionVector |
FloatPositionVector.instantiateTypeAbs(FloatVectorData dvd,
PositionUnit unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
protected FloatTimeVector |
MutableFloatTimeVector.instantiateTypeAbs(FloatVectorData dvd,
TimeUnit unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
protected FloatTimeVector |
FloatTimeVector.instantiateTypeAbs(FloatVectorData dvd,
TimeUnit unit)
Construct a new Absolute Immutable FloatVector of the right type.
|
protected FloatAngleVector |
MutableFloatDirectionVector.instantiateTypeRel(FloatVectorData dvd,
AngleUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatAngleVector |
FloatDirectionVector.instantiateTypeRel(FloatVectorData dvd,
AngleUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatDurationVector |
MutableFloatTimeVector.instantiateTypeRel(FloatVectorData dvd,
DurationUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatDurationVector |
FloatTimeVector.instantiateTypeRel(FloatVectorData dvd,
DurationUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatLengthVector |
MutableFloatPositionVector.instantiateTypeRel(FloatVectorData dvd,
LengthUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatLengthVector |
FloatPositionVector.instantiateTypeRel(FloatVectorData dvd,
LengthUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatVector.Rel<RU> |
MutableFloatVector.Abs.instantiateTypeRel(FloatVectorData dvd,
RU unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatVector.Rel<RU> |
FloatVector.Abs.instantiateTypeRel(FloatVectorData dvd,
RU unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected abstract R |
AbstractFloatVectorAbs.instantiateTypeRel(FloatVectorData dvd,
RU unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatTemperatureVector |
MutableFloatAbsoluteTemperatureVector.instantiateTypeRel(FloatVectorData dvd,
TemperatureUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatTemperatureVector |
FloatAbsoluteTemperatureVector.instantiateTypeRel(FloatVectorData dvd,
TemperatureUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
FloatVectorData |
FloatVectorData.minus(FloatVectorData right)
Subtract two vectors on a cell-by-cell basis.
|
void |
FloatVectorDataSparse.multiplyBy(FloatVectorData right)
Multiply a vector with the values of another vector on a cell-by-cell basis.
|
void |
FloatVectorDataDense.multiplyBy(FloatVectorData right)
Multiply a vector with the values of another vector on a cell-by-cell basis.
|
abstract void |
FloatVectorData.multiplyBy(FloatVectorData right)
Multiply a vector with the values of another vector on a cell-by-cell basis.
|
FloatVectorData |
FloatVectorData.plus(FloatVectorData right)
Add two vectors on a cell-by-cell basis.
|
FloatVectorData |
FloatVectorData.times(FloatVectorData right)
Multiply two vector on a cell-by-cell basis.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.