Uses of Class
org.djunits.value.vfloat.matrix.FloatSIMatrix
Package
Description
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Interfaces, abstract classes and utilities for FloatMatrix.
-
Uses of FloatSIMatrix in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionFloatSIMatrix.instantiateMatrix
(FloatMatrixData fmd, SIUnit unit) static FloatSIMatrix
FloatSIMatrix.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
Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends FloatScalar<UT, ST>, VT extends FloatVector<UT, ST, VT>, MT extends FloatMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
FloatSIMatrixFloatMatrixRel.divide
(MT rel) Divide this Relative matrix by another Relative matrix.final <UT extends Unit<UT>,
ST extends FloatScalar<UT, ST>, VT extends FloatVector<UT, ST, VT>, MT extends FloatMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
FloatSIMatrixFloatMatrixRel.times
(MT rel) Multiply a Relative value with this Relative value for a matrix or matrix.