Interfaces - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
  • Template parameters:
    • RowsColsA Defines the matrix dimensions
    • InputType Input data type
    • OutputType Output data type
    • CholeskyInverseTraits Traits class
  • Arguments:
    • matrixAStrm Stream of Square Hermitian/symmetric positive definite input matrix
    • matrixInverseAStrm Stream of Inverse of input matrix
    • cholesky_success Indicates if matrix A was successfully inverted. 0 = Success. 1 = Failure.