GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
autogen.cpp File Reference
#include "ghost/config.h"
#include "ghost/autogen.h"
#include "ghost/util.h"
#include <string>
#include <vector>
#include <algorithm>
#include <map>
#include <set>
Include dependency graph for autogen.cpp:

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 ()
 

Variables

static map< string, set< string > > autogen_str_map
 
static string autogen_str
 
static int missingConfs = 0
 

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 
)

Variable Documentation

string autogen_str
static
map<string, set<string> > autogen_str_map
static
int missingConfs = 0
static