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)
symLo2Stream function that moves 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 |