#include <stdio.h>
#include <iostream>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <Eigen/LU>
#include <Eigen/StdVector>
#include <vector>
#include <sparse_bundle_adjustment/csparse.h>
#include <sparse_bundle_adjustment/bpcg/bpcg.h>
Go to the source code of this file.
◆ EIGEN_USE_NEW_STDVECTOR
#define EIGEN_USE_NEW_STDVECTOR |
◆ SBA_BLOCK_JACOBIAN_PCG
#define SBA_BLOCK_JACOBIAN_PCG 3 |
◆ SBA_DENSE_CHOLESKY
#define SBA_DENSE_CHOLESKY 0 |
◆ SBA_GRADIENT
◆ SBA_SPARSE_CHOLESKY
#define SBA_SPARSE_CHOLESKY 1 |