hpp-constraints
4.9.1
Definition of basic geometric constraints for motion planning
|
#include <Eigen/Core>
#include <vector>
#include <iostream>
#include <hpp/util/indent.hh>
#include <hpp/pinocchio/util.hh>
#include <hpp/constraints/fwd.hh>
#include <hpp/constraints/impl/matrix-view.hh>
#include <hpp/constraints/impl/matrix-view-operation.hh>
Go to the source code of this file.
Namespaces | |
Eigen | |
Eigen::internal | |
hpp | |
Macros | |
#define | HPP_EIGEN_USE_EVALUATOR EIGEN_VERSION_AT_LEAST(3,2,92) |
#define | EIGEN_MATRIX_BLOCKS_PUBLIC_INTERFACE(Derived) |
Typedefs | |
typedef Eigen::MatrixBlocks< false, true > | Eigen::RowBlockIndices |
typedef Eigen::MatrixBlocks< true, false > | Eigen::ColBlockIndices |
Functions | |
template<typename Derived > | |
std::ostream & | Eigen::operator<< (std::ostream &os, const MatrixBlocksBase< Derived > &mbi) |
#define EIGEN_MATRIX_BLOCKS_PUBLIC_INTERFACE | ( | Derived | ) |
#define HPP_EIGEN_USE_EVALUATOR EIGEN_VERSION_AT_LEAST(3,2,92) |