api / koma.internal.default.generated.matrix / DefaultIntMatrix / LU

LU

fun LU():Triple<Matrix<Int>,Matrix<Int>,Matrix<Int>>

Overrides Matrix.LU

LU Decomposition. Returns p, l, u matrices as a triple.