Uses of Interface
com.powsybl.math.matrix.LUDecomposition
-
Packages that use LUDecomposition Package Description com.powsybl.math.matrix This package contains utility classes around matrix modelling and LU decomposition. -
-
Uses of LUDecomposition in com.powsybl.math.matrix
Methods in com.powsybl.math.matrix that return LUDecomposition Modifier and Type Method Description LUDecomposition
DenseMatrix. decomposeLU()
LUDecomposition
Matrix. decomposeLU()
Get LU decomposition utility class for this matrix.LUDecomposition
SparseMatrix. decomposeLU()
-