#include "Amesos2_Solver.hpp"
#include "Amesos2_Factory.hpp"
#include "Stokhos_Sacado_Kokkos_UQ_PCE.hpp"
#include "Stokhos_Tpetra_Utilities_UQ_PCE.hpp"
Go to the source code of this file.
|
| class | Amesos2::PCESolverAdapter< Storage, LocalOrdinal, GlobalOrdinal, Device, ConcreteSolver > |
| | Amesos2 solver adapter for UQ::PCE scalar type. More...
|
| |
| struct | Amesos2::create_solver_with_supported_type< ConcreteSolver, Tpetra::CrsMatrix< Sacado::UQ::PCE< ST >, LO, GO, Kokkos::Compat::KokkosDeviceWrapperNode< D > >, Tpetra::MultiVector< Sacado::UQ::PCE< ST >, LO, GO, Kokkos::Compat::KokkosDeviceWrapperNode< D > > > |
| |
| struct | Amesos2::solver_supports_scalar< ConcreteSolver, Sacado::UQ::PCE< Storage > > |
| |
|
| template<class S, class LO, class GO, class D> |
| Sacado::UQ::PCE< S >::cijk_type | Amesos2::get_pce_cijk (const Teuchos::RCP< const Tpetra::CrsMatrix< Sacado::UQ::PCE< S >, LO, GO, Kokkos::Compat::KokkosDeviceWrapperNode< D > > > &A=Teuchos::null, const Teuchos::RCP< Tpetra::MultiVector< Sacado::UQ::PCE< S >, LO, GO, Kokkos::Compat::KokkosDeviceWrapperNode< D > > > &X=Teuchos::null, const Teuchos::RCP< const Tpetra::MultiVector< Sacado::UQ::PCE< S >, LO, GO, Kokkos::Compat::KokkosDeviceWrapperNode< D > > > &B=Teuchos::null) |
| |