Scythe-1.0.3
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO1, matrix_style PS1, matrix_order PO2, matrix_style PS2, typename S >
Matrix<T,RO,RS> scythe::fmod ( const Matrix< T, PO1, PS1 > &  A,
const Matrix< S, PO2, PS2 > &  B 
)

Calculate the remainder of the division of each matrix element.

This function calculates the remainder when the elements of Matrix A are divided by the elements of Matrix B.

Parameters:
AThe matrix to serve as dividend
Bthe matrix to serve as divisor

References SCYTHE_CHECK_10.

Referenced by xpnd().