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

Go to the source code of this file.

Functions

static int CALL_API targ_extract_state (const struct RTOp_obj_type_vtbl_t *vtbl, const void *instance_data, void *obj, int num_values, RTOp_value_type value_data[], int num_indexes, RTOp_index_type index_data[], int num_chars, RTOp_char_type char_data[])
 
static int CALL_API targ_load_state (const struct RTOp_obj_type_vtbl_t *vtbl, const void *instance_data, int num_values, const RTOp_value_type value_data[], int num_indexes, const RTOp_index_type index_data[], int num_chars, const RTOp_char_type char_data[], void **obj)
 
static int RTOp_ROp_max_abs_ele_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 int reduce_reduct_objs (const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_ReductTarget in_reduct_obj, RTOp_ReductTarget inout_reduct_obj)
 
 INSERT_GET_REDUCT_OP_FUNCS (1, 1, 0, RTOp_value_index_type, reduce_reduct_objs, targ_load_state, targ_extract_state, external_reduct_op, get_reduct_op) const
 
int RTOp_ROp_max_abs_ele_construct (struct RTOp_RTOp *op)
 
int RTOp_ROp_max_abs_ele_destroy (struct RTOp_RTOp *op)
 
struct RTOp_value_index_type RTOp_ROp_max_abs_ele_val (RTOp_ReductTarget targ_obj)
 

Function Documentation

static int CALL_API targ_extract_state ( const struct RTOp_obj_type_vtbl_t vtbl,
const void instance_data,
void obj,
int  num_values,
RTOp_value_type  value_data[],
int  num_indexes,
RTOp_index_type  index_data[],
int  num_chars,
RTOp_char_type  char_data[] 
)
static

Definition at line 58 of file RTOp_ROp_max_abs_ele.c.

static int CALL_API targ_load_state ( const struct RTOp_obj_type_vtbl_t vtbl,
const void instance_data,
int  num_values,
const RTOp_value_type  value_data[],
int  num_indexes,
const RTOp_index_type  index_data[],
int  num_chars,
const RTOp_char_type  char_data[],
void **  obj 
)
static

Definition at line 83 of file RTOp_ROp_max_abs_ele.c.

static int RTOp_ROp_max_abs_ele_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 111 of file RTOp_ROp_max_abs_ele.c.

static int reduce_reduct_objs ( const struct RTOp_RTOp_vtbl_t vtbl,
const void obj_data,
RTOp_ReductTarget  in_reduct_obj,
RTOp_ReductTarget  inout_reduct_obj 
)
static

Definition at line 175 of file RTOp_ROp_max_abs_ele.c.

INSERT_GET_REDUCT_OP_FUNCS ( ,
,
,
RTOp_value_index_type  ,
reduce_reduct_objs  ,
targ_load_state  ,
targ_extract_state  ,
external_reduct_op  ,
get_reduct_op   
) const

Definition at line 198 of file RTOp_ROp_max_abs_ele.c.

int RTOp_ROp_max_abs_ele_construct ( struct RTOp_RTOp op)

Definition at line 216 of file RTOp_ROp_max_abs_ele.c.

int RTOp_ROp_max_abs_ele_destroy ( struct RTOp_RTOp op)

Definition at line 223 of file RTOp_ROp_max_abs_ele.c.

struct RTOp_value_index_type RTOp_ROp_max_abs_ele_val ( RTOp_ReductTarget  targ_obj)

Definition at line 231 of file RTOp_ROp_max_abs_ele.c.