LU Matrix Factorization
Learn how to do LU matrix factorization of matrices using R, Rcpp, Armadillo, and Eigen.
What is LU factorization?
An LU factorization refers to the factorization of a square matrix , with proper row and/or column orderings or permutations, into two factors:
- A lower triangular matrix
- An upper triangular matrix
Get hands-on with 1400+ tech skills courses.