Uses of Class
org.djunits.value.vdouble.matrix.ForceMatrix
Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of ForceMatrix in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return ForceMatrix Modifier and Type Method Description ForceMatrix
SIMatrix. asForce()
Return the current matrix as a force matrix.ForceMatrix
SIMatrix. asForce(ForceUnit displayUnit)
Return the current matrix as a force matrix, and provide a display unit.ForceMatrix
ForceMatrix. instantiateMatrix(DoubleMatrixData dmd, ForceUnit displayUnit)
Instantiate a new matrix of the class of this matrix.