Uses of Class
org.djunits.value.vfloat.matrix.FloatElectricalInductanceMatrix
-
Packages that use FloatElectricalInductanceMatrix Package Description org.djunits.value.vfloat.matrix Float Matrix storage and calculations with units, absolute/relative, sparse/dense. -
-
Uses of FloatElectricalInductanceMatrix in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatElectricalInductanceMatrix Modifier and Type Method Description FloatElectricalInductanceMatrixFloatSIMatrix. asElectricalInductance()Return the current matrix as a electricalinductance matrix.FloatElectricalInductanceMatrixFloatSIMatrix. asElectricalInductance(ElectricalInductanceUnit displayUnit)Return the current matrix as a electricalinductance matrix, and provide a display unit.FloatElectricalInductanceMatrixFloatElectricalInductanceMatrix. instantiateMatrix(FloatMatrixData fmd, ElectricalInductanceUnit displayUnit)Instantiate a new matrix of the class of this matrix.
-