|
Amesos2 - Direct Sparse Solver Interfaces
Version of the Day
|
#include <Amesos2_Factory.hpp>
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) |
If the apply method of this struct is ever called, then it means that the user requested to create a concrete solver interface for a matrix whose scalar type is not supported by the solver. In such a case we throw a runtime exception.
1.7.6.1