ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::Concepts::eigen_bases_have_same_num_rows Concept Reference

Concept that is true iff T1 and T2 have the same, known at compile time, number of rows. More...

#include <Acts/Utilities/EigenConcepts.hpp>

Concept definition

template<typename T1, typename T2>
toUnderlying(Eigen::PlainObjectBase<T1>::RowsAtCompileTime) ==
toUnderlying(Eigen::PlainObjectBase<T2>::RowsAtCompileTime)
Concept that is true iff T is a valid Eigen dense base with fixed size.
Definition EigenConcepts.hpp:24
Concept that is true iff T1 and T2 have the same, known at compile time, number of rows.
Definition EigenConcepts.hpp:38
constexpr std::underlying_type_t< enum_t > toUnderlying(enum_t value)
Convert enum to its underlying type value.
Definition Helpers.hpp:208

Detailed Description

Concept that is true iff T1 and T2 have the same, known at compile time, number of rows.