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

mult method when no 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 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 Matrix &C, double *solution, double *tmp)
 
static bool mult_pc (const Matrix &A, const Matrix &C, const double *arg, double *dest, double *tmp)
 

Detailed Description

template<class Matrix>
struct OEMSolver::Mult< Matrix, Matrix, false >

mult method when no pre conditioning matrix

Member Typedef Documentation

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

Member Function Documentation

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

References OEMSolver::mult().


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