Interfaces - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
  • Template parameters:

    • RowsA Row dimension
    • ColsA Column dimension
    • InputType Input data type
    • OutputType Output data type
    • SVDTraits SVDTraits class
  • Arguments:

    • matrixAStrm Stream of input matrix
    • matrixSStrm Stream of singular values input matrix
    • matrixUStrm Stream of left singular vectors input matrix
    • matrixVStrm Stream of right singular vectors input matrix

Note

  • The function will throw an assertion and fail to compile or synthesize, if RowsA != ColsA.
  • For floating point types, subnormal input values are not supported. If used, the synthesized hardware will flush these to zero, and behavior will differ versus software simulation.