Overview - 2024.2 English

Vitis Libraries

Release Date
2024-11-29
Version
2024.2 English

QR decomposition is a decomposition of a matrix A into a product A = QR of an orthonormal matrix Q and an *upper triangular matrix R.

These are the templates to configure the function.

Parameters:

column_num describes the number of columns.
row_num describes the number of rows.
k_rep descripbes the number of input matrix.
template <
    int column_num,
    int row_num,
    int k_rep = 1
    >
class QRDComplexFloat: public graph

// fields

kernel m_k[column_num]
input_port in_0
input_port in_1
output_port out_0
output_port out_1