Uses of Interface
org.djunits.value.vfloat.matrix.base.FloatMatrixInterface
| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.matrix.base |
Interfaces, abstract classes and utilities for FloatMatrix.
|
-
Uses of FloatMatrixInterface in org.djunits.value.vfloat.matrix
Classes in org.djunits.value.vfloat.matrix that implement FloatMatrixInterface Modifier and Type Class Description classFloatAbsoluteTemperatureMatrixImmutable FloatAbsoluteTemperature Matrix.classFloatAbsorbedDoseMatrixImmutable FloatFloatAbsorbedDoseMatrix, a matrix of values with a AbsorbedDoseUnit.classFloatAccelerationMatrixImmutable FloatFloatAccelerationMatrix, a matrix of values with a AccelerationUnit.classFloatAmountOfSubstanceMatrixImmutable FloatFloatAmountOfSubstanceMatrix, a matrix of values with a AmountOfSubstanceUnit.classFloatAngleMatrixImmutable FloatAngle Matrix.classFloatAreaMatrixImmutable FloatFloatAreaMatrix, a matrix of values with a AreaUnit.classFloatCatalyticActivityMatrixImmutable FloatFloatCatalyticActivityMatrix, a matrix of values with a CatalyticActivityUnit.classFloatDensityMatrixImmutable FloatFloatDensityMatrix, a matrix of values with a DensityUnit.classFloatDimensionlessMatrixImmutable FloatFloatDimensionlessMatrix, a matrix of values with a DimensionlessUnit.classFloatDirectionMatrixImmutable FloatDirection Matrix.classFloatDurationMatrixImmutable FloatDuration Matrix.classFloatElectricalCapacitanceMatrixImmutable FloatFloatElectricalCapacitanceMatrix, a matrix of values with a ElectricalCapacitanceUnit.classFloatElectricalChargeMatrixImmutable FloatFloatElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.classFloatElectricalConductanceMatrixImmutable FloatFloatElectricalConductanceMatrix, a matrix of values with a ElectricalConductanceUnit.classFloatElectricalCurrentMatrixImmutable FloatFloatElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.classFloatElectricalInductanceMatrixImmutable FloatFloatElectricalInductanceMatrix, a matrix of values with a ElectricalInductanceUnit.classFloatElectricalPotentialMatrixImmutable FloatFloatElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.classFloatElectricalResistanceMatrixImmutable FloatFloatElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.classFloatEnergyMatrixImmutable FloatFloatEnergyMatrix, a matrix of values with a EnergyUnit.classFloatEquivalentDoseMatrixImmutable FloatFloatEquivalentDoseMatrix, a matrix of values with a EquivalentDoseUnit.classFloatFlowMassMatrixImmutable FloatFloatFlowMassMatrix, a matrix of values with a FlowMassUnit.classFloatFlowVolumeMatrixImmutable FloatFloatFlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.classFloatForceMatrixImmutable FloatFloatForceMatrix, a matrix of values with a ForceUnit.classFloatFrequencyMatrixImmutable FloatFloatFrequencyMatrix, a matrix of values with a FrequencyUnit.classFloatIlluminanceMatrixImmutable FloatFloatIlluminanceMatrix, a matrix of values with a IlluminanceUnit.classFloatLengthMatrixImmutable FloatLength Matrix.classFloatLinearDensityMatrixImmutable FloatFloatLinearDensityMatrix, a matrix of values with a LinearDensityUnit.classFloatLuminousFluxMatrixImmutable FloatFloatLuminousFluxMatrix, a matrix of values with a LuminousFluxUnit.classFloatLuminousIntensityMatrixImmutable FloatFloatLuminousIntensityMatrix, a matrix of values with a LuminousIntensityUnit.classFloatMagneticFluxDensityMatrixImmutable FloatFloatMagneticFluxDensityMatrix, a matrix of values with a MagneticFluxDensityUnit.classFloatMagneticFluxMatrixImmutable FloatFloatMagneticFluxMatrix, a matrix of values with a MagneticFluxUnit.classFloatMassMatrixImmutable FloatFloatMassMatrix, a matrix of values with a MassUnit.classFloatPositionMatrixImmutable FloatPosition Matrix.classFloatPowerMatrixImmutable FloatFloatPowerMatrix, a matrix of values with a PowerUnit.classFloatPressureMatrixImmutable FloatFloatPressureMatrix, a matrix of values with a PressureUnit.classFloatRadioActivityMatrixImmutable FloatFloatRadioActivityMatrix, a matrix of values with a RadioActivityUnit.classFloatSIMatrixEasy access methods for the generic Relative SI FloatMatrix.classFloatSolidAngleMatrixImmutable FloatFloatSolidAngleMatrix, a matrix of values with a SolidAngleUnit.classFloatSpeedMatrixImmutable FloatFloatSpeedMatrix, a matrix of values with a SpeedUnit.classFloatTemperatureMatrixImmutable FloatTemperature Matrix.classFloatTimeMatrixImmutable FloatTime Matrix.classFloatTorqueMatrixImmutable FloatFloatTorqueMatrix, a matrix of values with a TorqueUnit.classFloatVolumeMatrixImmutable FloatFloatVolumeMatrix, a matrix of values with a VolumeUnit. -
Uses of FloatMatrixInterface in org.djunits.value.vfloat.matrix.base
Classes in org.djunits.value.vfloat.matrix.base with type parameters of type FloatMatrixInterface Modifier and Type Interface Description interfaceFloatMatrixInterface<U extends Unit<U>,S extends FloatScalarInterface<U,S>,V extends FloatVectorInterface<U,S,V>,M extends FloatMatrixInterface<U,S,V,M>>Interface for the FloatMatrix classes, specifically defining the methods that deal with float values.Classes in org.djunits.value.vfloat.matrix.base that implement FloatMatrixInterface Modifier and Type Class Description classAbstractFloatMatrix<U extends Unit<U>,S extends AbstractFloatScalar<U,S>,V extends AbstractFloatVector<U,S,V>,M extends AbstractFloatMatrix<U,S,V,M>>The most basic abstract class for the FloatMatrix.classAbstractFloatMatrixAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends AbstractFloatScalarAbs<AU,A,RU,R>,AV extends AbstractFloatVectorAbs<AU,A,AV,RU,R,RV>,AM extends AbstractFloatMatrixAbs<AU,A,AV,AM,RU,R,RV,RM>,RU extends Unit<RU>,R extends AbstractFloatScalarRelWithAbs<AU,A,RU,R>,RV extends AbstractFloatVectorRelWithAbs<AU,A,AV,RU,R,RV>,RM extends AbstractFloatMatrixRelWithAbs<AU,A,AV,AM,RU,R,RV,RM>>AbstractMutableFloatMatrixRelWithAbs.java.classAbstractFloatMatrixRel<U extends Unit<U>,S extends AbstractFloatScalarRel<U,S>,RV extends AbstractFloatVectorRel<U,S,RV>,RM extends AbstractFloatMatrixRel<U,S,RV,RM>>AbstractFloatMatrixRel.java.classAbstractFloatMatrixRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends AbstractFloatScalarAbs<AU,A,RU,R>,AV extends AbstractFloatVectorAbs<AU,A,AV,RU,R,RV>,AM extends AbstractFloatMatrixAbs<AU,A,AV,AM,RU,R,RV,RM>,RU extends Unit<RU>,R extends AbstractFloatScalarRelWithAbs<AU,A,RU,R>,RV extends AbstractFloatVectorRelWithAbs<AU,A,AV,RU,R,RV>,RM extends AbstractFloatMatrixRelWithAbs<AU,A,AV,AM,RU,R,RV,RM>>AbstractMutableFloatMatrixRelWithAbs.java.Methods in org.djunits.value.vfloat.matrix.base with type parameters of type FloatMatrixInterface Modifier and Type Method Description static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiate(float[][] valuesInUnit, U unit, StorageType storageType)Instantiate the FloatMatrix based on its unit.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiate(float[][] valuesInUnit, U unit, StorageType storageType, Class<M> matrixClass)Instantiate the FloatMatrix based on its unit.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiate(Collection<FloatSparseValue<U,S>> values, int rows, int cols, U displayUnit, StorageType storageType)Construct a new Relative Immutable Float Matrix.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiate(Collection<FloatSparseValue<U,S>> values, int rows, int cols, U displayUnit, StorageType storageType, Class<M> matrixClass)Construct a new Relative Immutable Float Matrix.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiate(FloatMatrixData values, U unit)Instantiate the Mutable FloatMatrix based on its unit.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiate(FloatMatrixData values, U unit, Class<M> matrixClass)Instantiate the Mutable FloatMatrix based on its unit.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiate(S[][] values, U displayUnit, StorageType storageType)Construct a new Relative Immutable Float Matrix.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiate(S[][] values, U displayUnit, StorageType storageType, Class<M> matrixClass)Construct a new Relative Immutable Float Matrix.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiateAnonymous(FloatMatrixData values, Unit<?> unit)Instantiate the Immutable FloatMatrix based on its unit.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiateAnonymous(FloatMatrixData values, Unit<?> unit, Class<M> matrixClass)Instantiate the Immutable FloatMatrix based on its unit.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiateSI(float[][] valuesSI, U displayUnit, StorageType storageType)Instantiate the FloatMatrix based on its unit.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiateSI(float[][] valuesSI, U displayUnit, StorageType storageType, Class<M> matrixClass)Instantiate the FloatMatrix based on its unit.