20 template<
typename T,
typename Enable=
void>
29 template<
typename OtherDerived>
30 struct Scalar<OtherDerived,
31 typename std::enable_if<std::is_base_of_v<Eigen::MatrixBase<OtherDerived>,OtherDerived>>::type>
33 using Type = Eigen::Matrix<double,OtherDerived::RowsAtCompileTime,OtherDerived::ColsAtCompileTime>;
Interval class, for representing closed and connected subsets of .
Definition codac2_Interval.h:49
Definition codac2_OctaSym.h:21