Interfaces - 2024.2 English

Vitis Libraries

Release Date
2024-11-29
Version
2024.2 English
  • Template parameters:
    • TransposedQ : Selects whether Q is output in transposed form
    • RowsA : Number of rows in input matrix A
    • ColsA : Number of columns in input matrix A
    • InputType : Input data type
    • OutputType : Output data type
    • QRF_TRAITS : qrfTraits type with specified values
  • Arguments:
    • matrixAStrm : Stream of Input matrix
    • matrixQStrm : Stream of Orthogonal output matrix
    • matrixRStrm : Stream of Upper triangular output matrix

Note

The function will fail to compile or synthesize if RowsA < ColsA.