Uses of Class
org.djunits.value.vdouble.matrix.SIMatrix
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for DoubleMatrix.
-
Uses of SIMatrix in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionSIMatrix.instantiateMatrix
(DoubleMatrixData dmd, SIUnit unit) 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
Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends DoubleScalar<UT, ST>, VT extends DoubleVector<UT, ST, VT>, MT extends DoubleMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
SIMatrixDoubleMatrixRel.divide
(MT rel) Divide this Relative matrix by another Relative matrix.final <UT extends Unit<UT>,
ST extends DoubleScalar<UT, ST>, VT extends DoubleVector<UT, ST, VT>, MT extends DoubleMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
SIMatrixDoubleMatrixRel.times
(MT rel) Multiply a Relative value with this Relative value for a matrix or matrix.