Uses of Class
org.djunits.value.vfloat.matrix.FloatSIMatrix
-
Packages that use FloatSIMatrix 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 FloatSIMatrix in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatSIMatrix Modifier and Type Method Description static FloatSIMatrixFloatSIMatrix. instantiate(float[][] values, SIUnit unit, StorageType storageType)Construct a new Relative Float FloatSIMatrix.FloatSIMatrixFloatSIMatrix. instantiateMatrix(FloatMatrixData fmd, SIUnit unit)Instantiate a new matrix of the class of this matrix.static FloatSIMatrixFloatSIMatrix. of(float[][] values, String unitString, StorageType storageType)Returns an FloatSIMatrix based on an array of values and the textual representation of the unit. -
Uses of FloatSIMatrix in org.djunits.value.vfloat.matrix.base
Methods in org.djunits.value.vfloat.matrix.base that return FloatSIMatrix Modifier and Type Method Description <UT extends Unit<UT>,ST extends AbstractFloatScalar<UT,ST>,VT extends AbstractFloatVector<UT,ST,VT>,MT extends AbstractFloatMatrix<UT,ST,VT,MT> & Relative<UT,MT>>
FloatSIMatrixAbstractFloatMatrixRel. divide(MT rel)Divide this Relative matrix by another Relative matrix.<UT extends Unit<UT>,ST extends AbstractFloatScalar<UT,ST>,VT extends AbstractFloatVector<UT,ST,VT>,MT extends AbstractFloatMatrix<UT,ST,VT,MT> & Relative<UT,MT>>
FloatSIMatrixAbstractFloatMatrixRel. times(MT rel)Multiply a Relative value with this Relative value for a matrix or matrix.
-