Lines Matching refs:HasMatrixIndexing
34 struct HasMatrixIndexing struct
107 !HasMatrixIndexing<DA>::value);} in is_scalar()
118 HasMatrixIndexing<DA>::value);} in must_use_matrix_idx()
159 !HasMatrixIndexing<DA>::value);} in is_only_vector()
396 typename std::enable_if<HasMatrixIndexing<L>::value,bool>::type = true>
402 …typename std::enable_if<!HasMatrixIndexing<L>::value && HasMatrixIndexing<R>::value,bool>::type = …
408 typename std::enable_if<HasMatrixIndexing<L>::value,bool>::type = true>
414 …typename std::enable_if<!HasMatrixIndexing<L>::value && HasMatrixIndexing<R>::value,bool>::type = …
444 typename std::enable_if<HasMatrixIndexing<L>::value &&
445 HasMatrixIndexing<R>::value,bool>::type = true>
453 HasMatrixIndexing<R>::value,bool>::type = true>
460 typename std::enable_if<HasMatrixIndexing<L>::value &&
538 typename std::enable_if<HasMatrixIndexing<L>::value &&
539 HasMatrixIndexing<R>::value,bool>::type = true>
548 HasMatrixIndexing<L>::value &&
549 HasMatrixIndexing<R>::value,bool>::type = true>
557 typename std::enable_if<HasMatrixIndexing<L>::value &&
566 HasMatrixIndexing<L>::value &&
578 HasMatrixIndexing<R>::value,bool>::type = true>
587 HasMatrixIndexing<R>::value,bool>::type = true>
634 struct HasMatrixIndexing<_Expr<DerivedOp>> struct
636 constexpr static bool value = HasMatrixIndexing<DerivedOp>::value; argument
649 struct HasMatrixIndexing<_Binary<LHS,RHS,DerivedOp>> struct
652 (HasMatrixIndexing<LHS>::value && HasMatrixIndexing<RHS>::value) ||
653 (HasMatrixIndexing<LHS>::value && is_scalar<RHS>()) ||
654 (is_scalar<LHS>() && HasMatrixIndexing<RHS>::value);
742 typename std::enable_if<HasMatrixIndexing<L>::value,bool>::type = true>
748 typename std::enable_if<HasMatrixIndexing<L>::value,bool>::type = true>
760 typename std::enable_if<HasMatrixIndexing<L>::value ,bool>::type = true>
793 typename std::enable_if<HasMatrixIndexing<L>::value ,bool>::type = true>
801 HasMatrixIndexing<L>::value ,bool>::type = true>
832 struct HasMatrixIndexing<_Unary<LHS,DerivedOp>> struct
834 constexpr static bool value = HasMatrixIndexing<LHS>::value; argument