File constraint_problem.h
-
template<typename MatrixType, typename Point>
class constraint_problem Public Types
-
using Type = typename Point::FT
-
using PointType = Point
-
using VT = Eigen::Matrix<Type, Eigen::Dynamic, 1>
-
using MT = MatrixType
-
using Type = typename Point::FT