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