CholeksyDecomposition transform a Hermitian positive-definite matrix into the product of a lower triangular matrix and its conjugate transpose.
These are the templates to configure the function.
Parameters:
NUM | describes the number of AIE cores used. |
template <int NUM> class CholeskyGraph: public graph // fields input_port matA_real_data input_port matA_imag_data output_port matL_real_data output_port matL_imag_data input_port matA_data output_port matL_data