Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
Modifier and Type | Class and Description |
---|---|
class |
FloatMatrixDataDense
Stores dense data for a FloatMatrix and carries out basic operations.
|
class |
FloatMatrixDataSparse
Stores sparse data for a FloatMatrix and carries out basic operations.
|
Modifier and Type | Field and Description |
---|---|
protected FloatMatrixData |
AbstractFloatMatrix.data
The stored data as an object, can be sparse or dense.
|
Modifier and Type | Method and Description |
---|---|
abstract FloatMatrixData |
FloatMatrixData.copy() |
FloatMatrixData |
FloatMatrixData.divide(FloatMatrixData right)
Divide two matrices on a cell-by-cell basis.
|
protected FloatMatrixData |
AbstractFloatMatrix.getData() |
static FloatMatrixData |
FloatMatrixData.instantiate(float[][] values,
Scale scale,
StorageType storageType)
Instantiate a FloatMatrixData with the right data type.
|
static FloatMatrixData |
FloatMatrixData.instantiate(FloatScalarInterface[][] values,
StorageType storageType)
Instantiate a FloatMatrixData with the right data type.
|
FloatMatrixData |
FloatMatrixData.minus(FloatMatrixData right)
Subtract two matrices on a cell-by-cell basis.
|
FloatMatrixData |
FloatMatrixData.plus(FloatMatrixData right)
Add two matrices on a cell-by-cell basis.
|
FloatMatrixData |
FloatMatrixData.times(FloatMatrixData right)
Multiply two matrix on a cell-by-cell basis.
|
Modifier and Type | Method and Description |
---|---|
void |
FloatMatrixDataSparse.decrementBy(FloatMatrixData right)
Subtract a matrix from this matrix on a cell-by-cell basis.
|
void |
FloatMatrixDataDense.decrementBy(FloatMatrixData right)
Subtract a matrix from this matrix on a cell-by-cell basis.
|
abstract void |
FloatMatrixData.decrementBy(FloatMatrixData right)
Subtract a matrix from this matrix on a cell-by-cell basis.
|
FloatMatrixData |
FloatMatrixData.divide(FloatMatrixData right)
Divide two matrices on a cell-by-cell basis.
|
void |
FloatMatrixDataSparse.divideBy(FloatMatrixData right)
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
|
void |
FloatMatrixDataDense.divideBy(FloatMatrixData right)
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
|
abstract void |
FloatMatrixData.divideBy(FloatMatrixData right)
Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.
|
void |
FloatMatrixDataSparse.incrementBy(FloatMatrixData right)
Add a matrix to this matrix on a cell-by-cell basis.
|
void |
FloatMatrixDataDense.incrementBy(FloatMatrixData right)
Add a matrix to this matrix on a cell-by-cell basis.
|
abstract void |
FloatMatrixData.incrementBy(FloatMatrixData right)
Add a matrix to this matrix on a cell-by-cell basis.
|
protected MutableFloatAbsoluteTemperatureMatrix |
MutableFloatAbsoluteTemperatureMatrix.instantiateMutableType(FloatMatrixData fmd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected MutableFloatAbsoluteTemperatureMatrix |
FloatAbsoluteTemperatureMatrix.instantiateMutableType(FloatMatrixData fmd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected MutableFloatAccelerationMatrix |
MutableFloatAccelerationMatrix.instantiateMutableType(FloatMatrixData fmd,
AccelerationUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatAccelerationMatrix |
FloatAccelerationMatrix.instantiateMutableType(FloatMatrixData fmd,
AccelerationUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatAngleSolidMatrix |
MutableFloatAngleSolidMatrix.instantiateMutableType(FloatMatrixData fmd,
AngleSolidUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatAngleSolidMatrix |
FloatAngleSolidMatrix.instantiateMutableType(FloatMatrixData fmd,
AngleSolidUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatAngleMatrix |
MutableFloatAngleMatrix.instantiateMutableType(FloatMatrixData fmd,
AngleUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatAngleMatrix |
FloatAngleMatrix.instantiateMutableType(FloatMatrixData fmd,
AngleUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatAreaMatrix |
MutableFloatAreaMatrix.instantiateMutableType(FloatMatrixData fmd,
AreaUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatAreaMatrix |
FloatAreaMatrix.instantiateMutableType(FloatMatrixData fmd,
AreaUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMatrix.Abs<AU,RU> |
MutableFloatMatrix.Abs.instantiateMutableType(FloatMatrixData dmd,
AU unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected MutableFloatMatrix.Abs<AU,RU> |
FloatMatrix.Abs.instantiateMutableType(FloatMatrixData dmd,
AU unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected abstract MA |
AbstractFloatMatrixAbs.instantiateMutableType(FloatMatrixData dmd,
AU unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected MutableFloatDensityMatrix |
MutableFloatDensityMatrix.instantiateMutableType(FloatMatrixData fmd,
DensityUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatDensityMatrix |
FloatDensityMatrix.instantiateMutableType(FloatMatrixData fmd,
DensityUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatDimensionlessMatrix |
MutableFloatDimensionlessMatrix.instantiateMutableType(FloatMatrixData fmd,
DimensionlessUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatDimensionlessMatrix |
FloatDimensionlessMatrix.instantiateMutableType(FloatMatrixData fmd,
DimensionlessUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatDirectionMatrix |
MutableFloatDirectionMatrix.instantiateMutableType(FloatMatrixData fmd,
DirectionUnit unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected MutableFloatDirectionMatrix |
FloatDirectionMatrix.instantiateMutableType(FloatMatrixData fmd,
DirectionUnit unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected MutableFloatDurationMatrix |
MutableFloatDurationMatrix.instantiateMutableType(FloatMatrixData fmd,
DurationUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatDurationMatrix |
FloatDurationMatrix.instantiateMutableType(FloatMatrixData fmd,
DurationUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatElectricalChargeMatrix |
MutableFloatElectricalChargeMatrix.instantiateMutableType(FloatMatrixData fmd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatElectricalChargeMatrix |
FloatElectricalChargeMatrix.instantiateMutableType(FloatMatrixData fmd,
ElectricalChargeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatElectricalCurrentMatrix |
MutableFloatElectricalCurrentMatrix.instantiateMutableType(FloatMatrixData fmd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatElectricalCurrentMatrix |
FloatElectricalCurrentMatrix.instantiateMutableType(FloatMatrixData fmd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatElectricalPotentialMatrix |
MutableFloatElectricalPotentialMatrix.instantiateMutableType(FloatMatrixData fmd,
ElectricalPotentialUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatElectricalPotentialMatrix |
FloatElectricalPotentialMatrix.instantiateMutableType(FloatMatrixData fmd,
ElectricalPotentialUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatElectricalResistanceMatrix |
MutableFloatElectricalResistanceMatrix.instantiateMutableType(FloatMatrixData fmd,
ElectricalResistanceUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatElectricalResistanceMatrix |
FloatElectricalResistanceMatrix.instantiateMutableType(FloatMatrixData fmd,
ElectricalResistanceUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatEnergyMatrix |
MutableFloatEnergyMatrix.instantiateMutableType(FloatMatrixData fmd,
EnergyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatEnergyMatrix |
FloatEnergyMatrix.instantiateMutableType(FloatMatrixData fmd,
EnergyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatFlowMassMatrix |
MutableFloatFlowMassMatrix.instantiateMutableType(FloatMatrixData fmd,
FlowMassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatFlowMassMatrix |
FloatFlowMassMatrix.instantiateMutableType(FloatMatrixData fmd,
FlowMassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatFlowVolumeMatrix |
MutableFloatFlowVolumeMatrix.instantiateMutableType(FloatMatrixData fmd,
FlowVolumeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatFlowVolumeMatrix |
FloatFlowVolumeMatrix.instantiateMutableType(FloatMatrixData fmd,
FlowVolumeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatForceMatrix |
MutableFloatForceMatrix.instantiateMutableType(FloatMatrixData fmd,
ForceUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatForceMatrix |
FloatForceMatrix.instantiateMutableType(FloatMatrixData fmd,
ForceUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatFrequencyMatrix |
MutableFloatFrequencyMatrix.instantiateMutableType(FloatMatrixData fmd,
FrequencyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatFrequencyMatrix |
FloatFrequencyMatrix.instantiateMutableType(FloatMatrixData fmd,
FrequencyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatLengthMatrix |
MutableFloatLengthMatrix.instantiateMutableType(FloatMatrixData fmd,
LengthUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatLengthMatrix |
FloatLengthMatrix.instantiateMutableType(FloatMatrixData fmd,
LengthUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatLinearDensityMatrix |
MutableFloatLinearDensityMatrix.instantiateMutableType(FloatMatrixData fmd,
LinearDensityUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatLinearDensityMatrix |
FloatLinearDensityMatrix.instantiateMutableType(FloatMatrixData fmd,
LinearDensityUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMassMatrix |
MutableFloatMassMatrix.instantiateMutableType(FloatMatrixData fmd,
MassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMassMatrix |
FloatMassMatrix.instantiateMutableType(FloatMatrixData fmd,
MassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerAreaMatrix |
MutableFloatMoneyPerAreaMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerAreaMatrix |
FloatMoneyPerAreaMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerDurationMatrix |
MutableFloatMoneyPerDurationMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerDurationUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerDurationMatrix |
FloatMoneyPerDurationMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerDurationUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerEnergyMatrix |
MutableFloatMoneyPerEnergyMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerEnergyMatrix |
FloatMoneyPerEnergyMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerLengthMatrix |
MutableFloatMoneyPerLengthMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerLengthMatrix |
FloatMoneyPerLengthMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerMassMatrix |
MutableFloatMoneyPerMassMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerMassMatrix |
FloatMoneyPerMassMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerMassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerVolumeMatrix |
MutableFloatMoneyPerVolumeMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyPerVolumeMatrix |
FloatMoneyPerVolumeMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyMatrix |
MutableFloatMoneyMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMoneyMatrix |
FloatMoneyMatrix.instantiateMutableType(FloatMatrixData fmd,
MoneyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatPositionMatrix |
MutableFloatPositionMatrix.instantiateMutableType(FloatMatrixData fmd,
PositionUnit unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected MutableFloatPositionMatrix |
FloatPositionMatrix.instantiateMutableType(FloatMatrixData fmd,
PositionUnit unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected MutableFloatPowerMatrix |
MutableFloatPowerMatrix.instantiateMutableType(FloatMatrixData fmd,
PowerUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatPowerMatrix |
FloatPowerMatrix.instantiateMutableType(FloatMatrixData fmd,
PowerUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatPressureMatrix |
MutableFloatPressureMatrix.instantiateMutableType(FloatMatrixData fmd,
PressureUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatPressureMatrix |
FloatPressureMatrix.instantiateMutableType(FloatMatrixData fmd,
PressureUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatSpeedMatrix |
MutableFloatSpeedMatrix.instantiateMutableType(FloatMatrixData fmd,
SpeedUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatSpeedMatrix |
FloatSpeedMatrix.instantiateMutableType(FloatMatrixData fmd,
SpeedUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatTemperatureMatrix |
MutableFloatTemperatureMatrix.instantiateMutableType(FloatMatrixData fmd,
TemperatureUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatTemperatureMatrix |
FloatTemperatureMatrix.instantiateMutableType(FloatMatrixData fmd,
TemperatureUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatTimeMatrix |
MutableFloatTimeMatrix.instantiateMutableType(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected MutableFloatTimeMatrix |
FloatTimeMatrix.instantiateMutableType(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected MutableFloatTorqueMatrix |
MutableFloatTorqueMatrix.instantiateMutableType(FloatMatrixData fmd,
TorqueUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatTorqueMatrix |
FloatTorqueMatrix.instantiateMutableType(FloatMatrixData fmd,
TorqueUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.instantiateMutableType(FloatMatrixData dmd,
U unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatMatrix.Rel<U> |
FloatMatrix.Rel.instantiateMutableType(FloatMatrixData dmd,
U unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected abstract MR |
AbstractFloatMatrixRel.instantiateMutableType(FloatMatrixData dmd,
U unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatVolumeMatrix |
MutableFloatVolumeMatrix.instantiateMutableType(FloatMatrixData fmd,
VolumeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatVolumeMatrix |
FloatVolumeMatrix.instantiateMutableType(FloatMatrixData fmd,
VolumeUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatAccelerationMatrix |
MutableFloatAccelerationMatrix.instantiateType(FloatMatrixData fmd,
AccelerationUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatAccelerationMatrix |
FloatAccelerationMatrix.instantiateType(FloatMatrixData fmd,
AccelerationUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatAngleSolidMatrix |
MutableFloatAngleSolidMatrix.instantiateType(FloatMatrixData fmd,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatAngleSolidMatrix |
FloatAngleSolidMatrix.instantiateType(FloatMatrixData fmd,
AngleSolidUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatAngleMatrix |
MutableFloatAngleMatrix.instantiateType(FloatMatrixData fmd,
AngleUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatAngleMatrix |
FloatAngleMatrix.instantiateType(FloatMatrixData fmd,
AngleUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatAreaMatrix |
MutableFloatAreaMatrix.instantiateType(FloatMatrixData fmd,
AreaUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatAreaMatrix |
FloatAreaMatrix.instantiateType(FloatMatrixData fmd,
AreaUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatDensityMatrix |
MutableFloatDensityMatrix.instantiateType(FloatMatrixData fmd,
DensityUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatDensityMatrix |
FloatDensityMatrix.instantiateType(FloatMatrixData fmd,
DensityUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatDimensionlessMatrix |
MutableFloatDimensionlessMatrix.instantiateType(FloatMatrixData fmd,
DimensionlessUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatDimensionlessMatrix |
FloatDimensionlessMatrix.instantiateType(FloatMatrixData fmd,
DimensionlessUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatDurationMatrix |
MutableFloatDurationMatrix.instantiateType(FloatMatrixData fmd,
DurationUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatDurationMatrix |
FloatDurationMatrix.instantiateType(FloatMatrixData fmd,
DurationUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatElectricalChargeMatrix |
MutableFloatElectricalChargeMatrix.instantiateType(FloatMatrixData fmd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatElectricalChargeMatrix |
FloatElectricalChargeMatrix.instantiateType(FloatMatrixData fmd,
ElectricalChargeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatElectricalCurrentMatrix |
MutableFloatElectricalCurrentMatrix.instantiateType(FloatMatrixData fmd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatElectricalCurrentMatrix |
FloatElectricalCurrentMatrix.instantiateType(FloatMatrixData fmd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatElectricalPotentialMatrix |
MutableFloatElectricalPotentialMatrix.instantiateType(FloatMatrixData fmd,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatElectricalPotentialMatrix |
FloatElectricalPotentialMatrix.instantiateType(FloatMatrixData fmd,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatElectricalResistanceMatrix |
MutableFloatElectricalResistanceMatrix.instantiateType(FloatMatrixData fmd,
ElectricalResistanceUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatElectricalResistanceMatrix |
FloatElectricalResistanceMatrix.instantiateType(FloatMatrixData fmd,
ElectricalResistanceUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatEnergyMatrix |
MutableFloatEnergyMatrix.instantiateType(FloatMatrixData fmd,
EnergyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatEnergyMatrix |
FloatEnergyMatrix.instantiateType(FloatMatrixData fmd,
EnergyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatFlowMassMatrix |
MutableFloatFlowMassMatrix.instantiateType(FloatMatrixData fmd,
FlowMassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatFlowMassMatrix |
FloatFlowMassMatrix.instantiateType(FloatMatrixData fmd,
FlowMassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatFlowVolumeMatrix |
MutableFloatFlowVolumeMatrix.instantiateType(FloatMatrixData fmd,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatFlowVolumeMatrix |
FloatFlowVolumeMatrix.instantiateType(FloatMatrixData fmd,
FlowVolumeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatForceMatrix |
MutableFloatForceMatrix.instantiateType(FloatMatrixData fmd,
ForceUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatForceMatrix |
FloatForceMatrix.instantiateType(FloatMatrixData fmd,
ForceUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatFrequencyMatrix |
MutableFloatFrequencyMatrix.instantiateType(FloatMatrixData fmd,
FrequencyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatFrequencyMatrix |
FloatFrequencyMatrix.instantiateType(FloatMatrixData fmd,
FrequencyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatLengthMatrix |
MutableFloatLengthMatrix.instantiateType(FloatMatrixData fmd,
LengthUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatLengthMatrix |
FloatLengthMatrix.instantiateType(FloatMatrixData fmd,
LengthUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatLinearDensityMatrix |
MutableFloatLinearDensityMatrix.instantiateType(FloatMatrixData fmd,
LinearDensityUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatLinearDensityMatrix |
FloatLinearDensityMatrix.instantiateType(FloatMatrixData fmd,
LinearDensityUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMassMatrix |
MutableFloatMassMatrix.instantiateType(FloatMatrixData fmd,
MassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMassMatrix |
FloatMassMatrix.instantiateType(FloatMatrixData fmd,
MassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerAreaMatrix |
MutableFloatMoneyPerAreaMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerAreaMatrix |
FloatMoneyPerAreaMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerDurationMatrix |
MutableFloatMoneyPerDurationMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerDurationUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerDurationMatrix |
FloatMoneyPerDurationMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerDurationUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerEnergyMatrix |
MutableFloatMoneyPerEnergyMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerEnergyMatrix |
FloatMoneyPerEnergyMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerLengthMatrix |
MutableFloatMoneyPerLengthMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerLengthMatrix |
FloatMoneyPerLengthMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerMassMatrix |
MutableFloatMoneyPerMassMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerMassMatrix |
FloatMoneyPerMassMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerMassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerVolumeMatrix |
MutableFloatMoneyPerVolumeMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyPerVolumeMatrix |
FloatMoneyPerVolumeMatrix.instantiateType(FloatMatrixData fmd,
MoneyPerVolumeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyMatrix |
MutableFloatMoneyMatrix.instantiateType(FloatMatrixData fmd,
MoneyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMoneyMatrix |
FloatMoneyMatrix.instantiateType(FloatMatrixData fmd,
MoneyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatPowerMatrix |
MutableFloatPowerMatrix.instantiateType(FloatMatrixData fmd,
PowerUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatPowerMatrix |
FloatPowerMatrix.instantiateType(FloatMatrixData fmd,
PowerUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatPressureMatrix |
MutableFloatPressureMatrix.instantiateType(FloatMatrixData fmd,
PressureUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatPressureMatrix |
FloatPressureMatrix.instantiateType(FloatMatrixData fmd,
PressureUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatSpeedMatrix |
MutableFloatSpeedMatrix.instantiateType(FloatMatrixData fmd,
SpeedUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatSpeedMatrix |
FloatSpeedMatrix.instantiateType(FloatMatrixData fmd,
SpeedUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatTemperatureMatrix |
MutableFloatTemperatureMatrix.instantiateType(FloatMatrixData fmd,
TemperatureUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatTemperatureMatrix |
FloatTemperatureMatrix.instantiateType(FloatMatrixData fmd,
TemperatureUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatTorqueMatrix |
MutableFloatTorqueMatrix.instantiateType(FloatMatrixData fmd,
TorqueUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatTorqueMatrix |
FloatTorqueMatrix.instantiateType(FloatMatrixData fmd,
TorqueUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.instantiateType(FloatMatrixData dmd,
U unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMatrix.Rel<U> |
FloatMatrix.Rel.instantiateType(FloatMatrixData dmd,
U unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected abstract R |
AbstractFloatMatrixRel.instantiateType(FloatMatrixData dmd,
U unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatVolumeMatrix |
MutableFloatVolumeMatrix.instantiateType(FloatMatrixData fmd,
VolumeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatVolumeMatrix |
FloatVolumeMatrix.instantiateType(FloatMatrixData fmd,
VolumeUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatAbsoluteTemperatureMatrix |
MutableFloatAbsoluteTemperatureMatrix.instantiateTypeAbs(FloatMatrixData fmd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected FloatAbsoluteTemperatureMatrix |
FloatAbsoluteTemperatureMatrix.instantiateTypeAbs(FloatMatrixData fmd,
AbsoluteTemperatureUnit unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected FloatMatrix.Abs<AU,RU> |
MutableFloatMatrix.Abs.instantiateTypeAbs(FloatMatrixData dmd,
AU unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected FloatMatrix.Abs<AU,RU> |
FloatMatrix.Abs.instantiateTypeAbs(FloatMatrixData dmd,
AU unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected abstract A |
AbstractFloatMatrixAbs.instantiateTypeAbs(FloatMatrixData dmd,
AU unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected FloatDirectionMatrix |
MutableFloatDirectionMatrix.instantiateTypeAbs(FloatMatrixData fmd,
DirectionUnit unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected FloatDirectionMatrix |
FloatDirectionMatrix.instantiateTypeAbs(FloatMatrixData fmd,
DirectionUnit unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected FloatPositionMatrix |
MutableFloatPositionMatrix.instantiateTypeAbs(FloatMatrixData fmd,
PositionUnit unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected FloatPositionMatrix |
FloatPositionMatrix.instantiateTypeAbs(FloatMatrixData fmd,
PositionUnit unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected FloatTimeMatrix |
MutableFloatTimeMatrix.instantiateTypeAbs(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected FloatTimeMatrix |
FloatTimeMatrix.instantiateTypeAbs(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected FloatAngleMatrix |
MutableFloatDirectionMatrix.instantiateTypeRel(FloatMatrixData fmd,
AngleUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatAngleMatrix |
FloatDirectionMatrix.instantiateTypeRel(FloatMatrixData fmd,
AngleUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatDurationMatrix |
MutableFloatTimeMatrix.instantiateTypeRel(FloatMatrixData fmd,
DurationUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatDurationMatrix |
FloatTimeMatrix.instantiateTypeRel(FloatMatrixData fmd,
DurationUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatLengthMatrix |
MutableFloatPositionMatrix.instantiateTypeRel(FloatMatrixData fmd,
LengthUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatLengthMatrix |
FloatPositionMatrix.instantiateTypeRel(FloatMatrixData fmd,
LengthUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMatrix.Rel<RU> |
MutableFloatMatrix.Abs.instantiateTypeRel(FloatMatrixData dmd,
RU unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatMatrix.Rel<RU> |
FloatMatrix.Abs.instantiateTypeRel(FloatMatrixData dmd,
RU unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected abstract R |
AbstractFloatMatrixAbs.instantiateTypeRel(FloatMatrixData dmd,
RU unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatTemperatureMatrix |
MutableFloatAbsoluteTemperatureMatrix.instantiateTypeRel(FloatMatrixData fmd,
TemperatureUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatTemperatureMatrix |
FloatAbsoluteTemperatureMatrix.instantiateTypeRel(FloatMatrixData fmd,
TemperatureUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
FloatMatrixData |
FloatMatrixData.minus(FloatMatrixData right)
Subtract two matrices on a cell-by-cell basis.
|
void |
FloatMatrixDataSparse.multiplyBy(FloatMatrixData right)
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
|
void |
FloatMatrixDataDense.multiplyBy(FloatMatrixData right)
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
|
abstract void |
FloatMatrixData.multiplyBy(FloatMatrixData right)
Multiply a matrix with the values of another matrix on a cell-by-cell basis.
|
FloatMatrixData |
FloatMatrixData.plus(FloatMatrixData right)
Add two matrices on a cell-by-cell basis.
|
FloatMatrixData |
FloatMatrixData.times(FloatMatrixData right)
Multiply two matrix on a cell-by-cell basis.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.