mult method when no pre conditioning matrix
More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/solver/oemsolver/oemsolver.hh>
|
typedef bool | mult_t(const Matrix &A, const Matrix &C, const double *arg, double *dest, double *tmp) |
|
|
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) |
|
template<class Matrix>
struct OEMSolver::Mult< Matrix, Matrix, false >
mult method when no pre conditioning matrix
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) |
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 |
The documentation for this struct was generated from the following file: