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

Return x rounded to the nearest integer.

This function returns x, where x is the ith element of the Matrix A, rounded to the nearest integer.

Parameters:
AMatrix whose elements are to be rounded