Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
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

◆ bicgstab_euclid()

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

Definition at line 53 of file krylov_dh.c.

◆ cg_euclid()

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

Definition at line 227 of file krylov_dh.c.