Uses of Class
org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for DoubleMatrix.
-
Uses of DoubleMatrixRel in org.djunits.value.vdouble.matrix
Modifier and TypeClassDescriptionclass
Immutable Double AbsorbedDoseMatrix, a matrix of values with a AbsorbedDoseUnit.class
Immutable Double AccelerationMatrix, a matrix of values with a AccelerationUnit.class
Immutable Double AmountOfSubstanceMatrix, a matrix of values with a AmountOfSubstanceUnit.class
Immutable Angle Matrix.class
Immutable Double AngularAccelerationMatrix, a matrix of values with a AngularAccelerationUnit.class
Immutable Double AngularVelocityMatrix, a matrix of values with a AngularVelocityUnit.class
Immutable Double AreaMatrix, a matrix of values with a AreaUnit.class
Immutable Double CatalyticActivityMatrix, a matrix of values with a CatalyticActivityUnit.class
Immutable Double DensityMatrix, a matrix of values with a DensityUnit.class
Immutable Double DimensionlessMatrix, a matrix of values with a DimensionlessUnit.class
Immutable Duration Matrix.class
Immutable Double ElectricalCapacitanceMatrix, a matrix of values with a ElectricalCapacitanceUnit.class
Immutable Double ElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.class
Immutable Double ElectricalConductanceMatrix, a matrix of values with a ElectricalConductanceUnit.class
Immutable Double ElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.class
Immutable Double ElectricalInductanceMatrix, a matrix of values with a ElectricalInductanceUnit.class
Immutable Double ElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.class
Immutable Double ElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.class
Immutable Double EnergyMatrix, a matrix of values with a EnergyUnit.class
Immutable Double EquivalentDoseMatrix, a matrix of values with a EquivalentDoseUnit.class
Immutable Double FlowMassMatrix, a matrix of values with a FlowMassUnit.class
Immutable Double FlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.class
Immutable Double ForceMatrix, a matrix of values with a ForceUnit.class
Immutable Double FrequencyMatrix, a matrix of values with a FrequencyUnit.class
Immutable Double IlluminanceMatrix, a matrix of values with a IlluminanceUnit.class
Immutable Length Matrix.class
Immutable Double LinearDensityMatrix, a matrix of values with a LinearDensityUnit.class
Immutable Double LuminousFluxMatrix, a matrix of values with a LuminousFluxUnit.class
Immutable Double LuminousIntensityMatrix, a matrix of values with a LuminousIntensityUnit.class
Immutable Double MagneticFluxDensityMatrix, a matrix of values with a MagneticFluxDensityUnit.class
Immutable Double MagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.class
Immutable Double MassMatrix, a matrix of values with a MassUnit.class
Immutable Double MomentumMatrix, a matrix of values with a MomentumUnit.class
Immutable Double PowerMatrix, a matrix of values with a PowerUnit.class
Immutable Double PressureMatrix, a matrix of values with a PressureUnit.class
Immutable Double RadioActivityMatrix, a matrix of values with a RadioActivityUnit.class
Easy access methods for the generic Relative SI DoubleMatrix.class
Immutable Double SolidAngleMatrix, a matrix of values with a SolidAngleUnit.class
Immutable Double SpeedMatrix, a matrix of values with a SpeedUnit.class
Immutable Temperature Matrix.class
Immutable Double TorqueMatrix, a matrix of values with a TorqueUnit.class
Immutable Double VolumeMatrix, a matrix of values with a VolumeUnit. -
Uses of DoubleMatrixRel in org.djunits.value.vdouble.matrix.base
Modifier and TypeClassDescriptionclass
DoubleMatrixRel<U extends Unit<U>,
S extends DoubleScalarRel<U, S>, RV extends DoubleVectorRel<U, S, RV>, RM extends DoubleMatrixRel<U, S, RV, RM>> DoubleMatrixRel.java.Modifier and TypeClassDescriptionclass
DoubleMatrixRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends DoubleScalarAbs<AU, A, RU, R>, AV extends DoubleVectorAbs<AU, A, AV, RU, R, RV>, AM extends DoubleMatrixAbs<AU, A, AV, AM, RU, R, RV, RM>, RU extends Unit<RU>, R extends DoubleScalarRelWithAbs<AU, A, RU, R>, RV extends DoubleVectorRelWithAbs<AU, A, AV, RU, R, RV>, RM extends DoubleMatrixRelWithAbs<AU, A, AV, AM, RU, R, RV, RM>> AbstractMutableDoubleMatrixRelWithAbs.java.