GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Classes | Functions | Variables
compatibility_check.h File Reference
#include "context.h"
#include "sparsemat.h"
#include "densemat.h"
Include dependency graph for compatibility_check.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ghost_compatible_mat_vec
 
struct  ghost_compatible_vec_vec
 
struct  ghost_compatible_vec_init
 

Functions

ghost_error ghost_check_mat_vec_compatibility (ghost_compatible_mat_vec *data, ghost_context *ctx)
 
ghost_error ghost_check_vec_vec_compatibility (ghost_compatible_vec_vec *data)
 
ghost_error ghost_check_vec_init_compatibility (ghost_compatible_vec_init *data)
 

Variables

const ghost_compatible_mat_vec GHOST_COMPATIBLE_MAT_VEC_INITIALIZER
 
const ghost_compatible_vec_vec GHOST_COMPATIBLE_VEC_VEC_INITIALIZER
 
const ghost_compatible_vec_init GHOST_COMPATIBLE_VEC_INIT_INITIALIZER
 

Function Documentation

ghost_error ghost_check_mat_vec_compatibility ( ghost_compatible_mat_vec data,
ghost_context ctx 
)
ghost_error ghost_check_vec_init_compatibility ( ghost_compatible_vec_init data)

Here is the call graph for this function:

ghost_error ghost_check_vec_vec_compatibility ( ghost_compatible_vec_vec data)

Variable Documentation

const ghost_compatible_mat_vec GHOST_COMPATIBLE_MAT_VEC_INITIALIZER
const ghost_compatible_vec_init GHOST_COMPATIBLE_VEC_INIT_INITIALIZER
const ghost_compatible_vec_vec GHOST_COMPATIBLE_VEC_VEC_INITIALIZER