cart-elc

Source code for CART-ELC
git clone git://git.laack.co/cart-elc.git
Log | Files | Refs | README | LICENSE

bug1213.h (147B)


      1 
      2 #include <Eigen/Core>
      3 
      4 template<typename T, int dim>
      5 bool bug1213_2(const Eigen::Matrix<T,dim,1>& x);
      6 
      7 bool bug1213_1(const Eigen::Vector3f& x);
      8