See: Description
| Interface | Description |
|---|---|
| DoubleMatrixInterface<U extends Unit<U>> |
Interface for the Immutable and Mutable DoubleMatrix classes.
|
| Class | Description |
|---|---|
| AbsoluteTemperatureMatrix |
Immutable AbsoluteTemperature Matrix.
|
| AbstractDoubleMatrix<U extends Unit<U>,T extends AbstractDoubleMatrix<U,T>> |
The most basic abstract class for the DoubleMatrix.
|
| AbstractDoubleMatrixAbs<AU extends AbsoluteLinearUnit<AU,RU>,RU extends Unit<RU>,A extends AbstractDoubleMatrixAbs<AU,RU,A,R,MA,S>,R extends AbstractDoubleMatrixRel<RU,R,?,?>,MA extends AbstractMutableDoubleMatrixAbs<AU,RU,A,R,MA,S>,S extends AbstractDoubleScalarAbs<AU,S,RU,?>> |
Absolute Immutable typed matrix.
|
| AbstractDoubleMatrixRel<U extends Unit<U>,R extends AbstractDoubleMatrixRel<U,R,MR,S>,MR extends AbstractMutableDoubleMatrixRel<U,R,MR,S>,S extends AbstractDoubleScalarRel<U,S>> |
Relative Immutable typed matrix.
|
| AbstractMutableDoubleMatrixAbs<AU extends AbsoluteLinearUnit<AU,RU>,RU extends Unit<RU>,A extends AbstractDoubleMatrixAbs<AU,RU,A,R,MA,S>,R extends AbstractDoubleMatrixRel<RU,R,?,?>,MA extends AbstractMutableDoubleMatrixAbs<AU,RU,A,R,MA,S>,S extends AbstractDoubleScalarAbs<AU,S,RU,?>> |
Absolute Mutable typed Matrix.
|
| AbstractMutableDoubleMatrixRel<U extends Unit<U>,R extends AbstractDoubleMatrixRel<U,R,MR,S>,MR extends AbstractMutableDoubleMatrixRel<U,R,MR,S>,S extends AbstractDoubleScalarRel<U,S>> |
Relative Mutable typed Matrix.
|
| AccelerationMatrix |
Immutable Double AccelerationMatrix, a matrix of values with a AccelerationUnit.
|
| AngleMatrix |
Immutable Angle Matrix.
|
| AngleSolidMatrix |
Immutable Double AngleSolidMatrix, a matrix of values with a AngleSolidUnit.
|
| AreaMatrix |
Immutable Double AreaMatrix, a matrix of values with a AreaUnit.
|
| DensityMatrix |
Immutable Double DensityMatrix, a matrix of values with a DensityUnit.
|
| DimensionlessMatrix |
Immutable Double DimensionlessMatrix, a matrix of values with a DimensionlessUnit.
|
| DirectionMatrix |
Immutable Direction Matrix.
|
| DoubleMatrix |
Immutable DoubleMatrix.
|
| DoubleMatrix.Abs<AU extends AbsoluteLinearUnit<AU,RU>,RU extends Unit<RU>> |
ABSOLUTE implementation of DoubleMatrix.
|
| DoubleMatrix.Rel<U extends Unit<U>> |
RELATIVE implementation of DoubleMatrix.
|
| DoubleMatrixData |
Stores the data for a DoubleMatrix and carries out basic operations.
|
| DoubleMatrixDataDense |
Stores dense data for a DoubleMatrix and carries out basic operations.
|
| DoubleMatrixDataSparse |
Stores sparse data for a DoubleMatrix and carries out basic operations.
|
| DoubleMatrixUtil |
Class to instantiate any DoubleMatrix based on the provided unit.
|
| DurationMatrix |
Immutable Duration Matrix.
|
| ElectricalChargeMatrix |
Immutable Double ElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.
|
| ElectricalCurrentMatrix |
Immutable Double ElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.
|
| ElectricalPotentialMatrix |
Immutable Double ElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.
|
| ElectricalResistanceMatrix |
Immutable Double ElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.
|
| EnergyMatrix |
Immutable Double EnergyMatrix, a matrix of values with a EnergyUnit.
|
| FlowMassMatrix |
Immutable Double FlowMassMatrix, a matrix of values with a FlowMassUnit.
|
| FlowVolumeMatrix |
Immutable Double FlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.
|
| ForceMatrix |
Immutable Double ForceMatrix, a matrix of values with a ForceUnit.
|
| FrequencyMatrix |
Immutable Double FrequencyMatrix, a matrix of values with a FrequencyUnit.
|
| LengthMatrix |
Immutable Length Matrix.
|
| LinearDensityMatrix |
Immutable Double LinearDensityMatrix, a matrix of values with a LinearDensityUnit.
|
| MassMatrix |
Immutable Double MassMatrix, a matrix of values with a MassUnit.
|
| MoneyMatrix |
Immutable Double MoneyMatrix, a matrix of values with a MoneyUnit.
|
| MoneyPerAreaMatrix |
Immutable Double MoneyPerAreaMatrix, a matrix of values with a MoneyPerAreaUnit.
|
| MoneyPerDurationMatrix |
Immutable Double MoneyPerDurationMatrix, a matrix of values with a MoneyPerDurationUnit.
|
| MoneyPerEnergyMatrix |
Immutable Double MoneyPerEnergyMatrix, a matrix of values with a MoneyPerEnergyUnit.
|
| MoneyPerLengthMatrix |
Immutable Double MoneyPerLengthMatrix, a matrix of values with a MoneyPerLengthUnit.
|
| MoneyPerMassMatrix |
Immutable Double MoneyPerMassMatrix, a matrix of values with a MoneyPerMassUnit.
|
| MoneyPerVolumeMatrix |
Immutable Double MoneyPerVolumeMatrix, a matrix of values with a MoneyPerVolumeUnit.
|
| MutableAbsoluteTemperatureMatrix |
Mutable AbsoluteTemperature Matrix.
|
| MutableAccelerationMatrix |
Mutable Double AccelerationMatrix, a matrix of values with a AccelerationUnit.
|
| MutableAngleMatrix |
Mutable Angle Matrix.
|
| MutableAngleSolidMatrix |
Mutable Double AngleSolidMatrix, a matrix of values with a AngleSolidUnit.
|
| MutableAreaMatrix |
Mutable Double AreaMatrix, a matrix of values with a AreaUnit.
|
| MutableDensityMatrix |
Mutable Double DensityMatrix, a matrix of values with a DensityUnit.
|
| MutableDimensionlessMatrix |
Mutable Double DimensionlessMatrix, a matrix of values with a DimensionlessUnit.
|
| MutableDirectionMatrix |
Mutable Direction Matrix.
|
| MutableDoubleMatrix |
MutableDoubleMatrix.
|
| MutableDoubleMatrix.Abs<AU extends AbsoluteLinearUnit<AU,RU>,RU extends Unit<RU>> |
ABSOLUTE implementation of MutableDoubleVector.
|
| MutableDoubleMatrix.Rel<U extends Unit<U>> |
RELATIVE implementation of MutableDoubleMatrix.
|
| MutableDurationMatrix |
Mutable Duration Matrix.
|
| MutableElectricalChargeMatrix |
Mutable Double ElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.
|
| MutableElectricalCurrentMatrix |
Mutable Double ElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.
|
| MutableElectricalPotentialMatrix |
Mutable Double ElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.
|
| MutableElectricalResistanceMatrix |
Mutable Double ElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.
|
| MutableEnergyMatrix |
Mutable Double EnergyMatrix, a matrix of values with a EnergyUnit.
|
| MutableFlowMassMatrix |
Mutable Double FlowMassMatrix, a matrix of values with a FlowMassUnit.
|
| MutableFlowVolumeMatrix |
Mutable Double FlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.
|
| MutableForceMatrix |
Mutable Double ForceMatrix, a matrix of values with a ForceUnit.
|
| MutableFrequencyMatrix |
Mutable Double FrequencyMatrix, a matrix of values with a FrequencyUnit.
|
| MutableLengthMatrix |
Mutable Length Matrix.
|
| MutableLinearDensityMatrix |
Mutable Double LinearDensityMatrix, a matrix of values with a LinearDensityUnit.
|
| MutableMassMatrix |
Mutable Double MassMatrix, a matrix of values with a MassUnit.
|
| MutableMoneyMatrix |
Mutable Double MoneyMatrix, a matrix of values with a MoneyUnit.
|
| MutableMoneyPerAreaMatrix |
Mutable Double MoneyPerAreaMatrix, a matrix of values with a MoneyPerAreaUnit.
|
| MutableMoneyPerDurationMatrix |
Mutable Double MoneyPerDurationMatrix, a matrix of values with a MoneyPerDurationUnit.
|
| MutableMoneyPerEnergyMatrix |
Mutable Double MoneyPerEnergyMatrix, a matrix of values with a MoneyPerEnergyUnit.
|
| MutableMoneyPerLengthMatrix |
Mutable Double MoneyPerLengthMatrix, a matrix of values with a MoneyPerLengthUnit.
|
| MutableMoneyPerMassMatrix |
Mutable Double MoneyPerMassMatrix, a matrix of values with a MoneyPerMassUnit.
|
| MutableMoneyPerVolumeMatrix |
Mutable Double MoneyPerVolumeMatrix, a matrix of values with a MoneyPerVolumeUnit.
|
| MutablePositionMatrix |
Mutable Position Matrix.
|
| MutablePowerMatrix |
Mutable Double PowerMatrix, a matrix of values with a PowerUnit.
|
| MutablePressureMatrix |
Mutable Double PressureMatrix, a matrix of values with a PressureUnit.
|
| MutableSpeedMatrix |
Mutable Double SpeedMatrix, a matrix of values with a SpeedUnit.
|
| MutableTemperatureMatrix |
Mutable Temperature Matrix.
|
| MutableTimeMatrix |
Mutable Time Matrix.
|
| MutableTorqueMatrix |
Mutable Double TorqueMatrix, a matrix of values with a TorqueUnit.
|
| MutableVolumeMatrix |
Mutable Double VolumeMatrix, a matrix of values with a VolumeUnit.
|
| PositionMatrix |
Immutable Position Matrix.
|
| PowerMatrix |
Immutable Double PowerMatrix, a matrix of values with a PowerUnit.
|
| PressureMatrix |
Immutable Double PressureMatrix, a matrix of values with a PressureUnit.
|
| SpeedMatrix |
Immutable Double SpeedMatrix, a matrix of values with a SpeedUnit.
|
| TemperatureMatrix |
Immutable Temperature Matrix.
|
| TimeMatrix |
Immutable Time Matrix.
|
| TorqueMatrix |
Immutable Double TorqueMatrix, a matrix of values with a TorqueUnit.
|
| VolumeMatrix |
Immutable Double VolumeMatrix, a matrix of values with a VolumeUnit.
|
This file was generated by the djunits value classes generator, 26 jun, 2015
Copyright (c) 2015-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2019-01-18 00:35:01 +0100 (Fri, 18 Jan 2019) $, @version $Revision: 324 $, by $Author: averbraeck $,
initial version 26 jun, 2015
Copyright © 2015–2019 Delft University of Technology. All rights reserved.