Functions

pknum41f.c File Reference

#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "pkvaria.h"
#include "pknum.h"
Include dependency graph for pknum41f.c:

Functions

boolean pkn_PCGf (int n, void *usrdata, float *b, float *x, boolean(*multAx)(int n, void *usrdata, const float *x, float *Ax), boolean(*multQIx)(int n, void *usrdata, const float *x, float *Qix), int maxit, float eps, float delta, int *itm)

Function Documentation

boolean pkn_PCGf ( int  n,
void *  usrdata,
float *  b,
float *  x,
boolean(*)(int n, void *usrdata, const float *x, float *Ax)  multAx,
boolean(*)(int n, void *usrdata, const float *x, float *Qix)  multQIx,
int  maxit,
float  eps,
float  delta,
int *  itm 
)