|
Scythe-1.0.3
|
|
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Calculate the sum of each column in a Matrix. This function calculates the sum of each column in a matrix by consecutively adding elements in a single column, looping through all columns, and returning the results.
|
1.7.6.1