api / koma.matrix.jblas / JBlasMatrix / LU

LU

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

Overrides Matrix.LU

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