xf::solver::gemv<ROWA, COLA, BR, BC, MATRIX_IN_T, MATRIX_OUT_T>(matrixAStrm, matrixBStrm, matrixCStrm);
To calculate \(y=A*x\), blocked matrix multiply algorithm is used in our design. The row number BR and column number BC of the blocked sub-matrix are defined in template parameters.