|
MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include "RTOp.h"

Go to the source code of this file.
Reduction operator for finding the maximum step for feasibility. | |
This is a specialized reduction operation that is used in many optimization methods to find the maximum step length This operator is defined to allow exactly two vector arguments ( | |
| const struct RTOp_RTOp_vtbl_t | RTOp_ROp_max_step_vtbl |
| RTOp_value_type | RTOp_ROp_max_step_inf |
| 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) |
| 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.
| const struct RTOp_RTOp_vtbl_t RTOp_ROp_max_step_vtbl |
Definition at line 90 of file RTOp_ROp_max_step.c.
| RTOp_value_type RTOp_ROp_max_step_inf |
Definition at line 124 of file RTOp_ROp_max_step.c.
1.8.6