api / koma.matrix.cblas / CBlasMatrix / LU

LU

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

Overrides Matrix.LU

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