MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
RTOp_TOp_add_scalar.c File Reference
#include "RTOp_TOp_add_scalar.h"
#include "RTOp_obj_value_vtbl.h"
#include "RTOp_obj_null_vtbl.h"
Include dependency graph for RTOp_TOp_add_scalar.c:

Go to the source code of this file.

Functions

static int RTOp_TOp_add_scalar_apply_op (const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, const int num_vecs, const struct RTOp_SubVector vecs[], const int num_targ_vecs, const struct RTOp_MutableSubVector targ_vecs[], RTOp_ReductTarget targ_obj)
 
int RTOp_TOp_add_scalar_construct (RTOp_value_type alpha, struct RTOp_RTOp *op)
 
int RTOp_TOp_add_scalar_destroy (struct RTOp_RTOp *op)
 
int RTOp_TOp_add_scalar_set_alpha (RTOp_value_type alpha, struct RTOp_RTOp *op)
 

Variables

const struct RTOp_RTOp_vtbl_t RTOp_TOp_add_scalar_vtbl
 

Function Documentation

static int RTOp_TOp_add_scalar_apply_op ( const struct RTOp_RTOp_vtbl_t vtbl,
const void obj_data,
const int  num_vecs,
const struct RTOp_SubVector  vecs[],
const int  num_targ_vecs,
const struct RTOp_MutableSubVector  targ_vecs[],
RTOp_ReductTarget  targ_obj 
)
static

Definition at line 50 of file RTOp_TOp_add_scalar.c.

int RTOp_TOp_add_scalar_construct ( RTOp_value_type  alpha,
struct RTOp_RTOp op 
)

Definition at line 108 of file RTOp_TOp_add_scalar.c.

int RTOp_TOp_add_scalar_destroy ( struct RTOp_RTOp op)

Definition at line 116 of file RTOp_TOp_add_scalar.c.

int RTOp_TOp_add_scalar_set_alpha ( RTOp_value_type  alpha,
struct RTOp_RTOp op 
)

Definition at line 123 of file RTOp_TOp_add_scalar.c.

Variable Documentation

const struct RTOp_RTOp_vtbl_t RTOp_TOp_add_scalar_vtbl
Initial value:
=
{
,"TOp_add_scalar"
,NULL
,NULL
,NULL
}
const struct RTOp_obj_type_vtbl_t RTOp_obj_null_vtbl
static int RTOp_TOp_add_scalar_apply_op(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, const int num_vecs, const struct RTOp_SubVector vecs[], const int num_targ_vecs, const struct RTOp_MutableSubVector targ_vecs[], RTOp_ReductTarget targ_obj)
const struct RTOp_obj_type_vtbl_t RTOp_obj_value_vtbl

Definition at line 95 of file RTOp_TOp_add_scalar.c.