Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
krylov_dh.h File Reference
#include "blas_dh.h"
Include dependency graph for krylov_dh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void bicgstab_euclid (Mat_dh A, Euclid_dh ctx, double *x, double *b, int *itsOUT)
 
void cg_euclid (Mat_dh A, Euclid_dh ctx, double *x, double *b, int *itsOUT)
 

Function Documentation

void bicgstab_euclid ( Mat_dh  A,
Euclid_dh  ctx,
double *  x,
double *  b,
int *  itsOUT 
)

Definition at line 53 of file krylov_dh.c.

void cg_euclid ( Mat_dh  A,
Euclid_dh  ctx,
double *  x,
double *  b,
int *  itsOUT 
)

Definition at line 227 of file krylov_dh.c.