SRBA: Sparser Relative Bundle Adjustment
|
Symbolic information of each Hessian block
Scalar | Typ.=double |
N | Observation size |
M1 | Left-hand Jacobian column count |
M2 | Right-hand Jacobian column count |
Definition at line 275 of file srba_types.h.
#include <srba_types.h>
Classes | |
struct | THessianSymbolicInfoEntry |
Public Types | |
typedef Eigen::Matrix< Scalar, N, M1 > | matrix1_t |
typedef Eigen::Matrix< Scalar, N, M2 > | matrix2_t |
typedef std::vector < THessianSymbolicInfoEntry > | list_jacob_blocks_t |
Public Attributes | |
list_jacob_blocks_t | lst_jacob_blocks |
The list of Jacobian blocks itself. |