Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleMatrixDataDense
Stores dense data for a DoubleMatrix and carries out basic operations.
|
class |
DoubleMatrixDataSparse
Stores sparse data for a DoubleMatrix and carries out basic operations.
|
Modifier and Type | Field and Description |
---|---|
protected DoubleMatrixData |
AbstractDoubleMatrix.data
The stored data as an object, can be sparse or dense.
|
Modifier and Type | Method and Description |
---|---|
abstract DoubleMatrixData |
DoubleMatrixData.copy() |
DoubleMatrixData |
DoubleMatrixData.divide(DoubleMatrixData right)
Divide two matrices on a cell-by-cell basis.
|
protected DoubleMatrixData |
AbstractDoubleMatrix.getData() |
static DoubleMatrixData |
DoubleMatrixData.instantiate(double[][] values,
Scale scale,
StorageType storageType)
Instantiate a DoubleMatrixData with the right data type.
|
static DoubleMatrixData |
DoubleMatrixData.instantiate(DoubleScalarInterface[][] values,
StorageType storageType)
Instantiate a DoubleMatrixData with the right data type.
|
DoubleMatrixData |
DoubleMatrixData.minus(DoubleMatrixData right)
Subtract two matrices on a cell-by-cell basis.
|
DoubleMatrixData |
DoubleMatrixData.plus(DoubleMatrixData right)
Add two matrices on a cell-by-cell basis.
|
DoubleMatrixData |
DoubleMatrixData.times(DoubleMatrixData right)
Multiply two matrix on a cell-by-cell basis.
|
Modifier and Type | Method and Description |
---|---|
void |
DoubleMatrixDataSparse.decrementBy(DoubleMatrixData right)
Subtract a matrix from this matrix on a cell-by-cell basis.
|
void |
DoubleMatrixDataDense.decrementBy(DoubleMatrixData right)
Subtract a matrix from this matrix on a cell-by-cell basis.
|
abstract void |
DoubleMatrixData.decrementBy(DoubleMatrixData right)
Subtract a matrix from this matrix on a cell-by-cell basis.
|
DoubleMatrixData |
DoubleMatrixData.divide(DoubleMatrixData right)
Divide two matrices on a cell-by-cell basis.
|
void |
DoubleMatrixDataSparse.divideBy(DoubleMatrixData right)
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
|
void |
DoubleMatrixDataDense.divideBy(DoubleMatrixData right)
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
|
abstract void |
DoubleMatrixData.divideBy(DoubleMatrixData right)
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
|
void |
DoubleMatrixDataSparse.incrementBy(DoubleMatrixData right)
Add a matrix to this matrix on a cell-by-cell basis.
|
void |
DoubleMatrixDataDense.incrementBy(DoubleMatrixData right)
Add a matrix to this matrix on a cell-by-cell basis.
|
abstract void |
DoubleMatrixData.incrementBy(DoubleMatrixData right)
Add a matrix to this matrix on a cell-by-cell basis.
|
protected MutableAbsoluteTemperatureMatrix |
MutableAbsoluteTemperatureMatrix.instantiateMutableType(DoubleMatrixData dmd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected MutableAbsoluteTemperatureMatrix |
AbsoluteTemperatureMatrix.instantiateMutableType(DoubleMatrixData dmd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected MutableAccelerationMatrix |
MutableAccelerationMatrix.instantiateMutableType(DoubleMatrixData dmd,
AccelerationUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableAccelerationMatrix |
AccelerationMatrix.instantiateMutableType(DoubleMatrixData dmd,
AccelerationUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableAngleSolidMatrix |
MutableAngleSolidMatrix.instantiateMutableType(DoubleMatrixData dmd,
AngleSolidUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableAngleSolidMatrix |
AngleSolidMatrix.instantiateMutableType(DoubleMatrixData dmd,
AngleSolidUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableAngleMatrix |
MutableAngleMatrix.instantiateMutableType(DoubleMatrixData dmd,
AngleUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableAngleMatrix |
AngleMatrix.instantiateMutableType(DoubleMatrixData dmd,
AngleUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableAreaMatrix |
MutableAreaMatrix.instantiateMutableType(DoubleMatrixData dmd,
AreaUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableAreaMatrix |
AreaMatrix.instantiateMutableType(DoubleMatrixData dmd,
AreaUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableDoubleMatrix.Abs<AU,RU> |
MutableDoubleMatrix.Abs.instantiateMutableType(DoubleMatrixData dmd,
AU unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected MutableDoubleMatrix.Abs<AU,RU> |
DoubleMatrix.Abs.instantiateMutableType(DoubleMatrixData dmd,
AU unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected abstract MA |
AbstractDoubleMatrixAbs.instantiateMutableType(DoubleMatrixData dmd,
AU unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected MutableDensityMatrix |
MutableDensityMatrix.instantiateMutableType(DoubleMatrixData dmd,
DensityUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableDensityMatrix |
DensityMatrix.instantiateMutableType(DoubleMatrixData dmd,
DensityUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableDimensionlessMatrix |
MutableDimensionlessMatrix.instantiateMutableType(DoubleMatrixData dmd,
DimensionlessUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableDimensionlessMatrix |
DimensionlessMatrix.instantiateMutableType(DoubleMatrixData dmd,
DimensionlessUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableDirectionMatrix |
MutableDirectionMatrix.instantiateMutableType(DoubleMatrixData dmd,
DirectionUnit unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected MutableDirectionMatrix |
DirectionMatrix.instantiateMutableType(DoubleMatrixData dmd,
DirectionUnit unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected MutableDurationMatrix |
MutableDurationMatrix.instantiateMutableType(DoubleMatrixData dmd,
DurationUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableDurationMatrix |
DurationMatrix.instantiateMutableType(DoubleMatrixData dmd,
DurationUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableElectricalChargeMatrix |
MutableElectricalChargeMatrix.instantiateMutableType(DoubleMatrixData dmd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableElectricalChargeMatrix |
ElectricalChargeMatrix.instantiateMutableType(DoubleMatrixData dmd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableElectricalCurrentMatrix |
MutableElectricalCurrentMatrix.instantiateMutableType(DoubleMatrixData dmd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableElectricalCurrentMatrix |
ElectricalCurrentMatrix.instantiateMutableType(DoubleMatrixData dmd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableElectricalPotentialMatrix |
MutableElectricalPotentialMatrix.instantiateMutableType(DoubleMatrixData dmd,
ElectricalPotentialUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableElectricalPotentialMatrix |
ElectricalPotentialMatrix.instantiateMutableType(DoubleMatrixData dmd,
ElectricalPotentialUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableElectricalResistanceMatrix |
MutableElectricalResistanceMatrix.instantiateMutableType(DoubleMatrixData dmd,
ElectricalResistanceUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableElectricalResistanceMatrix |
ElectricalResistanceMatrix.instantiateMutableType(DoubleMatrixData dmd,
ElectricalResistanceUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableEnergyMatrix |
MutableEnergyMatrix.instantiateMutableType(DoubleMatrixData dmd,
EnergyUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableEnergyMatrix |
EnergyMatrix.instantiateMutableType(DoubleMatrixData dmd,
EnergyUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableFlowMassMatrix |
MutableFlowMassMatrix.instantiateMutableType(DoubleMatrixData dmd,
FlowMassUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableFlowMassMatrix |
FlowMassMatrix.instantiateMutableType(DoubleMatrixData dmd,
FlowMassUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableFlowVolumeMatrix |
MutableFlowVolumeMatrix.instantiateMutableType(DoubleMatrixData dmd,
FlowVolumeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableFlowVolumeMatrix |
FlowVolumeMatrix.instantiateMutableType(DoubleMatrixData dmd,
FlowVolumeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableForceMatrix |
MutableForceMatrix.instantiateMutableType(DoubleMatrixData dmd,
ForceUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableForceMatrix |
ForceMatrix.instantiateMutableType(DoubleMatrixData dmd,
ForceUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableFrequencyMatrix |
MutableFrequencyMatrix.instantiateMutableType(DoubleMatrixData dmd,
FrequencyUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableFrequencyMatrix |
FrequencyMatrix.instantiateMutableType(DoubleMatrixData dmd,
FrequencyUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableLengthMatrix |
MutableLengthMatrix.instantiateMutableType(DoubleMatrixData dmd,
LengthUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableLengthMatrix |
LengthMatrix.instantiateMutableType(DoubleMatrixData dmd,
LengthUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableLinearDensityMatrix |
MutableLinearDensityMatrix.instantiateMutableType(DoubleMatrixData dmd,
LinearDensityUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableLinearDensityMatrix |
LinearDensityMatrix.instantiateMutableType(DoubleMatrixData dmd,
LinearDensityUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMassMatrix |
MutableMassMatrix.instantiateMutableType(DoubleMatrixData dmd,
MassUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMassMatrix |
MassMatrix.instantiateMutableType(DoubleMatrixData dmd,
MassUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerAreaMatrix |
MutableMoneyPerAreaMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerAreaMatrix |
MoneyPerAreaMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerDurationMatrix |
MutableMoneyPerDurationMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerDurationUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerDurationMatrix |
MoneyPerDurationMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerDurationUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerEnergyMatrix |
MutableMoneyPerEnergyMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerEnergyMatrix |
MoneyPerEnergyMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerLengthMatrix |
MutableMoneyPerLengthMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerLengthMatrix |
MoneyPerLengthMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerMassMatrix |
MutableMoneyPerMassMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerMassMatrix |
MoneyPerMassMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerVolumeMatrix |
MutableMoneyPerVolumeMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyPerVolumeMatrix |
MoneyPerVolumeMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyMatrix |
MutableMoneyMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableMoneyMatrix |
MoneyMatrix.instantiateMutableType(DoubleMatrixData dmd,
MoneyUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutablePositionMatrix |
PositionMatrix.instantiateMutableType(DoubleMatrixData dmd,
PositionUnit unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected MutablePositionMatrix |
MutablePositionMatrix.instantiateMutableType(DoubleMatrixData dmd,
PositionUnit unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected MutablePowerMatrix |
PowerMatrix.instantiateMutableType(DoubleMatrixData dmd,
PowerUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutablePowerMatrix |
MutablePowerMatrix.instantiateMutableType(DoubleMatrixData dmd,
PowerUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutablePressureMatrix |
PressureMatrix.instantiateMutableType(DoubleMatrixData dmd,
PressureUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutablePressureMatrix |
MutablePressureMatrix.instantiateMutableType(DoubleMatrixData dmd,
PressureUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableSpeedMatrix |
SpeedMatrix.instantiateMutableType(DoubleMatrixData dmd,
SpeedUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableSpeedMatrix |
MutableSpeedMatrix.instantiateMutableType(DoubleMatrixData dmd,
SpeedUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableTemperatureMatrix |
TemperatureMatrix.instantiateMutableType(DoubleMatrixData dmd,
TemperatureUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableTemperatureMatrix |
MutableTemperatureMatrix.instantiateMutableType(DoubleMatrixData dmd,
TemperatureUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableTimeMatrix |
TimeMatrix.instantiateMutableType(DoubleMatrixData dmd,
TimeUnit unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected MutableTimeMatrix |
MutableTimeMatrix.instantiateMutableType(DoubleMatrixData dmd,
TimeUnit unit)
Construct a new Absolute Mutable DoubleMatrix of the right type.
|
protected MutableTorqueMatrix |
TorqueMatrix.instantiateMutableType(DoubleMatrixData dmd,
TorqueUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableTorqueMatrix |
MutableTorqueMatrix.instantiateMutableType(DoubleMatrixData dmd,
TorqueUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.instantiateMutableType(DoubleMatrixData dmd,
U unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableDoubleMatrix.Rel<U> |
DoubleMatrix.Rel.instantiateMutableType(DoubleMatrixData dmd,
U unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected abstract MR |
AbstractDoubleMatrixRel.instantiateMutableType(DoubleMatrixData dmd,
U unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableVolumeMatrix |
VolumeMatrix.instantiateMutableType(DoubleMatrixData dmd,
VolumeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutableVolumeMatrix |
MutableVolumeMatrix.instantiateMutableType(DoubleMatrixData dmd,
VolumeUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected AccelerationMatrix |
MutableAccelerationMatrix.instantiateType(DoubleMatrixData dmd,
AccelerationUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected AccelerationMatrix |
AccelerationMatrix.instantiateType(DoubleMatrixData dmd,
AccelerationUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected AngleSolidMatrix |
MutableAngleSolidMatrix.instantiateType(DoubleMatrixData dmd,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected AngleSolidMatrix |
AngleSolidMatrix.instantiateType(DoubleMatrixData dmd,
AngleSolidUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected AngleMatrix |
MutableAngleMatrix.instantiateType(DoubleMatrixData dmd,
AngleUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected AngleMatrix |
AngleMatrix.instantiateType(DoubleMatrixData dmd,
AngleUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected AreaMatrix |
MutableAreaMatrix.instantiateType(DoubleMatrixData dmd,
AreaUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected AreaMatrix |
AreaMatrix.instantiateType(DoubleMatrixData dmd,
AreaUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DensityMatrix |
MutableDensityMatrix.instantiateType(DoubleMatrixData dmd,
DensityUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DensityMatrix |
DensityMatrix.instantiateType(DoubleMatrixData dmd,
DensityUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DimensionlessMatrix |
MutableDimensionlessMatrix.instantiateType(DoubleMatrixData dmd,
DimensionlessUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DimensionlessMatrix |
DimensionlessMatrix.instantiateType(DoubleMatrixData dmd,
DimensionlessUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DurationMatrix |
MutableDurationMatrix.instantiateType(DoubleMatrixData dmd,
DurationUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DurationMatrix |
DurationMatrix.instantiateType(DoubleMatrixData dmd,
DurationUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ElectricalChargeMatrix |
MutableElectricalChargeMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ElectricalChargeMatrix |
ElectricalChargeMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ElectricalCurrentMatrix |
MutableElectricalCurrentMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ElectricalCurrentMatrix |
ElectricalCurrentMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ElectricalPotentialMatrix |
MutableElectricalPotentialMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ElectricalPotentialMatrix |
ElectricalPotentialMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ElectricalResistanceMatrix |
MutableElectricalResistanceMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalResistanceUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ElectricalResistanceMatrix |
ElectricalResistanceMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalResistanceUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected EnergyMatrix |
MutableEnergyMatrix.instantiateType(DoubleMatrixData dmd,
EnergyUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected EnergyMatrix |
EnergyMatrix.instantiateType(DoubleMatrixData dmd,
EnergyUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected FlowMassMatrix |
MutableFlowMassMatrix.instantiateType(DoubleMatrixData dmd,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected FlowMassMatrix |
FlowMassMatrix.instantiateType(DoubleMatrixData dmd,
FlowMassUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected FlowVolumeMatrix |
MutableFlowVolumeMatrix.instantiateType(DoubleMatrixData dmd,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected FlowVolumeMatrix |
FlowVolumeMatrix.instantiateType(DoubleMatrixData dmd,
FlowVolumeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ForceMatrix |
MutableForceMatrix.instantiateType(DoubleMatrixData dmd,
ForceUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ForceMatrix |
ForceMatrix.instantiateType(DoubleMatrixData dmd,
ForceUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected FrequencyMatrix |
MutableFrequencyMatrix.instantiateType(DoubleMatrixData dmd,
FrequencyUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected FrequencyMatrix |
FrequencyMatrix.instantiateType(DoubleMatrixData dmd,
FrequencyUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected LengthMatrix |
MutableLengthMatrix.instantiateType(DoubleMatrixData dmd,
LengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected LengthMatrix |
LengthMatrix.instantiateType(DoubleMatrixData dmd,
LengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected LinearDensityMatrix |
MutableLinearDensityMatrix.instantiateType(DoubleMatrixData dmd,
LinearDensityUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected LinearDensityMatrix |
LinearDensityMatrix.instantiateType(DoubleMatrixData dmd,
LinearDensityUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MassMatrix |
MutableMassMatrix.instantiateType(DoubleMatrixData dmd,
MassUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MassMatrix |
MassMatrix.instantiateType(DoubleMatrixData dmd,
MassUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerAreaMatrix |
MutableMoneyPerAreaMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerAreaMatrix |
MoneyPerAreaMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerDurationMatrix |
MutableMoneyPerDurationMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerDurationUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerDurationMatrix |
MoneyPerDurationMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerDurationUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerEnergyMatrix |
MutableMoneyPerEnergyMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerEnergyMatrix |
MoneyPerEnergyMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerLengthMatrix |
MutableMoneyPerLengthMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerLengthMatrix |
MoneyPerLengthMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerMassMatrix |
MutableMoneyPerMassMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerMassMatrix |
MoneyPerMassMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerVolumeMatrix |
MutableMoneyPerVolumeMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyPerVolumeMatrix |
MoneyPerVolumeMatrix.instantiateType(DoubleMatrixData dmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyMatrix |
MutableMoneyMatrix.instantiateType(DoubleMatrixData dmd,
MoneyUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected MoneyMatrix |
MoneyMatrix.instantiateType(DoubleMatrixData dmd,
MoneyUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected PowerMatrix |
PowerMatrix.instantiateType(DoubleMatrixData dmd,
PowerUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected PowerMatrix |
MutablePowerMatrix.instantiateType(DoubleMatrixData dmd,
PowerUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected PressureMatrix |
PressureMatrix.instantiateType(DoubleMatrixData dmd,
PressureUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected PressureMatrix |
MutablePressureMatrix.instantiateType(DoubleMatrixData dmd,
PressureUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected SpeedMatrix |
SpeedMatrix.instantiateType(DoubleMatrixData dmd,
SpeedUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected SpeedMatrix |
MutableSpeedMatrix.instantiateType(DoubleMatrixData dmd,
SpeedUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected TemperatureMatrix |
TemperatureMatrix.instantiateType(DoubleMatrixData dmd,
TemperatureUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected TemperatureMatrix |
MutableTemperatureMatrix.instantiateType(DoubleMatrixData dmd,
TemperatureUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected TorqueMatrix |
TorqueMatrix.instantiateType(DoubleMatrixData dmd,
TorqueUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected TorqueMatrix |
MutableTorqueMatrix.instantiateType(DoubleMatrixData dmd,
TorqueUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.instantiateType(DoubleMatrixData dmd,
U unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DoubleMatrix.Rel<U> |
DoubleMatrix.Rel.instantiateType(DoubleMatrixData dmd,
U unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected abstract R |
AbstractDoubleMatrixRel.instantiateType(DoubleMatrixData dmd,
U unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected VolumeMatrix |
VolumeMatrix.instantiateType(DoubleMatrixData dmd,
VolumeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected VolumeMatrix |
MutableVolumeMatrix.instantiateType(DoubleMatrixData dmd,
VolumeUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected AbsoluteTemperatureMatrix |
MutableAbsoluteTemperatureMatrix.instantiateTypeAbs(DoubleMatrixData dmd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
protected AbsoluteTemperatureMatrix |
AbsoluteTemperatureMatrix.instantiateTypeAbs(DoubleMatrixData dmd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
protected DoubleMatrix.Abs<AU,RU> |
MutableDoubleMatrix.Abs.instantiateTypeAbs(DoubleMatrixData dmd,
AU unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
protected DoubleMatrix.Abs<AU,RU> |
DoubleMatrix.Abs.instantiateTypeAbs(DoubleMatrixData dmd,
AU unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
protected abstract A |
AbstractDoubleMatrixAbs.instantiateTypeAbs(DoubleMatrixData dmd,
AU unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
protected DirectionMatrix |
MutableDirectionMatrix.instantiateTypeAbs(DoubleMatrixData dmd,
DirectionUnit unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
protected DirectionMatrix |
DirectionMatrix.instantiateTypeAbs(DoubleMatrixData dmd,
DirectionUnit unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
protected PositionMatrix |
PositionMatrix.instantiateTypeAbs(DoubleMatrixData dmd,
PositionUnit unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
protected PositionMatrix |
MutablePositionMatrix.instantiateTypeAbs(DoubleMatrixData dmd,
PositionUnit unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
protected TimeMatrix |
TimeMatrix.instantiateTypeAbs(DoubleMatrixData dmd,
TimeUnit unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
protected TimeMatrix |
MutableTimeMatrix.instantiateTypeAbs(DoubleMatrixData dmd,
TimeUnit unit)
Construct a new Absolute Immutable DoubleMatrix of the right type.
|
protected AngleMatrix |
MutableDirectionMatrix.instantiateTypeRel(DoubleMatrixData dmd,
AngleUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected AngleMatrix |
DirectionMatrix.instantiateTypeRel(DoubleMatrixData dmd,
AngleUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DurationMatrix |
TimeMatrix.instantiateTypeRel(DoubleMatrixData dmd,
DurationUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DurationMatrix |
MutableTimeMatrix.instantiateTypeRel(DoubleMatrixData dmd,
DurationUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected LengthMatrix |
PositionMatrix.instantiateTypeRel(DoubleMatrixData dmd,
LengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected LengthMatrix |
MutablePositionMatrix.instantiateTypeRel(DoubleMatrixData dmd,
LengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DoubleMatrix.Rel<RU> |
MutableDoubleMatrix.Abs.instantiateTypeRel(DoubleMatrixData dmd,
RU unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected DoubleMatrix.Rel<RU> |
DoubleMatrix.Abs.instantiateTypeRel(DoubleMatrixData dmd,
RU unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected abstract R |
AbstractDoubleMatrixAbs.instantiateTypeRel(DoubleMatrixData dmd,
RU unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected TemperatureMatrix |
MutableAbsoluteTemperatureMatrix.instantiateTypeRel(DoubleMatrixData dmd,
TemperatureUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected TemperatureMatrix |
AbsoluteTemperatureMatrix.instantiateTypeRel(DoubleMatrixData dmd,
TemperatureUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
DoubleMatrixData |
DoubleMatrixData.minus(DoubleMatrixData right)
Subtract two matrices on a cell-by-cell basis.
|
void |
DoubleMatrixDataSparse.multiplyBy(DoubleMatrixData right)
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
|
void |
DoubleMatrixDataDense.multiplyBy(DoubleMatrixData right)
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
|
abstract void |
DoubleMatrixData.multiplyBy(DoubleMatrixData right)
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
|
DoubleMatrixData |
DoubleMatrixData.plus(DoubleMatrixData right)
Add two matrices on a cell-by-cell basis.
|
DoubleMatrixData |
DoubleMatrixData.times(DoubleMatrixData right)
Multiply two matrix on a cell-by-cell basis.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.