Interfaces - 2024.2 English
Vitis Libraries
- Release Date
- 2025-04-14
- Version
- 2024.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.