19 #ifndef AMESOS2_SHYLUBASKER_FUNCTIONMAP_HPP
20 #define AMESOS2_SHYLUBASKER_FUNCTIONMAP_HPP
22 #ifdef HAVE_TEUCHOS_COMPLEX
44 #ifdef HAVE_TEUCHOS_COMPLEX
46 struct FunctionMap<ShyLUBasker,Kokkos::complex<double>>
48 static std::complex<double> * convert_scalar(Kokkos::complex<double> * pData) {
49 return reinterpret_cast<std::complex<double> *
>(pData);
53 #endif // HAVE_TEUCHOS_COMPLEX
56 template <
typename scalar_t>
57 struct FunctionMap<ShyLUBasker,scalar_t>
59 static scalar_t * convert_scalar(scalar_t * pData) {
70 #endif // AMESOS2_SHYLUBASKER_FUNCTIONMAP_HPP
Provides definition of ShyLUBasker types as well as conversions and type traits.
Declaration of Function mapping class for Amesos2.