dune-fem  2.4.1-rc
Public Types | Static Public Member Functions | List of all members
OEMSolver::Mult< Matrix, PC_Matrix, bool > Struct Template Reference

mult method when given pre conditioning matrix More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/solver/oemsolver/oemsolver.hh>

Public Types

typedef bool mult_t(const Matrix &A, const PC_Matrix &C, const double *arg, double *dest, double *tmp)
 

Static Public Member Functions

static double ddot (const Matrix &A, const double *x, const double *y)
 
static void back_solve (const int size, const PC_Matrix &C, double *solution, double *tmp)
 
static bool mult_pc (const Matrix &A, const PC_Matrix &C, const double *arg, double *dest, double *tmp)
 

Detailed Description

template<class Matrix, class PC_Matrix, bool>
struct OEMSolver::Mult< Matrix, PC_Matrix, bool >

mult method when given pre conditioning matrix

Member Typedef Documentation

template<class Matrix , class PC_Matrix , bool >
typedef bool OEMSolver::Mult< Matrix, PC_Matrix, bool >::mult_t(const Matrix &A, const PC_Matrix &C, const double *arg, double *dest, double *tmp)

Member Function Documentation

template<class Matrix , class PC_Matrix , bool >
static void OEMSolver::Mult< Matrix, PC_Matrix, bool >::back_solve ( const int  size,
const PC_Matrix &  C,
double *  solution,
double *  tmp 
)
inlinestatic
template<class Matrix , class PC_Matrix , bool >
static double OEMSolver::Mult< Matrix, PC_Matrix, bool >::ddot ( const Matrix &  A,
const double *  x,
const double *  y 
)
inlinestatic
template<class Matrix , class PC_Matrix , bool >
static bool OEMSolver::Mult< Matrix, PC_Matrix, bool >::mult_pc ( const Matrix &  A,
const PC_Matrix &  C,
const double *  arg,
double *  dest,
double *  tmp 
)
inlinestatic

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