|
struct | roboptim::detail::add_shared_ptr< CLIST > |
| Transform a types list into a types list of shared pointers. More...
|
|
struct | roboptim::detail::shared_ptr_variant< CLIST > |
| Generate a Boost.Variant of shared pointers from the static constraints types list. More...
|
|
struct | roboptim::detail::is_eigen_type< T > |
| Check whether the type provided is an Eigen type. More...
|
|
struct | roboptim::detail::aligned_vector_type< V > |
| Return an Eigen-aligned std::vector if required, else use the default allocator. More...
|
|
struct | roboptim::detail::const_eigen_ref< T > |
| Return the type of a const reference to an Eigen matrix, using Eigen's Ref. More...
|
|
struct | roboptim::detail::const_ref< T > |
| Return the proper const reference type of a given type. More...
|
|
struct | roboptim::detail::row_vector_stride< SO > |
| Get the matrix stride type for a row vector, given a matrix storage order. More...
|
|
struct | roboptim::detail::list_converter< CLIST > |
| Converts CLIST to a boost::mpl::vector to ensure a similar behavior for codes using different random access sequences (vector, list, etc.). More...
|
|
struct | roboptim::detail::contains_base_of< Sequence, Type > |
| Whether a sequence of types contains a base of a given type. More...
|
|
struct | roboptim::detail::get_descendant< Type1, Type2 > |
| Get the descendant among two relatives. More...
|
|
struct | roboptim::detail::check_constraint_type< C, CLIST > |
| Checks whether C is a valid constraint type in CLIST. More...
|
|
struct | roboptim::detail::cast_constraint_type< C, CLIST > |
| Get the constraint type of CLIST that best match C. More...
|
|
struct | roboptim::detail::derives_from_function< F > |
| Checks whether the function types derives from Function or SparseFunction. More...
|
|
struct | roboptim::detail::derives_from_differentiable_function< F > |
| Checks whether the function type derives from DifferentiableFunction or DifferentiableSparseFunction. More...
|
|
struct | roboptim::detail::derives_from_twice_differentiable_function< F > |
| Checks whether the function type derives from TwiceDifferentiableFunction or TwiceDifferentiableSparseFunction. More...
|
|
struct | roboptim::detail::derives_from_ntimes_derivable_function< F > |
| Checks whether the function type derives from NTimesDerivableFunction. More...
|
|
struct | roboptim::detail::list_derives_from_function< CLIST > |
| Checks whether all the constraints derive from Function or SparseFunction. More...
|
|
struct | roboptim::detail::is_compatible_list< CLIST_, CLIST > |
| Check that CLIST_ is a subset of CLIST (i.e. More...
|
|
struct | roboptim::detail::ConvertConstraint< CLIST > |
| Convert a constraint to a proper type. More...
|
|
struct | roboptim::detail::ConvertConstraintVariant< P > |
| Convert a constraint from a Boost.Variant to an adequate constraint type depending on the problem's constraints type. More...
|
|