Uses of Class
org.djunits.value.base.Matrix
Packages that use Matrix
Package
Description
Base value interfaces and classes, e.g. to distinguish between scalar, vector and matrix..
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for DoubleMatrix.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for FloatMatrix.
-
Uses of Matrix in org.djunits.value.base
Classes in org.djunits.value.base with type parameters of type Matrix -
Uses of Matrix in org.djunits.value.vdouble.matrix
Subclasses of Matrix in org.djunits.value.vdouble.matrixModifier and TypeClassDescriptionclass
Immutable AbsoluteTemperature Matrix.class
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 Direction Matrix.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 Position Matrix.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 Time 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 Matrix in org.djunits.value.vdouble.matrix.base
Subclasses of Matrix in org.djunits.value.vdouble.matrix.baseModifier and TypeClassDescriptionclass
DoubleMatrix<U extends Unit<U>,
S extends DoubleScalar<U, S>, V extends DoubleVector<U, S, V>, M extends DoubleMatrix<U, S, V, M>> DoubleMatrix utility methods, e.g., for creating DoubleMatrixs from different types of data.class
DoubleMatrixAbs<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.class
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.class
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. -
Uses of Matrix in org.djunits.value.vfloat.matrix
Subclasses of Matrix in org.djunits.value.vfloat.matrixModifier and TypeClassDescriptionclass
Immutable FloatAbsoluteTemperature Matrix.class
Immutable FloatFloatAbsorbedDoseMatrix, a matrix of values with a AbsorbedDoseUnit.class
Immutable FloatFloatAccelerationMatrix, a matrix of values with a AccelerationUnit.class
Immutable FloatFloatAmountOfSubstanceMatrix, a matrix of values with a AmountOfSubstanceUnit.class
Immutable FloatAngle Matrix.class
Immutable FloatFloatAngularAccelerationMatrix, a matrix of values with a AngularAccelerationUnit.class
Immutable FloatFloatAngularVelocityMatrix, a matrix of values with a AngularVelocityUnit.class
Immutable FloatFloatAreaMatrix, a matrix of values with a AreaUnit.class
Immutable FloatFloatCatalyticActivityMatrix, a matrix of values with a CatalyticActivityUnit.class
Immutable FloatFloatDensityMatrix, a matrix of values with a DensityUnit.class
Immutable FloatFloatDimensionlessMatrix, a matrix of values with a DimensionlessUnit.class
Immutable FloatDirection Matrix.class
Immutable FloatDuration Matrix.class
Immutable FloatFloatElectricalCapacitanceMatrix, a matrix of values with a ElectricalCapacitanceUnit.class
Immutable FloatFloatElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.class
Immutable FloatFloatElectricalConductanceMatrix, a matrix of values with a ElectricalConductanceUnit.class
Immutable FloatFloatElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.class
Immutable FloatFloatElectricalInductanceMatrix, a matrix of values with a ElectricalInductanceUnit.class
Immutable FloatFloatElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.class
Immutable FloatFloatElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.class
Immutable FloatFloatEnergyMatrix, a matrix of values with a EnergyUnit.class
Immutable FloatFloatEquivalentDoseMatrix, a matrix of values with a EquivalentDoseUnit.class
Immutable FloatFloatFlowMassMatrix, a matrix of values with a FlowMassUnit.class
Immutable FloatFloatFlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.class
Immutable FloatFloatForceMatrix, a matrix of values with a ForceUnit.class
Immutable FloatFloatFrequencyMatrix, a matrix of values with a FrequencyUnit.class
Immutable FloatFloatIlluminanceMatrix, a matrix of values with a IlluminanceUnit.class
Immutable FloatLength Matrix.class
Immutable FloatFloatLinearDensityMatrix, a matrix of values with a LinearDensityUnit.class
Immutable FloatFloatLuminousFluxMatrix, a matrix of values with a LuminousFluxUnit.class
Immutable FloatFloatLuminousIntensityMatrix, a matrix of values with a LuminousIntensityUnit.class
Immutable FloatFloatMagneticFluxDensityMatrix, a matrix of values with a MagneticFluxDensityUnit.class
Immutable FloatFloatMagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.class
Immutable FloatFloatMassMatrix, a matrix of values with a MassUnit.class
Immutable FloatFloatMomentumMatrix, a matrix of values with a MomentumUnit.class
Immutable FloatPosition Matrix.class
Immutable FloatFloatPowerMatrix, a matrix of values with a PowerUnit.class
Immutable FloatFloatPressureMatrix, a matrix of values with a PressureUnit.class
Immutable FloatFloatRadioActivityMatrix, a matrix of values with a RadioActivityUnit.class
Easy access methods for the generic Relative SI FloatMatrix.class
Immutable FloatFloatSolidAngleMatrix, a matrix of values with a SolidAngleUnit.class
Immutable FloatFloatSpeedMatrix, a matrix of values with a SpeedUnit.class
Immutable FloatTemperature Matrix.class
Immutable FloatTime Matrix.class
Immutable FloatFloatTorqueMatrix, a matrix of values with a TorqueUnit.class
Immutable FloatFloatVolumeMatrix, a matrix of values with a VolumeUnit. -
Uses of Matrix in org.djunits.value.vfloat.matrix.base
Subclasses of Matrix in org.djunits.value.vfloat.matrix.baseModifier and TypeClassDescriptionclass
FloatMatrix<U extends Unit<U>,
S extends FloatScalar<U, S>, V extends FloatVector<U, S, V>, M extends FloatMatrix<U, S, V, M>> FloatMatrix utility methods, e.g., for creating FloatMatrixs from different types of data.class
FloatMatrixAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends FloatScalarAbs<AU, A, RU, R>, AV extends FloatVectorAbs<AU, A, AV, RU, R, RV>, AM extends FloatMatrixAbs<AU, A, AV, AM, RU, R, RV, RM>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, RV extends FloatVectorRelWithAbs<AU, A, AV, RU, R, RV>, RM extends FloatMatrixRelWithAbs<AU, A, AV, AM, RU, R, RV, RM>> AbstractMutableFloatMatrixRelWithAbs.java.class
FloatMatrixRel<U extends Unit<U>,
S extends FloatScalarRel<U, S>, RV extends FloatVectorRel<U, S, RV>, RM extends FloatMatrixRel<U, S, RV, RM>> FloatMatrixRel.java.class
FloatMatrixRelWithAbs<AU extends AbsoluteLinearUnit<AU,
RU>, A extends FloatScalarAbs<AU, A, RU, R>, AV extends FloatVectorAbs<AU, A, AV, RU, R, RV>, AM extends FloatMatrixAbs<AU, A, AV, AM, RU, R, RV, RM>, RU extends Unit<RU>, R extends FloatScalarRelWithAbs<AU, A, RU, R>, RV extends FloatVectorRelWithAbs<AU, A, AV, RU, R, RV>, RM extends FloatMatrixRelWithAbs<AU, A, AV, AM, RU, R, RV, RM>> AbstractMutableFloatMatrixRelWithAbs.java.