Uses of Class
org.djunits.value.vdouble.matrix.ElectricalCurrentMatrix
-
Packages that use 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 ElectricalCurrentMatrixSIMatrix. asElectricalCurrent()Return the current matrix as a electricalcurrent matrix.ElectricalCurrentMatrixSIMatrix. asElectricalCurrent(ElectricalCurrentUnit displayUnit)Return the current matrix as a electricalcurrent matrix, and provide a display unit.ElectricalCurrentMatrixElectricalCurrentMatrix. instantiateMatrix(DoubleMatrixData dmd, ElectricalCurrentUnit displayUnit)Instantiate a new matrix of the class of this matrix.
-