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

LU

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

Overrides Matrix.LU

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