17 AlgorithmCheckerDerived & derived()
19 return *
static_cast<AlgorithmCheckerDerived *
>(
this);
22 const AlgorithmCheckerDerived & derived()
const 24 return *
static_cast<const AlgorithmCheckerDerived *
>(
this);
27 template<
typename Scalar,
int Options,
template<
typename,
int>
class JointCollectionTpl>
30 return derived().checkModel_impl(model);