18 template <
typename DerivedX,
typename DerivedY>
20 const Eigen::PlainObjectBase<DerivedX>& X,
21 Eigen::PlainObjectBase<DerivedY>& Y);
24#ifndef IGL_STATIC_LIBRARY
#define IGL_INLINE
Definition igl_inline.h:15
void ceil(const Eigen::PlainObjectBase< DerivedX > &X, Eigen::PlainObjectBase< DerivedY > &Y)
Ceil a given matrix to nearest integers.