vec2SymStream - 2025.2 English

Vitis Libraries

Release Date
2025-12-17
Version
2025.2 English
template  <typename t_DataType, unsigned int t_ParEntries>
void vec2SymStream(unsigned int p_n, t_DataType* p_x, hls::stream<WideType<t_DataType, t_ParEntries>>& p_out)

The vec2SymStream function that moves the vector from memory to stream that matches the symatrix matrix data mover outputs.

Parameters:

t_DataType The data type of the matrix entries.
t_ParEntries Number of parallelly processed entries in the matrix.
p_n Number of rows/cols in a square matrix.
p_x Vector input.
p_out Output stream.