52 #ifdef HAVE_SHYLUCORE_TPETRA 53 #include "Tpetra_ConfigDefs.hpp" 58 template class DirectSolverInterface<Epetra_CrsMatrix, Epetra_MultiVector>;
60 #if defined(HAVE_SHYLUCORE_TPETRA) 62 #if defined(HAVE_TPETRA_INST_FLOAT) && defined(HAVE_TPETRA_INST_INT_INT) 63 template class DirectSolverInterface<
64 Tpetra::CrsMatrix<float, int, int>,
65 Tpetra::MultiVector<float, int, int> >;
66 #endif // defined(HAVE_TPETRA_INST_FLOAT) && defined(HAVE_TPETRA_INST_INT_INT) 68 #if defined(HAVE_TPETRA_INST_DOUBLE) && defined(HAVE_TPETRA_INST_INT_INT) 69 template class DirectSolverInterface<
70 Tpetra::CrsMatrix<double, int, int> ,
71 Tpetra::MultiVector<double, int, int> >;
72 #endif // defined(HAVE_TPETRA_INST_DOUBLE) && defined(HAVE_TPETRA_INST_INT_INT) 74 #endif // defined(HAVE_SHYLUCORE_TPETRA) Eperta/Tpetra templated interface for call Amesos and Amesos2.
Eperta/Tpetra templated interface for call Amesos and Amesos2.