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

Go to the source code of this file.

Functions

static int explnlp2_c_eval_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)
 
int RTOp_TOp_explnlp2_c_eval_construct (struct RTOp_RTOp *op)
 
int RTOp_TOp_explnlp2_c_eval_destroy (struct RTOp_RTOp *op)
 
static int explnlp2_calc_py_D_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)
 
int RTOp_TOp_explnlp2_calc_py_D_construct (int task, struct RTOp_RTOp *op)
 
int RTOp_TOp_explnlp2_calc_py_D_set_task (int task, struct RTOp_RTOp *op)
 
int RTOp_TOp_explnlp2_calc_py_D_destroy (struct RTOp_RTOp *op)
 

Variables

const struct RTOp_RTOp_vtbl_t RTOp_TOp_explnlp2_c_eval_vtbl
 
const struct RTOp_RTOp_vtbl_t RTOp_TOp_explnlp2_calc_py_D_vtbl
 

Function Documentation

static int explnlp2_c_eval_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

Definition at line 51 of file ExampleNLPDirectRTOps.c.

static int explnlp2_calc_py_D_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

Definition at line 143 of file ExampleNLPDirectRTOps.c.