46 #ifndef MUELU_CONFIGDEFS_HPP
47 #define MUELU_CONFIGDEFS_HPP
49 #include "MueLu_config.hpp"
54 #include <Kokkos_DefaultNode.hpp>
58 #include <Teuchos_ArrayView.hpp>
59 #include <Teuchos_ArrayRCP.hpp>
63 #include <Teuchos_Describable.hpp>
76 #ifdef HAVE_MUELU_DEBUG
77 #define MUELU_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg) \
78 TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg);
80 #define MUELU_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)
88 using Teuchos::arcpFromArrayView;
89 using Teuchos::arcp_reinterpret_cast;
98 using Teuchos::rcp_const_cast;
99 using Teuchos::rcp_dynamic_cast;
100 using Teuchos::rcpFromRef;
101 using Teuchos::rcp_implicit_cast;
102 using Teuchos::rcp_static_cast;
115 #include "Teuchos_CompilerCodeTweakMacros.hpp"
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
TypeTo as(const TypeFrom &t)