Rectangular Matrix LU Decomposition
Lower–upper (LU) decomposition or factorization factors a matrix as the product of a lower triangular matrix and an upper triangular matrix. In the general case, the input is an matrix.
Parameters
- : number of rows in input matrix
- : number of columns in input matrix
- : number of columns chosen to use in the decomposition ()
- : desired rank of decomposition
Related Problems
Filters
Computational Model
Randomization
Approximation
Algorithms Table
Displaying 1 of 1 algorithms
| See more | ||||
|---|---|---|---|---|
| Randomized LU Decomposition | 2016 |
Reductions Table
Insuffient Data to display table
Other relevant algorithms
Insuffient Data to display table