template <typename t_DataType, unsigned int t_ParEntries> void trmUp2Stream(unsigned int p_n, t_DataType* p_a, hls::stream<WideType<t_DataType, t_ParEntries>>& p_out)
The trmUp2Stream function that read the super-triangular matrix from memory to stream.
Parameters:
| t_DataType | The data type of the matrix entries. |
| t_ParEntries | The number of parallelly processed entries in the matrix |
| p_n | Number of rows/cols in a symmetric matrix. |
| p_a | Memory location of a p_n x p_n symmetric matrix. |
| p_out | The streams of matrix entries. |