Main MRPT website > C++ reference
MRPT logo
Classes | Typedefs | Functions
mrpt::srba::internal Namespace Reference

Classes

struct  recompute_all_Jacobians_dh_df
 Auxiliary template for evaluating the dh_df part in recompute_all_Jacobians(). More...
 
struct  recompute_all_Jacobians_dh_df< jacob_point_landmark >
 
struct  recompute_all_Jacobians_dh_df< jacob_relpose_landmark >
 
struct  solver_engine
 Generic solver declaration. More...
 
struct  solver_engine< false, false, RBA_ENGINE >
 SOLVER: Lev-Marq without Schur, with Sparse Cholesky (CSparse library) More...
 
struct  solver_engine< true, false, RBA_ENGINE >
 SOLVER: Lev-Marq with Schur, with Sparse Cholesky (CSparse library) More...
 
struct  solver_engine< true, true, RBA_ENGINE >
 SOLVER: Lev-Marq with Schur, with Sparse Cholesky (CSparse library) More...
 

Typedefs

typedef std::auto_ptr
< CSparseMatrix::CholeskyDecomp
SparseCholeskyDecompPtr
 

Functions

template<class KF2KF_POSE_TYPE , class LM_TYPE , class OBS_TYPE , class RBA_OPTIONS >
void recursive_print_st_dot (set< pair< string, string > > &all_edges, const string &prefix, const TKeyFrameID came_from, const TKeyFrameID root, const map< TKeyFrameID, TSpanTreeEntry > &root_entries, const typename TRBA_Problem_state< KF2KF_POSE_TYPE, LM_TYPE, OBS_TYPE, RBA_OPTIONS >::TSpanningTree::next_edge_maps_t &all, set< TKeyFrameID > &visited, const map< TKeyFrameID, TSpanTreeEntry > &top_root_entries)
 

Typedef Documentation

Definition at line 26 of file lev-marq_solvers.h.

Function Documentation

template<class KF2KF_POSE_TYPE , class LM_TYPE , class OBS_TYPE , class RBA_OPTIONS >
void mrpt::srba::internal::recursive_print_st_dot ( set< pair< string, string > > &  all_edges,
const string &  prefix,
const TKeyFrameID  came_from,
const TKeyFrameID  root,
const map< TKeyFrameID, TSpanTreeEntry > &  root_entries,
const typename TRBA_Problem_state< KF2KF_POSE_TYPE, LM_TYPE, OBS_TYPE, RBA_OPTIONS >::TSpanningTree::next_edge_maps_t &  all,
set< TKeyFrameID > &  visited,
const map< TKeyFrameID, TSpanTreeEntry > &  top_root_entries 
)



Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014