luDecomposition abstract method

List<Matrix<T>> luDecomposition()

Factors the matrix as the product of a lower triangular matrix L and an upper triangular matrix U.

Implementation

List<Matrix<T>> luDecomposition();