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

Go to the source code of this file.

Macros

#define max(a, b)   ( (a) > (b) ? (a) : (b) )
 
#define min(a, b)   ( (a) < (b) ? (a) : (b) )
 

Functions

static int RTOp_TOp_multiplier_step_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 reduct_obj)
 
int RTOp_TOp_multiplier_step_construct (RTOp_value_type mu, RTOp_value_type alpha, struct RTOp_RTOp *op)
 
int RTOp_TOp_multiplier_step_destroy (struct RTOp_RTOp *op)
 
int RTOp_TOp_multiplier_step_init (RTOp_value_type mu, RTOp_value_type alpha, struct RTOp_RTOp *op)
 

Variables

const struct RTOp_RTOp_vtbl_t RTOp_TOp_multiplier_step_vtbl
 

Macro Definition Documentation

#define max (   a,
 
)    ( (a) > (b) ? (a) : (b) )

Definition at line 52 of file RTOp_TOp_multiplier_step.c.

#define min (   a,
 
)    ( (a) < (b) ? (a) : (b) )

Definition at line 53 of file RTOp_TOp_multiplier_step.c.

Function Documentation

static int RTOp_TOp_multiplier_step_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  reduct_obj 
)
static

Definition at line 62 of file RTOp_TOp_multiplier_step.c.

int RTOp_TOp_multiplier_step_construct ( RTOp_value_type  mu,
RTOp_value_type  alpha,
struct RTOp_RTOp op 
)

Definition at line 152 of file RTOp_TOp_multiplier_step.c.

int RTOp_TOp_multiplier_step_destroy ( struct RTOp_RTOp op)

Definition at line 163 of file RTOp_TOp_multiplier_step.c.

int RTOp_TOp_multiplier_step_init ( RTOp_value_type  mu,
RTOp_value_type  alpha,
struct RTOp_RTOp op 
)

Definition at line 171 of file RTOp_TOp_multiplier_step.c.

Variable Documentation

const struct RTOp_RTOp_vtbl_t RTOp_TOp_multiplier_step_vtbl
Initial value:
=
{
,"TOp_multiplier_step"
,NULL
,NULL
,NULL
}
static int RTOp_TOp_multiplier_step_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 reduct_obj)
const struct RTOp_obj_type_vtbl_t RTOp_obj_value_value_vtbl
const struct RTOp_obj_type_vtbl_t RTOp_obj_null_vtbl

Definition at line 139 of file RTOp_TOp_multiplier_step.c.