Interfaces - 2024.1 English

Vitis Libraries

Release Date
2024-08-06
Version
2024.1 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.