Interfaces - 2024.2 English

Vitis Libraries

Release Date
2025-05-14
Version
2024.2 English
  • Template parameters:
    • RowsColsA: Defines the matrix dimensions
    • InputType: Input data type
    • OutputType: Output data type
    • QRInverseTraits: QRInverse Traits class
  • Arguments:
    • matrixAStrm: Stream of Input matrix A
    • matrixInverseAStrm: Stream of Inverse of input matrix
    • A_singular: 1 = Failure, matrix A is singular; 0 = success