Scythe-1.0.3
|
template<typename T , matrix_order PO, matrix_style PS>
Calculate the product of a Matrix. This function calculates the product of a matrix by beginning with the first element of a matrix, and consecutively multiplying each entry.
|