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 |
DoubleVectorDataDense
Stores dense data for a DoubleVector and carries out basic operations.
|
class |
DoubleVectorDataSparse
Stores sparse data for a DoubleVector and carries out basic operations.
|
Modifier and Type | Field and Description |
---|---|
protected DoubleVectorData |
AbstractDoubleVector.data
The stored data as an object, can be sparse or dense.
|
Modifier and Type | Method and Description |
---|---|
abstract DoubleVectorData |
DoubleVectorData.copy() |
DoubleVectorData |
DoubleVectorData.divide(DoubleVectorData right)
Divide two vectors on a cell-by-cell basis.
|
protected DoubleVectorData |
AbstractDoubleVector.getData() |
static DoubleVectorData |
DoubleVectorData.instantiate(double[] values,
Scale scale,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
static DoubleVectorData |
DoubleVectorData.instantiate(DoubleScalarInterface[] values,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
static DoubleVectorData |
DoubleVectorData.instantiate(List<Double> values,
Scale scale,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
static DoubleVectorData |
DoubleVectorData.instantiate(SortedMap<Integer,Double> values,
int length,
Scale scale,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
static DoubleVectorData |
DoubleVectorData.instantiateLD(List<? extends DoubleScalarInterface> values,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
static <S extends DoubleScalarInterface> |
DoubleVectorData.instantiateMD(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
DoubleVectorData |
DoubleVectorData.minus(DoubleVectorData right)
Subtract two vectors on a cell-by-cell basis.
|
DoubleVectorData |
DoubleVectorData.plus(DoubleVectorData right)
Add two vectors on a cell-by-cell basis.
|
DoubleVectorData |
DoubleVectorData.times(DoubleVectorData right)
Multiply two vector on a cell-by-cell basis.
|
Modifier and Type | Method and Description |
---|---|
void |
DoubleVectorDataSparse.decrementBy(DoubleVectorData right)
Subtract a vector from this vector on a cell-by-cell basis.
|
void |
DoubleVectorDataDense.decrementBy(DoubleVectorData right)
Subtract a vector from this vector on a cell-by-cell basis.
|
abstract void |
DoubleVectorData.decrementBy(DoubleVectorData right)
Subtract a vector from this vector on a cell-by-cell basis.
|
DoubleVectorData |
DoubleVectorData.divide(DoubleVectorData right)
Divide two vectors on a cell-by-cell basis.
|
void |
DoubleVectorDataSparse.divideBy(DoubleVectorData right)
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
|
void |
DoubleVectorDataDense.divideBy(DoubleVectorData right)
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
|
abstract void |
DoubleVectorData.divideBy(DoubleVectorData right)
Divide the values of a vector by the values of another vector on a cell-by-cell basis.
|
void |
DoubleVectorDataSparse.incrementBy(DoubleVectorData right)
Add a vector to this vector on a cell-by-cell basis.
|
void |
DoubleVectorDataDense.incrementBy(DoubleVectorData right)
Add a vector to this vector on a cell-by-cell basis.
|
abstract void |
DoubleVectorData.incrementBy(DoubleVectorData right)
Add a vector to this vector on a cell-by-cell basis.
|
protected MutableAbsoluteTemperatureVector |
MutableAbsoluteTemperatureVector.instantiateMutableType(DoubleVectorData dvd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected MutableAbsoluteTemperatureVector |
AbsoluteTemperatureVector.instantiateMutableType(DoubleVectorData dvd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected MutableAccelerationVector |
MutableAccelerationVector.instantiateMutableType(DoubleVectorData dvd,
AccelerationUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableAccelerationVector |
AccelerationVector.instantiateMutableType(DoubleVectorData dvd,
AccelerationUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableAngleSolidVector |
MutableAngleSolidVector.instantiateMutableType(DoubleVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableAngleSolidVector |
AngleSolidVector.instantiateMutableType(DoubleVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableAngleVector |
MutableAngleVector.instantiateMutableType(DoubleVectorData dvd,
AngleUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableAngleVector |
AngleVector.instantiateMutableType(DoubleVectorData dvd,
AngleUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableAreaVector |
MutableAreaVector.instantiateMutableType(DoubleVectorData dvd,
AreaUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableAreaVector |
AreaVector.instantiateMutableType(DoubleVectorData dvd,
AreaUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableDoubleVector.Abs<AU,RU> |
MutableDoubleVector.Abs.instantiateMutableType(DoubleVectorData dvd,
AU unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected MutableDoubleVector.Abs<AU,RU> |
DoubleVector.Abs.instantiateMutableType(DoubleVectorData dvd,
AU unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected abstract MA |
AbstractDoubleVectorAbs.instantiateMutableType(DoubleVectorData dvd,
AU unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected MutableDensityVector |
MutableDensityVector.instantiateMutableType(DoubleVectorData dvd,
DensityUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableDensityVector |
DensityVector.instantiateMutableType(DoubleVectorData dvd,
DensityUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableDimensionlessVector |
MutableDimensionlessVector.instantiateMutableType(DoubleVectorData dvd,
DimensionlessUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableDimensionlessVector |
DimensionlessVector.instantiateMutableType(DoubleVectorData dvd,
DimensionlessUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableDirectionVector |
MutableDirectionVector.instantiateMutableType(DoubleVectorData dvd,
DirectionUnit unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected MutableDirectionVector |
DirectionVector.instantiateMutableType(DoubleVectorData dvd,
DirectionUnit unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected MutableDurationVector |
MutableDurationVector.instantiateMutableType(DoubleVectorData dvd,
DurationUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableDurationVector |
DurationVector.instantiateMutableType(DoubleVectorData dvd,
DurationUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableElectricalChargeVector |
MutableElectricalChargeVector.instantiateMutableType(DoubleVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableElectricalChargeVector |
ElectricalChargeVector.instantiateMutableType(DoubleVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableElectricalCurrentVector |
MutableElectricalCurrentVector.instantiateMutableType(DoubleVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableElectricalCurrentVector |
ElectricalCurrentVector.instantiateMutableType(DoubleVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableElectricalPotentialVector |
MutableElectricalPotentialVector.instantiateMutableType(DoubleVectorData dvd,
ElectricalPotentialUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableElectricalPotentialVector |
ElectricalPotentialVector.instantiateMutableType(DoubleVectorData dvd,
ElectricalPotentialUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableElectricalResistanceVector |
MutableElectricalResistanceVector.instantiateMutableType(DoubleVectorData dvd,
ElectricalResistanceUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableElectricalResistanceVector |
ElectricalResistanceVector.instantiateMutableType(DoubleVectorData dvd,
ElectricalResistanceUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableEnergyVector |
MutableEnergyVector.instantiateMutableType(DoubleVectorData dvd,
EnergyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableEnergyVector |
EnergyVector.instantiateMutableType(DoubleVectorData dvd,
EnergyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableFlowMassVector |
MutableFlowMassVector.instantiateMutableType(DoubleVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableFlowMassVector |
FlowMassVector.instantiateMutableType(DoubleVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableFlowVolumeVector |
MutableFlowVolumeVector.instantiateMutableType(DoubleVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableFlowVolumeVector |
FlowVolumeVector.instantiateMutableType(DoubleVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableForceVector |
MutableForceVector.instantiateMutableType(DoubleVectorData dvd,
ForceUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableForceVector |
ForceVector.instantiateMutableType(DoubleVectorData dvd,
ForceUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableFrequencyVector |
MutableFrequencyVector.instantiateMutableType(DoubleVectorData dvd,
FrequencyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableFrequencyVector |
FrequencyVector.instantiateMutableType(DoubleVectorData dvd,
FrequencyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableLengthVector |
MutableLengthVector.instantiateMutableType(DoubleVectorData dvd,
LengthUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableLengthVector |
LengthVector.instantiateMutableType(DoubleVectorData dvd,
LengthUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableLinearDensityVector |
MutableLinearDensityVector.instantiateMutableType(DoubleVectorData dvd,
LinearDensityUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableLinearDensityVector |
LinearDensityVector.instantiateMutableType(DoubleVectorData dvd,
LinearDensityUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMassVector |
MutableMassVector.instantiateMutableType(DoubleVectorData dvd,
MassUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMassVector |
MassVector.instantiateMutableType(DoubleVectorData dvd,
MassUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerAreaVector |
MutableMoneyPerAreaVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerAreaVector |
MoneyPerAreaVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerDurationVector |
MutableMoneyPerDurationVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerDurationUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerDurationVector |
MoneyPerDurationVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerDurationUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerEnergyVector |
MutableMoneyPerEnergyVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerEnergyVector |
MoneyPerEnergyVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerLengthVector |
MutableMoneyPerLengthVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerLengthVector |
MoneyPerLengthVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerMassVector |
MutableMoneyPerMassVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerMassVector |
MoneyPerMassVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerVolumeVector |
MutableMoneyPerVolumeVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyPerVolumeVector |
MoneyPerVolumeVector.instantiateMutableType(DoubleVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyVector |
MutableMoneyVector.instantiateMutableType(DoubleVectorData dvd,
MoneyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableMoneyVector |
MoneyVector.instantiateMutableType(DoubleVectorData dvd,
MoneyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutablePositionVector |
PositionVector.instantiateMutableType(DoubleVectorData dvd,
PositionUnit unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected MutablePositionVector |
MutablePositionVector.instantiateMutableType(DoubleVectorData dvd,
PositionUnit unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected MutablePowerVector |
PowerVector.instantiateMutableType(DoubleVectorData dvd,
PowerUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutablePowerVector |
MutablePowerVector.instantiateMutableType(DoubleVectorData dvd,
PowerUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutablePressureVector |
PressureVector.instantiateMutableType(DoubleVectorData dvd,
PressureUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutablePressureVector |
MutablePressureVector.instantiateMutableType(DoubleVectorData dvd,
PressureUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableSpeedVector |
SpeedVector.instantiateMutableType(DoubleVectorData dvd,
SpeedUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableSpeedVector |
MutableSpeedVector.instantiateMutableType(DoubleVectorData dvd,
SpeedUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableTemperatureVector |
TemperatureVector.instantiateMutableType(DoubleVectorData dvd,
TemperatureUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableTemperatureVector |
MutableTemperatureVector.instantiateMutableType(DoubleVectorData dvd,
TemperatureUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableTimeVector |
TimeVector.instantiateMutableType(DoubleVectorData dvd,
TimeUnit unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected MutableTimeVector |
MutableTimeVector.instantiateMutableType(DoubleVectorData dvd,
TimeUnit unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected MutableTorqueVector |
TorqueVector.instantiateMutableType(DoubleVectorData dvd,
TorqueUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableTorqueVector |
MutableTorqueVector.instantiateMutableType(DoubleVectorData dvd,
TorqueUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableDoubleVector.Rel<U> |
MutableDoubleVector.Rel.instantiateMutableType(DoubleVectorData dvd,
U unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableDoubleVector.Rel<U> |
DoubleVector.Rel.instantiateMutableType(DoubleVectorData dvd,
U unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected abstract MR |
AbstractDoubleVectorRel.instantiateMutableType(DoubleVectorData dvd,
U unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableVolumeVector |
VolumeVector.instantiateMutableType(DoubleVectorData dvd,
VolumeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutableVolumeVector |
MutableVolumeVector.instantiateMutableType(DoubleVectorData dvd,
VolumeUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected AccelerationVector |
MutableAccelerationVector.instantiateType(DoubleVectorData dvd,
AccelerationUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected AccelerationVector |
AccelerationVector.instantiateType(DoubleVectorData dvd,
AccelerationUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected AngleSolidVector |
MutableAngleSolidVector.instantiateType(DoubleVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected AngleSolidVector |
AngleSolidVector.instantiateType(DoubleVectorData dvd,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected AngleVector |
MutableAngleVector.instantiateType(DoubleVectorData dvd,
AngleUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected AngleVector |
AngleVector.instantiateType(DoubleVectorData dvd,
AngleUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected AreaVector |
MutableAreaVector.instantiateType(DoubleVectorData dvd,
AreaUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected AreaVector |
AreaVector.instantiateType(DoubleVectorData dvd,
AreaUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DensityVector |
MutableDensityVector.instantiateType(DoubleVectorData dvd,
DensityUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DensityVector |
DensityVector.instantiateType(DoubleVectorData dvd,
DensityUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DimensionlessVector |
MutableDimensionlessVector.instantiateType(DoubleVectorData dvd,
DimensionlessUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DimensionlessVector |
DimensionlessVector.instantiateType(DoubleVectorData dvd,
DimensionlessUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DurationVector |
MutableDurationVector.instantiateType(DoubleVectorData dvd,
DurationUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DurationVector |
DurationVector.instantiateType(DoubleVectorData dvd,
DurationUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ElectricalChargeVector |
MutableElectricalChargeVector.instantiateType(DoubleVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ElectricalChargeVector |
ElectricalChargeVector.instantiateType(DoubleVectorData dvd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ElectricalCurrentVector |
MutableElectricalCurrentVector.instantiateType(DoubleVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ElectricalCurrentVector |
ElectricalCurrentVector.instantiateType(DoubleVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ElectricalPotentialVector |
MutableElectricalPotentialVector.instantiateType(DoubleVectorData dvd,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ElectricalPotentialVector |
ElectricalPotentialVector.instantiateType(DoubleVectorData dvd,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ElectricalResistanceVector |
MutableElectricalResistanceVector.instantiateType(DoubleVectorData dvd,
ElectricalResistanceUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ElectricalResistanceVector |
ElectricalResistanceVector.instantiateType(DoubleVectorData dvd,
ElectricalResistanceUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected EnergyVector |
MutableEnergyVector.instantiateType(DoubleVectorData dvd,
EnergyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected EnergyVector |
EnergyVector.instantiateType(DoubleVectorData dvd,
EnergyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected FlowMassVector |
MutableFlowMassVector.instantiateType(DoubleVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected FlowMassVector |
FlowMassVector.instantiateType(DoubleVectorData dvd,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected FlowVolumeVector |
MutableFlowVolumeVector.instantiateType(DoubleVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected FlowVolumeVector |
FlowVolumeVector.instantiateType(DoubleVectorData dvd,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ForceVector |
MutableForceVector.instantiateType(DoubleVectorData dvd,
ForceUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected ForceVector |
ForceVector.instantiateType(DoubleVectorData dvd,
ForceUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected FrequencyVector |
MutableFrequencyVector.instantiateType(DoubleVectorData dvd,
FrequencyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected FrequencyVector |
FrequencyVector.instantiateType(DoubleVectorData dvd,
FrequencyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected LengthVector |
MutableLengthVector.instantiateType(DoubleVectorData dvd,
LengthUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected LengthVector |
LengthVector.instantiateType(DoubleVectorData dvd,
LengthUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected LinearDensityVector |
MutableLinearDensityVector.instantiateType(DoubleVectorData dvd,
LinearDensityUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected LinearDensityVector |
LinearDensityVector.instantiateType(DoubleVectorData dvd,
LinearDensityUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MassVector |
MutableMassVector.instantiateType(DoubleVectorData dvd,
MassUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MassVector |
MassVector.instantiateType(DoubleVectorData dvd,
MassUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerAreaVector |
MutableMoneyPerAreaVector.instantiateType(DoubleVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerAreaVector |
MoneyPerAreaVector.instantiateType(DoubleVectorData dvd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerDurationVector |
MutableMoneyPerDurationVector.instantiateType(DoubleVectorData dvd,
MoneyPerDurationUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerDurationVector |
MoneyPerDurationVector.instantiateType(DoubleVectorData dvd,
MoneyPerDurationUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerEnergyVector |
MutableMoneyPerEnergyVector.instantiateType(DoubleVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerEnergyVector |
MoneyPerEnergyVector.instantiateType(DoubleVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerLengthVector |
MutableMoneyPerLengthVector.instantiateType(DoubleVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerLengthVector |
MoneyPerLengthVector.instantiateType(DoubleVectorData dvd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerMassVector |
MutableMoneyPerMassVector.instantiateType(DoubleVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerMassVector |
MoneyPerMassVector.instantiateType(DoubleVectorData dvd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerVolumeVector |
MutableMoneyPerVolumeVector.instantiateType(DoubleVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyPerVolumeVector |
MoneyPerVolumeVector.instantiateType(DoubleVectorData dvd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyVector |
MutableMoneyVector.instantiateType(DoubleVectorData dvd,
MoneyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected MoneyVector |
MoneyVector.instantiateType(DoubleVectorData dvd,
MoneyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected PowerVector |
PowerVector.instantiateType(DoubleVectorData dvd,
PowerUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected PowerVector |
MutablePowerVector.instantiateType(DoubleVectorData dvd,
PowerUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected PressureVector |
PressureVector.instantiateType(DoubleVectorData dvd,
PressureUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected PressureVector |
MutablePressureVector.instantiateType(DoubleVectorData dvd,
PressureUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected SpeedVector |
SpeedVector.instantiateType(DoubleVectorData dvd,
SpeedUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected SpeedVector |
MutableSpeedVector.instantiateType(DoubleVectorData dvd,
SpeedUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected TemperatureVector |
TemperatureVector.instantiateType(DoubleVectorData dvd,
TemperatureUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected TemperatureVector |
MutableTemperatureVector.instantiateType(DoubleVectorData dvd,
TemperatureUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected TorqueVector |
TorqueVector.instantiateType(DoubleVectorData dvd,
TorqueUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected TorqueVector |
MutableTorqueVector.instantiateType(DoubleVectorData dvd,
TorqueUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DoubleVector.Rel<U> |
MutableDoubleVector.Rel.instantiateType(DoubleVectorData dvd,
U unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DoubleVector.Rel<U> |
DoubleVector.Rel.instantiateType(DoubleVectorData dvd,
U unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected abstract R |
AbstractDoubleVectorRel.instantiateType(DoubleVectorData dvd,
U unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected VolumeVector |
VolumeVector.instantiateType(DoubleVectorData dvd,
VolumeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected VolumeVector |
MutableVolumeVector.instantiateType(DoubleVectorData dvd,
VolumeUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected AbsoluteTemperatureVector |
MutableAbsoluteTemperatureVector.instantiateTypeAbs(DoubleVectorData dvd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected AbsoluteTemperatureVector |
AbsoluteTemperatureVector.instantiateTypeAbs(DoubleVectorData dvd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected DoubleVector.Abs<AU,RU> |
MutableDoubleVector.Abs.instantiateTypeAbs(DoubleVectorData dvd,
AU unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected DoubleVector.Abs<AU,RU> |
DoubleVector.Abs.instantiateTypeAbs(DoubleVectorData dvd,
AU unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected abstract A |
AbstractDoubleVectorAbs.instantiateTypeAbs(DoubleVectorData dvd,
AU unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected DirectionVector |
MutableDirectionVector.instantiateTypeAbs(DoubleVectorData dvd,
DirectionUnit unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected DirectionVector |
DirectionVector.instantiateTypeAbs(DoubleVectorData dvd,
DirectionUnit unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected PositionVector |
PositionVector.instantiateTypeAbs(DoubleVectorData dvd,
PositionUnit unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected PositionVector |
MutablePositionVector.instantiateTypeAbs(DoubleVectorData dvd,
PositionUnit unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected TimeVector |
TimeVector.instantiateTypeAbs(DoubleVectorData dvd,
TimeUnit unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected TimeVector |
MutableTimeVector.instantiateTypeAbs(DoubleVectorData dvd,
TimeUnit unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected AngleVector |
MutableDirectionVector.instantiateTypeRel(DoubleVectorData dvd,
AngleUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected AngleVector |
DirectionVector.instantiateTypeRel(DoubleVectorData dvd,
AngleUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DurationVector |
TimeVector.instantiateTypeRel(DoubleVectorData dvd,
DurationUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DurationVector |
MutableTimeVector.instantiateTypeRel(DoubleVectorData dvd,
DurationUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected LengthVector |
PositionVector.instantiateTypeRel(DoubleVectorData dvd,
LengthUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected LengthVector |
MutablePositionVector.instantiateTypeRel(DoubleVectorData dvd,
LengthUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DoubleVector.Rel<RU> |
MutableDoubleVector.Abs.instantiateTypeRel(DoubleVectorData dvd,
RU unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected DoubleVector.Rel<RU> |
DoubleVector.Abs.instantiateTypeRel(DoubleVectorData dvd,
RU unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected abstract R |
AbstractDoubleVectorAbs.instantiateTypeRel(DoubleVectorData dvd,
RU unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected TemperatureVector |
MutableAbsoluteTemperatureVector.instantiateTypeRel(DoubleVectorData dvd,
TemperatureUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected TemperatureVector |
AbsoluteTemperatureVector.instantiateTypeRel(DoubleVectorData dvd,
TemperatureUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
DoubleVectorData |
DoubleVectorData.minus(DoubleVectorData right)
Subtract two vectors on a cell-by-cell basis.
|
void |
DoubleVectorDataSparse.multiplyBy(DoubleVectorData right)
Multiply a vector with the values of another vector on a cell-by-cell basis.
|
void |
DoubleVectorDataDense.multiplyBy(DoubleVectorData right)
Multiply a vector with the values of another vector on a cell-by-cell basis.
|
abstract void |
DoubleVectorData.multiplyBy(DoubleVectorData right)
Multiply a vector with the values of another vector on a cell-by-cell basis.
|
DoubleVectorData |
DoubleVectorData.plus(DoubleVectorData right)
Add two vectors on a cell-by-cell basis.
|
DoubleVectorData |
DoubleVectorData.times(DoubleVectorData right)
Multiply two vector on a cell-by-cell basis.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.