Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Amesos2_Solver_MP_Vector.hpp>
Public Types | |
typedef Sacado::MP::Vector< ST > | SC |
typedef Tpetra::CrsMatrix< SC, LO, GO, NO > | Matrix |
typedef Tpetra::MultiVector < SC, LO, GO, NO > | Vector |
Static Public Member Functions | |
static Teuchos::RCP< Solver < Matrix, Vector > > | apply (Teuchos::RCP< const Matrix > A, Teuchos::RCP< Vector > X, Teuchos::RCP< const Vector > B) |
Definition at line 472 of file Amesos2_Solver_MP_Vector.hpp.
typedef Sacado::MP::Vector<ST> Amesos2::create_mp_vector_solver_impl< ConcreteSolver, ST, LO, GO, NO >::SC |
Definition at line 473 of file Amesos2_Solver_MP_Vector.hpp.
typedef Tpetra::CrsMatrix<SC,LO,GO,NO> Amesos2::create_mp_vector_solver_impl< ConcreteSolver, ST, LO, GO, NO >::Matrix |
Definition at line 474 of file Amesos2_Solver_MP_Vector.hpp.
typedef Tpetra::MultiVector<SC,LO,GO,NO> Amesos2::create_mp_vector_solver_impl< ConcreteSolver, ST, LO, GO, NO >::Vector |
Definition at line 475 of file Amesos2_Solver_MP_Vector.hpp.
|
inlinestatic |
Definition at line 477 of file Amesos2_Solver_MP_Vector.hpp.