I use my own data type in Eigen lib by template,and I realize +-*/ overload , but Eigen use std::ceil() function, I don't know how to overload this. thanks for every suggestion.
just tell me How to realize this method or some other ways to solve this problem.