symLo2Stream - 2024.2 English

Vitis Libraries

Release Date
2025-04-14
Version
2024.2 English
template  <typename t_DataType, unsigned int t_ParEntries>
void symLo2Stream(unsigned int p_n, t_DataType* p_a, hls::stream<WideType<t_DataType, t_ParEntries>>& p_out)

The symLo2Stream function that moves the sub-symmetric matrix from memory to stream.

Parameters:

t_DataType The data type of the matrix entries.
t_ParEntries Number of parallel processed entries in the matrix.
p_n Number of rows/cols in a symmetric matrix.
p_a Point to a p_n x p_n symmetric matrix.
p_out Output stream.