Scythe-1.0.3
template<typename T , matrix_order PO, matrix_style PS>
T scythe::prod ( const Matrix< T, PO, PS > &  A)

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.

Parameters:
AThe matrix to be multiplied.
See also:
sumc(const Matrix<T,PO,PS> &A)
sum(const Matrix<T,PO,PS> &A)
prodc(const Matrix<T,PO,PS> &A)