Blender V2.61 - r43446

iTaSC::WDLSSolver Class Reference

#include <WDLSSolver.hpp>

Inheritance diagram for iTaSC::WDLSSolver:

List of all members.

Public Member Functions

 WDLSSolver ()
virtual ~WDLSSolver ()
virtual bool init (unsigned int nq, unsigned int nc, const std::vector< bool > &gc)
virtual bool solve (const e_matrix &A, const e_vector &Wy, const e_vector &ydot, const e_matrix &Wq, e_vector &qdot, e_scalar &nlcoef)
virtual void setParam (SolverParam param, double value)

Detailed Description

Definition at line 15 of file WDLSSolver.hpp.


Constructor & Destructor Documentation

iTaSC::WDLSSolver::WDLSSolver ( )
iTaSC::WDLSSolver::~WDLSSolver ( ) [virtual]

Definition at line 23 of file WDLSSolver.cpp.


Member Function Documentation

bool iTaSC::WDLSSolver::init ( unsigned int  nq,
unsigned int  nc,
const std::vector< bool > &  gc 
) [virtual]

Implements iTaSC::Solver.

Definition at line 26 of file WDLSSolver.cpp.

References e_zero_matrix, e_zero_vector, max, and min.

virtual void iTaSC::WDLSSolver::setParam ( SolverParam  param,
double  value 
) [inline, virtual]
bool iTaSC::WDLSSolver::solve ( const e_matrix &  A,
const e_vector &  Wy,
const e_vector &  ydot,
const e_matrix &  Wq,
e_vector &  qdot,
e_scalar &  nlcoef 
) [virtual]

Implements iTaSC::Solver.

Definition at line 50 of file WDLSSolver.cpp.

References e_scalar, KDL::epsilon, fabs(), i, norm(), KDL::sqr(), and KDL::svd_eigen_HH().


The documentation for this class was generated from the following files: