api / koma.matrix / Matrix / LU

LU

abstract fun LU():Triple<Matrix<T>,Matrix<T>,Matrix<T>>

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