19 #ifndef GEOS_LINEARALGEBRA_UTILITIES_TRAITS_HPP_
20 #define GEOS_LINEARALGEBRA_UTILITIES_TRAITS_HPP_
22 #include "codingUtilities/SFINAE_Macros.hpp"
36 template<
typename VECTOR >
Traits helper struct templated on the vector type.
HAS_MEMBER_FUNCTION_NO_RTYPE(applyTranspose, std::declval< Vector >(), std::declval< Vector >())
Trait for detecting applyTranspose() method on a class.
VECTOR Vector
Alias for vector type.