Amesos2 - Direct Sparse Solver Interfaces  Version of the Day
Amesos2.hpp
1 // @HEADER
2 // *****************************************************************************
3 // Amesos2: Templated Direct Sparse Solver Package
4 //
5 // Copyright 2011 NTESS and the Amesos2 contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #include "Amesos2_config.h"
11 #include "Amesos2_Factory.hpp"
12 
13 // Define some groups to be used in our doxygen documentation
14 
86 
185 
248 
255 
257 /*
258  * We put all the example blocks in a single place, since doxygen doesn't do
259  * an incredible job with putting links to the examples where you would like
260  * them.
261  */
262 
Contains declarations for Amesos2::create and Amesos2::query.