Interfaces - 2024.2 English - XD160

Vitis Libraries

Document ID
XD160
Release Date
2024-11-29
Version
2024.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 throws an assertion and fails to compile or synthesize, if RowsA != ColsA.
  • For floating point types, subnormal input values are not supported. If used, the synthesized hardware flushes these to zero, and behavior differs versus software simulation.