Lower-Upper Decomposition (GETRF_NOPIVOT)¶
This function computes the LU decomposition (without pivoting) of matrix A
A=LU
where A is a dense matrix of size m×m, L is a lower triangular matrix with unit diagonal, and U is a upper triangular matrix. This function does not implement pivoting. The maximum matrix size supported in FPGA is templated by NMAX.