24 template<
typename KEYS>
30 throw std::invalid_argument(
31 "Error in HessianFactor constructor input. Number of provided keys plus\n" 32 "one for the information vector must equal the number of provided matrix blocks. ");
35 if(augmentedInformation.
getDim(augmentedInformation.
nBlocks() - 1) != 1)
36 throw std::invalid_argument(
37 "Error in HessianFactor constructor input. The last provided matrix block\n" 38 "must be the information vector, but the last provided block had more than one column.");
KeyVector keys_
The keys involved in this factor.
ptrdiff_t DenseIndex
The index type for Eigen objects.
DenseIndex nBlocks() const
Block count.
DenseIndex getDim(DenseIndex block) const
Number of dimensions for variable on this diagonal block.