46 #ifndef MUELU_CONFIGDEFS_HPP
47 #define MUELU_CONFIGDEFS_HPP
49 #include "MueLu_config.hpp"
58 #include <Teuchos_ArrayView.hpp>
59 #include <Teuchos_ArrayRCP.hpp>
63 #include <Teuchos_Describable.hpp>
72 #ifdef HAVE_MUELU_DEBUG
73 #define MUELU_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg) \
74 TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg);
76 #define MUELU_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)
84 using Teuchos::arcpFromArrayView;
85 using Teuchos::arcp_reinterpret_cast;
94 using Teuchos::rcp_const_cast;
95 using Teuchos::rcp_dynamic_cast;
96 using Teuchos::rcpFromRef;
97 using Teuchos::rcp_implicit_cast;
98 using Teuchos::rcp_static_cast;
111 #include "Teuchos_CompilerCodeTweakMacros.hpp"
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
TypeTo as(const TypeFrom &t)