Overview - 2024.2 English

Vitis Libraries

Release Date
2025-05-14
Version
2024.2 English

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

kernel k[NUM]
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