Amesos2 - Direct Sparse Solver Interfaces
Version of the Day
|
convert Matrices and MultiVectors into the appropriate format for a third-party solver. More...
#include <Amesos2_MatrixHelper.hpp>
convert Matrices and MultiVectors into the appropriate format for a third-party solver.
The particular functions that must be implemented, and the signatures in each will vary depending on the third-party solver's needs. This templated struct
will just provide a central location for functions which deal with Matrix and MultiVector conversions.
ConcreteSolver | The Amesos2::Solver instance for which the functions hold. |