Amesos2 - Direct Sparse Solver Interfaces  Version of the Day
Macros
Amesos2_Superludist_FunctionMap.hpp File Reference

Provides a mechanism to map function calls to the correct Solver function based on the scalar type of Matrices and MultiVectors. More...

#include "Amesos2_config.h"
#include "Amesos2_FunctionMap.hpp"
#include "Amesos2_MatrixAdapter.hpp"
#include "Amesos2_Superludist_TypeMap.hpp"
Include dependency graph for Amesos2_Superludist_FunctionMap.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define AMESOS2_SLUD_GET_DIAG_SCALE(eq)   (((eq)=='N') ? SLUD::NOEQUIL : ((eq)=='R') ? SLUD::ROW : ((eq)=='C') ? SLUD::COL : SLUD::BOTH)
 
#define AMESOS2_SLUD_GET_EQUED(ds)   (((ds)==SLUD::NOEQUIL) ? 'N' : ((ds)==SLUD::ROW) ? 'R' : ((ds)==SLUD::COL) ? 'C' : 'B')
 

Detailed Description

Provides a mechanism to map function calls to the correct Solver function based on the scalar type of Matrices and MultiVectors.

Author
Eric Bavier etbav.nosp@m.ier@.nosp@m.sandi.nosp@m.a.go.nosp@m.v
Date
Tue Jun 21 13:37:55 MDT 2011