hpp-constraints
4.9.1
Definition of basic geometric constraints for motion planning
|
Go to the source code of this file.
Namespaces | |
hpp | |
hpp::constraints | |
Functions | |
template<typename SVD > | |
void | hpp::constraints::projectorOnSpan (const SVD &svd, Eigen::Ref< typename SVD::MatrixType > projector) |
template<typename SVD > | |
void | hpp::constraints::projectorOnSpanOfInv (const SVD &svd, Eigen::Ref< typename SVD::MatrixType > projector) |
template<typename SVD > | |
void | hpp::constraints::projectorOnKernel (const SVD &svd, Eigen::Ref< typename SVD::MatrixType > projector, const bool &computeFullV=false) |
template<typename SVD > | |
void | hpp::constraints::projectorOnKernelOfInv (const SVD &svd, Eigen::Ref< typename SVD::MatrixType > projector, const bool &computeFullU=false) |