GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
carp.h File Reference

The CARP (component-averaged row projection) method. More...

#include "error.h"
#include "sparsemat.h"
#include "densemat.h"
Include dependency graph for carp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ghost_error ghost_carp (ghost_sparsemat *mat, ghost_densemat *x, ghost_densemat *b, ghost_carp_opts opts)
 
ghost_error ghost_carp_rb (ghost_sparsemat *mat, ghost_densemat *x, ghost_densemat *b, void *omega, int flag_rb)
 

Detailed Description

The CARP (component-averaged row projection) method.

Author
Moritz Kreutzer morit.nosp@m.z.kr.nosp@m.eutze.nosp@m.r@fa.nosp@m.u.de

Function Documentation

ghost_error ghost_carp ( ghost_sparsemat mat,
ghost_densemat x,
ghost_densemat b,
ghost_carp_opts  opts 
)
ghost_error ghost_carp_rb ( ghost_sparsemat mat,
ghost_densemat x,
ghost_densemat b,
void *  omega,
int  flag_rb 
)