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