MatrixViewInternal namespace
Classes
- 
              template<typename T, typename = void>struct has_IsRowMajor
 - has_
IsRowMajor is used to build a type-dependent expression that check if an element has IsRowMajor argument.  - 
              template<typename T>struct has_IsRowMajor<T, SpanUtils::void_t<decltype(T::IsRowMajor)>>
 - has_
IsRowMajor is used to build a type-dependent expression that check if an element has IsRowMajor argument.