MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include "RTOp.h"
Go to the source code of this file.
One norm reduction operator class. | |
const struct RTOp_RTOp_vtbl_t | RTOp_ROp_norm_1_vtbl |
int | RTOp_ROp_norm_1_construct (struct RTOp_RTOp *op) |
RTOp_value_type | RTOp_ROp_norm_1_val (RTOp_ReductTarget targ_obj) |
Two (Euclidean) norm reduction operator class. | |
const struct RTOp_RTOp_vtbl_t | RTOp_ROp_norm_2_vtbl |
int | RTOp_ROp_norm_2_construct (struct RTOp_RTOp *op) |
RTOp_value_type | RTOp_ROp_norm_2_val (RTOp_ReductTarget targ_obj) |
Infinity norm reduction operator class. | |
const struct RTOp_RTOp_vtbl_t | RTOp_ROp_norm_inf_vtbl |
int | RTOp_ROp_norm_inf_construct (struct RTOp_RTOp *op) |
RTOp_value_type | RTOp_ROp_norm_inf_val (RTOp_ReductTarget targ_obj) |
int | RTOp_ROp_norm_destroy (struct RTOp_RTOp *op) |
Reduction operator classes for common norms.
Definition in file RTOp_ROp_norms.h.
int RTOp_ROp_norm_1_construct | ( | struct RTOp_RTOp * | op | ) |
Definition at line 109 of file RTOp_ROp_norms.c.
RTOp_value_type RTOp_ROp_norm_1_val | ( | RTOp_ReductTarget | targ_obj | ) |
Definition at line 116 of file RTOp_ROp_norms.c.
int RTOp_ROp_norm_2_construct | ( | struct RTOp_RTOp * | op | ) |
Definition at line 178 of file RTOp_ROp_norms.c.
RTOp_value_type RTOp_ROp_norm_2_val | ( | RTOp_ReductTarget | targ_obj | ) |
Definition at line 185 of file RTOp_ROp_norms.c.
int RTOp_ROp_norm_inf_construct | ( | struct RTOp_RTOp * | op | ) |
Definition at line 247 of file RTOp_ROp_norms.c.
RTOp_value_type RTOp_ROp_norm_inf_val | ( | RTOp_ReductTarget | targ_obj | ) |
Definition at line 254 of file RTOp_ROp_norms.c.
int RTOp_ROp_norm_destroy | ( | struct RTOp_RTOp * | op | ) |
Definition at line 264 of file RTOp_ROp_norms.c.
const struct RTOp_RTOp_vtbl_t RTOp_ROp_norm_1_vtbl |
Definition at line 98 of file RTOp_ROp_norms.c.
const struct RTOp_RTOp_vtbl_t RTOp_ROp_norm_2_vtbl |
Definition at line 167 of file RTOp_ROp_norms.c.
const struct RTOp_RTOp_vtbl_t RTOp_ROp_norm_inf_vtbl |
Definition at line 236 of file RTOp_ROp_norms.c.