Uses of Class
org.djunits.value.vdouble.matrix.SIMatrix
-
Packages that use SIMatrix Package Description org.djunits.value.vdouble.matrix Double Matrix storage and calculations with units, absolute/relative, sparse/dense.org.djunits.value.vdouble.matrix.base Interfaces, abstract classes and utilities for DoubleMatrix. -
-
Uses of SIMatrix in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return SIMatrix Modifier and Type Method Description static SIMatrix
SIMatrix. instantiate(double[][] values, SIUnit unit, StorageType storageType)
Construct a new Relative Double SIMatrix.SIMatrix
SIMatrix. instantiateMatrix(DoubleMatrixData dmd, SIUnit unit)
Instantiate a new matrix of the class of this matrix.static SIMatrix
SIMatrix. of(double[][] values, String unitString, StorageType storageType)
Returns an SIMatrix based on an array of values and the textual representation of the unit. -
Uses of SIMatrix in org.djunits.value.vdouble.matrix.base
Methods in org.djunits.value.vdouble.matrix.base that return SIMatrix Modifier and Type Method Description <UT extends Unit<UT>,ST extends AbstractDoubleScalar<UT,ST>,VT extends AbstractDoubleVector<UT,ST,VT>,MT extends AbstractDoubleMatrix<UT,ST,VT,MT> & Relative<UT,MT>>
SIMatrixAbstractDoubleMatrixRel. divide(MT rel)
Divide this Relative matrix by another Relative matrix.<UT extends Unit<UT>,ST extends AbstractDoubleScalar<UT,ST>,VT extends AbstractDoubleVector<UT,ST,VT>,MT extends AbstractDoubleMatrix<UT,ST,VT,MT> & Relative<UT,MT>>
SIMatrixAbstractDoubleMatrixRel. times(MT rel)
Multiply a Relative value with this Relative value for a matrix or matrix.
-