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

Go to the source code of this file.

Functions

static int RTOp_ROp_max_step_reduct_obj_reinit (const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_ReductTarget reduct_obj)
 
static int ROp_max_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_ROp_max_step_construct (RTOp_value_type beta, struct RTOp_RTOp *op)
 
int RTOp_ROp_max_step_destroy (struct RTOp_RTOp *op)
 
int RTOp_ROp_max_step_set_beta (RTOp_value_type beta, struct RTOp_RTOp *op)
 
RTOp_value_type RTOp_ROp_max_step_val (RTOp_ReductTarget reduct_obj)
 

Variables

const struct RTOp_RTOp_vtbl_t RTOp_ROp_max_step_vtbl
 
RTOp_value_type RTOp_ROp_max_step_inf = +1e+50
 

Function Documentation

static int RTOp_ROp_max_step_reduct_obj_reinit ( const struct RTOp_RTOp_vtbl_t vtbl,
const void obj_data,
RTOp_ReductTarget  reduct_obj 
)
static

Definition at line 50 of file RTOp_ROp_max_step.c.

static int ROp_max_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 58 of file RTOp_ROp_max_step.c.

int RTOp_ROp_max_step_construct ( RTOp_value_type  beta,
struct RTOp_RTOp op 
)

Definition at line 103 of file RTOp_ROp_max_step.c.

int RTOp_ROp_max_step_destroy ( struct RTOp_RTOp op)

Definition at line 111 of file RTOp_ROp_max_step.c.

int RTOp_ROp_max_step_set_beta ( RTOp_value_type  beta,
struct RTOp_RTOp op 
)

Definition at line 118 of file RTOp_ROp_max_step.c.

RTOp_value_type RTOp_ROp_max_step_val ( RTOp_ReductTarget  reduct_obj)

Definition at line 126 of file RTOp_ROp_max_step.c.

Variable Documentation

const struct RTOp_RTOp_vtbl_t RTOp_ROp_max_step_vtbl
Initial value:
=
{
,"ROp_max_step"
}
int RTOp_get_reduct_min_value_op(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_reduct_op_func_ptr_t *reduct_op_func_ptr)
int RTOp_reduct_min_value(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_ReductTarget in_targ_obj, RTOp_ReductTarget inout_targ_obj)
static int RTOp_ROp_max_step_reduct_obj_reinit(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_ReductTarget reduct_obj)
static int ROp_max_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_vtbl

Definition at line 90 of file RTOp_ROp_max_step.c.

RTOp_value_type RTOp_ROp_max_step_inf = +1e+50

Definition at line 124 of file RTOp_ROp_max_step.c.