MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include "RTOp_ROp_max_near_feas_step.h"
#include "RTOp_obj_value_vtbl.h"
#include "RTOp_obj_free_free.h"
#include "RTOp_get_reduct_op.hpp"
#include <stdlib.h>
Go to the source code of this file.
Functions | |
static int | get_targ_type_num_entries (const struct RTOp_obj_type_vtbl_t *vtbl, const void *obj_data, int *num_values, int *num_indexes, int *num_chars) |
static int | targ_obj_create (const struct RTOp_obj_type_vtbl_t *vtbl, const void *obj_data, RTOp_ReductTarget *targ_obj) |
static int | targ_obj_reinit (const struct RTOp_obj_type_vtbl_t *vtbl, const void *obj_data, RTOp_ReductTarget targ_obj) |
static int | targ_extract_state (const struct RTOp_obj_type_vtbl_t *vtbl, const void *obj_data, void *reduct_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 | targ_load_state (const struct RTOp_obj_type_vtbl_t *vtbl, const void *obj_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 **reduct_obj) |
static int | RTOp_ROp_max_near_feas_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 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 (2, 0, 0, RTOp_ROp_max_near_feas_step_reduct_obj_t, reduce_reduct_objs, targ_load_state, targ_extract_state, external_reduct_op, get_reduct_op) const | |
int | RTOp_ROp_max_near_feas_step_construct (RTOp_value_type beta, struct RTOp_RTOp *op) |
int | RTOp_ROp_max_near_feas_step_destroy (struct RTOp_RTOp *op) |
int | RTOp_ROp_max_near_feas_step_set_beta (RTOp_value_type beta, struct RTOp_RTOp *op) |
struct RTOp_ROp_max_near_feas_step_reduct_obj_t | RTOp_ROp_max_near_feas_step_val (RTOp_ReductTarget targ_obj) |
Variables | |
static const struct RTOp_obj_type_vtbl_t | targ_obj_vtbl |
|
static |
Definition at line 57 of file RTOp_ROp_max_near_feas_step.c.
|
static |
Definition at line 71 of file RTOp_ROp_max_near_feas_step.c.
|
static |
Definition at line 80 of file RTOp_ROp_max_near_feas_step.c.
|
static |
Definition at line 91 of file RTOp_ROp_max_near_feas_step.c.
|
static |
Definition at line 117 of file RTOp_ROp_max_near_feas_step.c.
|
static |
Definition at line 155 of file RTOp_ROp_max_near_feas_step.c.
|
static |
Definition at line 255 of file RTOp_ROp_max_near_feas_step.c.
INSERT_GET_REDUCT_OP_FUNCS | ( | 2 | , |
0 | , | ||
0 | , | ||
RTOp_ROp_max_near_feas_step_reduct_obj_t | , | ||
reduce_reduct_objs | , | ||
targ_load_state | , | ||
targ_extract_state | , | ||
external_reduct_op | , | ||
get_reduct_op | |||
) | const |
Definition at line 270 of file RTOp_ROp_max_near_feas_step.c.
int RTOp_ROp_max_near_feas_step_construct | ( | RTOp_value_type | beta, |
struct RTOp_RTOp * | op | ||
) |
Definition at line 289 of file RTOp_ROp_max_near_feas_step.c.
int RTOp_ROp_max_near_feas_step_destroy | ( | struct RTOp_RTOp * | op | ) |
Definition at line 297 of file RTOp_ROp_max_near_feas_step.c.
int RTOp_ROp_max_near_feas_step_set_beta | ( | RTOp_value_type | beta, |
struct RTOp_RTOp * | op | ||
) |
Definition at line 304 of file RTOp_ROp_max_near_feas_step.c.
struct RTOp_ROp_max_near_feas_step_reduct_obj_t RTOp_ROp_max_near_feas_step_val | ( | RTOp_ReductTarget | targ_obj | ) |
Definition at line 311 of file RTOp_ROp_max_near_feas_step.c.
|
static |
Definition at line 143 of file RTOp_ROp_max_near_feas_step.c.