Interfaces - 2024.2 English - XD160

Vitis Libraries

Document ID
XD160
Release Date
2024-11-29
Version
2024.2 English
  • Template parameters:

    • RowsColsA Defines the matrix dimensions
    • InputType Input data type
    • OutputType Output data type
    • TRAITS Cholesky traits class
  • Arguments:

    • matrixAStrm Stream of Square Hermitian/symmetric positive definite input matrix
    • matrixLStrm Stream of Lower or upper triangular output matrix
  • Return Values:

    • 0: Success.
    • 1: Failure. The function attempted to find the square root of a negative number, that is, the input matrix A was not Hermitian/symmetric positive definite.