how to overload std::ceil() in my program

21 Views Asked by At

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.

0

There are 0 best solutions below