Cholesky Decomposition for SPD matrix (POTRF)¶
This function computes the Cholesky decomposition of matrix A
A=LLT
where A is a dense symmetric positive-definite matrix of size m×m, L is a lower triangular matrix, and LT is the transposed matrix of L. The maximum matrix size supported in FPGA is templated by NMAX.