GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Static Public Member Functions | List of all members
gtsam::internal::ConvertToDynamicIf< ConvertToDynamicRows > Struct Template Reference

#include <CallRecord.h>

Static Public Member Functions

template<typename Derived >
static Eigen::Matrix< double, Eigen::Dynamic, Derived::ColsAtCompileTime > convert (const Eigen::MatrixBase< Derived > &x)
 

Detailed Description

template<bool ConvertToDynamicRows>
struct gtsam::internal::ConvertToDynamicIf< ConvertToDynamicRows >

ConvertToDynamicIf converts to a dense matrix with dynamic rows iff ConvertToDynamicRows (colums stay as they are) otherwise it just passes dense Eigen matrices through.


The documentation for this struct was generated from the following file: