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

Calculate the floor of each element of a Matrix.

This function calculates the floor of each element in a Matrix

Parameters:
AThe matrix whose floors are of interest.
See also:
ceil()

Referenced by dbinom(), median(), pbinom(), and scythe::rng< mersenne >::rnchypgeom().