27 template<
size_t D,
size_t ZDim>
44 Matrix zeroMatrix = Matrix::Zero(0,
D);
45 Vector zeroVector = Vector::Zero(0);
46 std::vector<KeyMatrix> QF;
47 QF.reserve(keys.size());
66 size_t numKeys = Enull.rows() / ZDim;
67 size_t m2 = ZDim * numKeys - 3;
73 std::vector<KeyMatrix> QF;
75 for (
size_t k = 0; k < Fblocks.size(); ++k) {
79 (Enull.transpose()).
block(0, ZDim * k, m2, ZDim) * Fblocks[k]));
void fillTerms(const TERMS &terms, const Vector &b, const SharedDiagonal &noiseModel)
Internal function to fill blocks and set dimensions.
Eigen::Matrix< double, ZDim, D > MatrixZD
m m block(1, 0, 2, 2)<< 4
noiseModel::Diagonal::shared_ptr model
JacobianFactorSVD(const KeyVector &keys, const SharedDiagonal &model=SharedDiagonal())
Empty constructor with keys.
RegularJacobianFactor< D > Base
JacobianFactorSVD()
Default constructor.
FastVector< Key > KeyVector
Define collection type once and for all - also used in wrappers.
STL compatible allocator to use with types requiring a non standrad alignment.
std::pair< Key, Matrix > KeyMatrix
JacobianFactor class with fixed sized blcoks.
JacobianFactorSVD(const KeyVector &keys, const std::vector< MatrixZD, Eigen::aligned_allocator< MatrixZD > > &Fblocks, const Matrix &Enull, const Vector &b, const SharedDiagonal &model=SharedDiagonal())
Constructor Takes the CameraSet derivatives (as ZDim*D blocks of block-diagonal F) and a reduced poin...
noiseModel::Diagonal::shared_ptr SharedDiagonal
const KeyVector & keys() const
Access the factor's involved variable keys.
The matrix class, also used for vectors and row-vectors.
std::uint64_t Key
Integer nonlinear key type.