Amesos2 - Direct Sparse Solver Interfaces  Version of the Day
Amesos2::MatrixHelper< ConcreteSolver > Struct Template Reference

convert Matrices and MultiVectors into the appropriate format for a third-party solver. More...

#include <Amesos2_MatrixHelper.hpp>

Detailed Description

template<template< typename, typename > class ConcreteSolver>
struct Amesos2::MatrixHelper< ConcreteSolver >

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.

Template Parameters
ConcreteSolverThe Amesos2::Solver instance for which the functions hold.

The documentation for this struct was generated from the following file: