Searched refs:MatchAtCompileTime (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DRef.h111 MatchAtCompileTime = HasDirectAccess && StorageOrderMatch && InnerStrideMatch && OuterStrideMatch && AlignmentMatch enumerator in enum:Eigen::internal::traits::match::__anon20685
113 typedef typename internal::conditional<MatchAtCompileTime,internal::true_type,internal::false_type>::type type;
200 typename internal::enable_if<bool(Traits::template match<Derived>::MatchAtCompileTime),Derived>::type* = 0)
206 typename internal::enable_if<bool(internal::is_lvalue<Derived>::value&&bool(Traits::template match<Derived>::MatchAtCompileTime)),Derived>::type* = 0,

Completed in 212 milliseconds