Uses of Class
org.djunits.value.vdouble.matrix.base.DoubleMatrixRel
Packages that use 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
Subclasses of DoubleMatrixRel in org.djunits.value.vdouble.matrixModifier and TypeClassDescriptionclassImmutable Double AbsorbedDoseMatrix, a matrix of values with a AbsorbedDoseUnit.classImmutable Double AccelerationMatrix, a matrix of values with a AccelerationUnit.classImmutable Double AmountOfSubstanceMatrix, a matrix of values with a AmountOfSubstanceUnit.classImmutable Angle Matrix.classImmutable Double AngularAccelerationMatrix, a matrix of values with a AngularAccelerationUnit.classImmutable Double AngularVelocityMatrix, a matrix of values with a AngularVelocityUnit.classImmutable Double AreaMatrix, a matrix of values with a AreaUnit.classImmutable Double CatalyticActivityMatrix, a matrix of values with a CatalyticActivityUnit.classImmutable Double DensityMatrix, a matrix of values with a DensityUnit.classImmutable Double DimensionlessMatrix, a matrix of values with a DimensionlessUnit.classImmutable Duration Matrix.classImmutable Double ElectricalCapacitanceMatrix, a matrix of values with a ElectricalCapacitanceUnit.classImmutable Double ElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.classImmutable Double ElectricalConductanceMatrix, a matrix of values with a ElectricalConductanceUnit.classImmutable Double ElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.classImmutable Double ElectricalInductanceMatrix, a matrix of values with a ElectricalInductanceUnit.classImmutable Double ElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.classImmutable Double ElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.classImmutable Double EnergyMatrix, a matrix of values with a EnergyUnit.classImmutable Double EquivalentDoseMatrix, a matrix of values with a EquivalentDoseUnit.classImmutable Double FlowMassMatrix, a matrix of values with a FlowMassUnit.classImmutable Double FlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.classImmutable Double ForceMatrix, a matrix of values with a ForceUnit.classImmutable Double FrequencyMatrix, a matrix of values with a FrequencyUnit.classImmutable Double IlluminanceMatrix, a matrix of values with a IlluminanceUnit.classImmutable Length Matrix.classImmutable Double LinearDensityMatrix, a matrix of values with a LinearDensityUnit.classImmutable Double LuminousFluxMatrix, a matrix of values with a LuminousFluxUnit.classImmutable Double LuminousIntensityMatrix, a matrix of values with a LuminousIntensityUnit.classImmutable Double MagneticFluxDensityMatrix, a matrix of values with a MagneticFluxDensityUnit.classImmutable Double MagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.classImmutable Double MassMatrix, a matrix of values with a MassUnit.classImmutable Double MomentumMatrix, a matrix of values with a MomentumUnit.classImmutable Double PowerMatrix, a matrix of values with a PowerUnit.classImmutable Double PressureMatrix, a matrix of values with a PressureUnit.classImmutable Double RadioActivityMatrix, a matrix of values with a RadioActivityUnit.classEasy access methods for the generic Relative SI DoubleMatrix.classImmutable Double SolidAngleMatrix, a matrix of values with a SolidAngleUnit.classImmutable Double SpeedMatrix, a matrix of values with a SpeedUnit.classImmutable Temperature Matrix.classImmutable Double TorqueMatrix, a matrix of values with a TorqueUnit.classImmutable Double VolumeMatrix, a matrix of values with a VolumeUnit. -
Uses of DoubleMatrixRel in org.djunits.value.vdouble.matrix.base
Classes in org.djunits.value.vdouble.matrix.base with type parameters of type DoubleMatrixRelModifier and TypeClassDescriptionclassDoubleMatrixRel<U extends Unit<U>,S extends DoubleScalarRel<U, S>, RV extends DoubleVectorRel<U, S, RV>, RM extends DoubleMatrixRel<U, S, RV, RM>> DoubleMatrixRel.java.Subclasses of DoubleMatrixRel in org.djunits.value.vdouble.matrix.baseModifier and TypeClassDescriptionclassDoubleMatrixRelWithAbs<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.