See: Description
| Interface | Description |
|---|---|
| FloatMatrixInterface<U extends Unit<U>> |
Interface for the Immutable and Mutable FloatMatrix classes.
|
| Class | Description |
|---|---|
| AbstractFloatMatrix<U extends Unit<U>,T extends AbstractFloatMatrix<U,T>> |
The most basic abstract class for the FloatMatrix.
|
| AbstractFloatMatrixAbs<AU extends AbsoluteLinearUnit<AU,RU>,RU extends Unit<RU>,A extends AbstractFloatMatrixAbs<AU,RU,A,R,MA,S>,R extends AbstractFloatMatrixRel<RU,R,?,?>,MA extends AbstractMutableFloatMatrixAbs<AU,RU,A,R,MA,S>,S extends AbstractFloatScalarAbs<AU,S,RU,?>> |
Absolute Immutable typed matrix.
|
| AbstractFloatMatrixRel<U extends Unit<U>,R extends AbstractFloatMatrixRel<U,R,MR,S>,MR extends AbstractMutableFloatMatrixRel<U,R,MR,S>,S extends AbstractFloatScalarRel<U,S>> |
Relative Immutable typed matrix.
|
| AbstractMutableFloatMatrixAbs<AU extends AbsoluteLinearUnit<AU,RU>,RU extends Unit<RU>,A extends AbstractFloatMatrixAbs<AU,RU,A,R,MA,S>,R extends AbstractFloatMatrixRel<RU,R,?,?>,MA extends AbstractMutableFloatMatrixAbs<AU,RU,A,R,MA,S>,S extends AbstractFloatScalarAbs<AU,S,RU,?>> |
Absolute Mutable typed Matrix.
|
| AbstractMutableFloatMatrixRel<U extends Unit<U>,R extends AbstractFloatMatrixRel<U,R,MR,S>,MR extends AbstractMutableFloatMatrixRel<U,R,MR,S>,S extends AbstractFloatScalarRel<U,S>> |
Relative Mutable typed Matrix.
|
| FloatAbsoluteTemperatureMatrix |
Immutable FloatAbsoluteTemperature Matrix.
|
| FloatAccelerationMatrix |
Immutable FloatAccelerationMatrix, a matrix of values with a AccelerationUnit.
|
| FloatAngleMatrix |
Immutable FloatAngle Matrix.
|
| FloatAngleSolidMatrix |
Immutable FloatAngleSolidMatrix, a matrix of values with a AngleSolidUnit.
|
| FloatAreaMatrix |
Immutable FloatAreaMatrix, a matrix of values with a AreaUnit.
|
| FloatDensityMatrix |
Immutable FloatDensityMatrix, a matrix of values with a DensityUnit.
|
| FloatDimensionlessMatrix |
Immutable FloatDimensionlessMatrix, a matrix of values with a DimensionlessUnit.
|
| FloatDirectionMatrix |
Immutable FloatDirection Matrix.
|
| FloatDurationMatrix |
Immutable FloatDuration Matrix.
|
| FloatElectricalChargeMatrix |
Immutable FloatElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.
|
| FloatElectricalCurrentMatrix |
Immutable FloatElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.
|
| FloatElectricalPotentialMatrix |
Immutable FloatElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.
|
| FloatElectricalResistanceMatrix |
Immutable FloatElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.
|
| FloatEnergyMatrix |
Immutable FloatEnergyMatrix, a matrix of values with a EnergyUnit.
|
| FloatFlowMassMatrix |
Immutable FloatFlowMassMatrix, a matrix of values with a FlowMassUnit.
|
| FloatFlowVolumeMatrix |
Immutable FloatFlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.
|
| FloatForceMatrix |
Immutable FloatForceMatrix, a matrix of values with a ForceUnit.
|
| FloatFrequencyMatrix |
Immutable FloatFrequencyMatrix, a matrix of values with a FrequencyUnit.
|
| FloatLengthMatrix |
Immutable FloatLength Matrix.
|
| FloatLinearDensityMatrix |
Immutable FloatLinearDensityMatrix, a matrix of values with a LinearDensityUnit.
|
| FloatMassMatrix |
Immutable FloatMassMatrix, a matrix of values with a MassUnit.
|
| FloatMatrix |
Immutable FloatMatrix.
|
| FloatMatrix.Abs<AU extends AbsoluteLinearUnit<AU,RU>,RU extends Unit<RU>> |
ABSOLUTE implementation of FloatMatrix.
|
| FloatMatrix.Rel<U extends Unit<U>> |
RELATIVE implementation of FloatMatrix.
|
| FloatMatrixData |
Stores the data for a FloatMatrix and carries out basic operations.
|
| FloatMatrixDataDense |
Stores dense data for a FloatMatrix and carries out basic operations.
|
| FloatMatrixDataSparse |
Stores sparse data for a FloatMatrix and carries out basic operations.
|
| FloatMatrixUtil |
Class to instantiate any FloatMatrix based on the provided unit.
|
| FloatMoneyMatrix |
Immutable FloatMoneyMatrix, a matrix of values with a MoneyUnit.
|
| FloatMoneyPerAreaMatrix |
Immutable FloatMoneyPerAreaMatrix, a matrix of values with a MoneyPerAreaUnit.
|
| FloatMoneyPerDurationMatrix |
Immutable FloatMoneyPerDurationMatrix, a matrix of values with a MoneyPerDurationUnit.
|
| FloatMoneyPerEnergyMatrix |
Immutable FloatMoneyPerEnergyMatrix, a matrix of values with a MoneyPerEnergyUnit.
|
| FloatMoneyPerLengthMatrix |
Immutable FloatMoneyPerLengthMatrix, a matrix of values with a MoneyPerLengthUnit.
|
| FloatMoneyPerMassMatrix |
Immutable FloatMoneyPerMassMatrix, a matrix of values with a MoneyPerMassUnit.
|
| FloatMoneyPerVolumeMatrix |
Immutable FloatMoneyPerVolumeMatrix, a matrix of values with a MoneyPerVolumeUnit.
|
| FloatPositionMatrix |
Immutable FloatPosition Matrix.
|
| FloatPowerMatrix |
Immutable FloatPowerMatrix, a matrix of values with a PowerUnit.
|
| FloatPressureMatrix |
Immutable FloatPressureMatrix, a matrix of values with a PressureUnit.
|
| FloatSpeedMatrix |
Immutable FloatSpeedMatrix, a matrix of values with a SpeedUnit.
|
| FloatTemperatureMatrix |
Immutable FloatTemperature Matrix.
|
| FloatTimeMatrix |
Immutable FloatTime Matrix.
|
| FloatTorqueMatrix |
Immutable FloatTorqueMatrix, a matrix of values with a TorqueUnit.
|
| FloatVolumeMatrix |
Immutable FloatVolumeMatrix, a matrix of values with a VolumeUnit.
|
| MutableFloatAbsoluteTemperatureMatrix |
Mutable FloatAbsoluteTemperature Matrix.
|
| MutableFloatAccelerationMatrix |
Mutable FloatAccelerationMatrix, a matrix of values with a AccelerationUnit.
|
| MutableFloatAngleMatrix |
Mutable FloatAngle Matrix.
|
| MutableFloatAngleSolidMatrix |
Mutable FloatAngleSolidMatrix, a matrix of values with a AngleSolidUnit.
|
| MutableFloatAreaMatrix |
Mutable FloatAreaMatrix, a matrix of values with a AreaUnit.
|
| MutableFloatDensityMatrix |
Mutable FloatDensityMatrix, a matrix of values with a DensityUnit.
|
| MutableFloatDimensionlessMatrix |
Mutable FloatDimensionlessMatrix, a matrix of values with a DimensionlessUnit.
|
| MutableFloatDirectionMatrix |
Mutable FloatDirection Matrix.
|
| MutableFloatDurationMatrix |
Mutable FloatDuration Matrix.
|
| MutableFloatElectricalChargeMatrix |
Mutable FloatElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.
|
| MutableFloatElectricalCurrentMatrix |
Mutable FloatElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.
|
| MutableFloatElectricalPotentialMatrix |
Mutable FloatElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.
|
| MutableFloatElectricalResistanceMatrix |
Mutable FloatElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.
|
| MutableFloatEnergyMatrix |
Mutable FloatEnergyMatrix, a matrix of values with a EnergyUnit.
|
| MutableFloatFlowMassMatrix |
Mutable FloatFlowMassMatrix, a matrix of values with a FlowMassUnit.
|
| MutableFloatFlowVolumeMatrix |
Mutable FloatFlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.
|
| MutableFloatForceMatrix |
Mutable FloatForceMatrix, a matrix of values with a ForceUnit.
|
| MutableFloatFrequencyMatrix |
Mutable FloatFrequencyMatrix, a matrix of values with a FrequencyUnit.
|
| MutableFloatLengthMatrix |
Mutable FloatLength Matrix.
|
| MutableFloatLinearDensityMatrix |
Mutable FloatLinearDensityMatrix, a matrix of values with a LinearDensityUnit.
|
| MutableFloatMassMatrix |
Mutable FloatMassMatrix, a matrix of values with a MassUnit.
|
| MutableFloatMatrix |
MutableFloatMatrix.
|
| MutableFloatMatrix.Abs<AU extends AbsoluteLinearUnit<AU,RU>,RU extends Unit<RU>> |
ABSOLUTE implementation of MutableFloatVector.
|
| MutableFloatMatrix.Rel<U extends Unit<U>> |
RELATIVE implementation of MutableFloatMatrix.
|
| MutableFloatMoneyMatrix |
Mutable FloatMoneyMatrix, a matrix of values with a MoneyUnit.
|
| MutableFloatMoneyPerAreaMatrix |
Mutable FloatMoneyPerAreaMatrix, a matrix of values with a MoneyPerAreaUnit.
|
| MutableFloatMoneyPerDurationMatrix |
Mutable FloatMoneyPerDurationMatrix, a matrix of values with a MoneyPerDurationUnit.
|
| MutableFloatMoneyPerEnergyMatrix |
Mutable FloatMoneyPerEnergyMatrix, a matrix of values with a MoneyPerEnergyUnit.
|
| MutableFloatMoneyPerLengthMatrix |
Mutable FloatMoneyPerLengthMatrix, a matrix of values with a MoneyPerLengthUnit.
|
| MutableFloatMoneyPerMassMatrix |
Mutable FloatMoneyPerMassMatrix, a matrix of values with a MoneyPerMassUnit.
|
| MutableFloatMoneyPerVolumeMatrix |
Mutable FloatMoneyPerVolumeMatrix, a matrix of values with a MoneyPerVolumeUnit.
|
| MutableFloatPositionMatrix |
Mutable FloatPosition Matrix.
|
| MutableFloatPowerMatrix |
Mutable FloatPowerMatrix, a matrix of values with a PowerUnit.
|
| MutableFloatPressureMatrix |
Mutable FloatPressureMatrix, a matrix of values with a PressureUnit.
|
| MutableFloatSpeedMatrix |
Mutable FloatSpeedMatrix, a matrix of values with a SpeedUnit.
|
| MutableFloatTemperatureMatrix |
Mutable FloatTemperature Matrix.
|
| MutableFloatTimeMatrix |
Mutable FloatTime Matrix.
|
| MutableFloatTorqueMatrix |
Mutable FloatTorqueMatrix, a matrix of values with a TorqueUnit.
|
| MutableFloatVolumeMatrix |
Mutable FloatVolumeMatrix, a matrix of values with a VolumeUnit.
|
This file was generated by the djunits value classes generator, 26 jun, 2015
Copyright (c) 2015-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2018-01-28 03:17:44 +0100 (Sun, 28 Jan 2018) $, @version $Revision: 256 $, by $Author: averbraeck $,
initial version 26 jun, 2015
Copyright © 2015–2018 Delft University of Technology. All rights reserved.