MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RTOp_ROp_fraction_to_zero_boundary.h File Reference
#include "RTOp.h"
#include "RTOp_obj_value_vtbl.h"
Include dependency graph for RTOp_ROp_fraction_to_zero_boundary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

const struct RTOp_RTOp_vtbl_t RTOp_ROp_fraction_to_zero_boundary_vtbl
 
int RTOp_ROp_fraction_to_zero_boundary_construct (RTOp_value_type tau, struct RTOp_RTOp *op)
 
int RTOp_ROp_fraction_to_zero_boundary_destroy (struct RTOp_RTOp *op)
 
int RTOp_ROp_fraction_to_zero_boundary_init (RTOp_value_type tau, struct RTOp_RTOp *op)
 
RTOp_value_type RTOp_ROp_fraction_to_zero_boundary_val (RTOp_ReductTarget reduct_obj)
 

Detailed Description

element-wise reduction:
    alpha_max_ith = (v1 > 0) ? 1.0 : tau*v0/(-v1+1e-50);

This operator class implementation was created automatically by 'new_rtop.pl'.

ToDo: Write the documentation for this class!

Definition in file RTOp_ROp_fraction_to_zero_boundary.h.

Function Documentation

int RTOp_ROp_fraction_to_zero_boundary_construct ( RTOp_value_type  tau,
struct RTOp_RTOp op 
)

Definition at line 155 of file RTOp_ROp_fraction_to_zero_boundary.c.

int RTOp_ROp_fraction_to_zero_boundary_destroy ( struct RTOp_RTOp op)

Definition at line 166 of file RTOp_ROp_fraction_to_zero_boundary.c.

int RTOp_ROp_fraction_to_zero_boundary_init ( RTOp_value_type  tau,
struct RTOp_RTOp op 
)

Definition at line 174 of file RTOp_ROp_fraction_to_zero_boundary.c.

RTOp_value_type RTOp_ROp_fraction_to_zero_boundary_val ( RTOp_ReductTarget  reduct_obj)

Definition at line 180 of file RTOp_ROp_fraction_to_zero_boundary.c.

Variable Documentation

const struct RTOp_RTOp_vtbl_t RTOp_ROp_fraction_to_zero_boundary_vtbl

Definition at line 142 of file RTOp_ROp_fraction_to_zero_boundary.c.