Uses of Class
org.djunits.value.vdouble.matrix.ElectricalResistanceMatrix
-
Packages that use ElectricalResistanceMatrix Package Description org.djunits.value.vdouble.matrix Double Matrix storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of ElectricalResistanceMatrix in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return ElectricalResistanceMatrix Modifier and Type Method Description ElectricalResistanceMatrixSIMatrix. asElectricalResistance()Return the current matrix as a electricalresistance matrix.ElectricalResistanceMatrixSIMatrix. asElectricalResistance(ElectricalResistanceUnit displayUnit)Return the current matrix as a electricalresistance matrix, and provide a display unit.ElectricalResistanceMatrixElectricalResistanceMatrix. instantiateMatrix(DoubleMatrixData dmd, ElectricalResistanceUnit displayUnit)Instantiate a new matrix of the class of this matrix.
-