mult method when given 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 PC_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 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) |
|
template<class Matrix, class PC_Matrix, bool>
struct OEMSolver::Mult< Matrix, PC_Matrix, bool >
mult method when given pre conditioning matrix
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) |
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: