40 keys_(keys), Ab_(Ab) {
45 KeyVector::const_iterator it = std::find(keys_.begin(), keys_.end(), key);
Definition: VerticalBlockMatrix.h:42
A matrix with column blocks of pre-defined sizes. Used in JacobianFactor and GaussianConditional.
JacobianMap(const KeyVector &keys, VerticalBlockMatrix &Ab)
Construct a JacobianMap for writing into a VerticalBlockMatrix Ab.
Definition: JacobianMap.h:39
ptrdiff_t DenseIndex
The index type for Eigen objects.
Definition: types.h:108
Definition: JacobianMap.h:32
VerticalBlockMatrix::Block operator()(Key key)
Access blocks of via key.
Definition: JacobianMap.h:44
A thin wrapper around std::vector that uses a custom allocator.
Definition: chartTesting.h:28
FastVector< Key > KeyVector
Define collection type once and for all - also used in wrappers.
Definition: Key.h:86
std::uint64_t Key
Integer nonlinear key type.
Definition: types.h:102