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

Utility functions for automatic code generation. More...

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

Go to the source code of this file.

Functions

ghost_error ghost_autogen_kacz_nvecs (int **nvecs, int *n, int chunkheight, int nshifts)
 
ghost_error ghost_autogen_spmmv_nvecs (int **nvecs, int *n, int chunkheight)
 
int ghost_autogen_spmmv_next_nvecs (int desired_nvecs, int chunkheight)
 
ghost_error ghost_autogen_string_add (const char *func, const char *par)
 
const char * ghost_autogen_string ()
 
void ghost_autogen_set_missing ()
 
int ghost_autogen_missing ()
 

Detailed Description

Utility functions for automatic code generation.

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

Function Documentation

ghost_error ghost_autogen_kacz_nvecs ( int **  nvecs,
int *  n,
int  chunkheight,
int  nshifts 
)

Here is the call graph for this function:

int ghost_autogen_missing ( )
void ghost_autogen_set_missing ( )
int ghost_autogen_spmmv_next_nvecs ( int  desired_nvecs,
int  chunkheight 
)

Here is the call graph for this function:

ghost_error ghost_autogen_spmmv_nvecs ( int **  nvecs,
int *  n,
int  chunkheight 
)

Here is the call graph for this function:

const char* ghost_autogen_string ( )
ghost_error ghost_autogen_string_add ( const char *  func,
const char *  par 
)