H2Lib  3.0
hcoarsen.h
Go to the documentation of this file.
1 /* ------------------------------------------------------------
2  This is the file "hcoarsen.h" of the H2Lib package.
3  All rights reserved, Sven Christophersen 2014
4  ------------------------------------------------------------ */
5 
11 #ifndef HCOARSEN_H
12 #define HCOARSEN_H
13 
14 #include "harith.h"
15 
69 HEADER_PREFIX void
70 coarsen_hmatrix(phmatrix G, ptruncmode tm, real eps, bool recursive);
71 
76 #endif
Representation of -matrices.
Definition: hmatrix.h:49
Define different strategies used by various truncation and compression algorithms for hmatrices and h...
Definition: truncation.h:43
#define HEADER_PREFIX
Prefix for function declarations.
Definition: settings.h:43
double real
real floating point type.
Definition: settings.h:97
void coarsen_hmatrix(phmatrix G, ptruncmode tm, real eps, bool recursive)
Coarsen the block structure of a hmatrix.