#include "math.h"
#include "stdlib.h"
#include "stdio.h"
#include "adolc.h"
#include "sparse/sparsedrivers.h"
#include <sys/time.h>
#include "ColPackHeaders.h"
#include <list>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Defines |
#define | repnum 10 |
#define | tag_f 1 |
#define | tag_red 2 |
#define | tag_HP 3 |
#define | tag_c 4 |
Functions |
double | k_getTime () |
void | init_dim (int *n, int *m) |
void | init_startpoint (double *x, int n) |
double | feval (double *x, int n) |
adouble | feval_ad (double *x, int n) |
void | ceval (double *x, double *c, int n) |
void | ceval_ad (double *x, adouble *c, int n) |
adouble | feval_ad_mod (double *x, int n) |
adouble | feval_ad_modHP (double *x, int n) |
void | printmat (char *kette, int n, int m, double **M) |
void | printmatint (char *kette, int n, int m, int **M) |
void | printmatint_c (char *kette, int m, unsigned int **M) |
int | main () |
Define Documentation
Function Documentation
void ceval |
( |
double * |
x, |
|
|
double * |
c, |
|
|
int |
n |
|
) |
| |
Definition at line 824 of file eval_fun_chem.c.
References cFEA, cFEB, h, kA, kB, kk, nde, ndis, nel, nex, nfe, nra, and omega.
Referenced by main().
void ceval_ad |
( |
double * |
x, |
|
|
adouble * |
c, |
|
|
int |
n |
|
) |
| |
Definition at line 1110 of file eval_fun_chem.c.
References cFEA, cFEB, h, kA, kB, kk, nde, ndis, nel, nex, nfe, nra, and omega.
Referenced by main().
double feval |
( |
double * |
x, |
|
|
int |
n |
|
) |
| |
Definition at line 199 of file eval_fun_chem.c.
References cFEA, cFEB, cstr, h, kA, kB, kk, nde, ndis, nel, nex, nfe, nra, and omega.
Referenced by main().
Definition at line 511 of file eval_fun_chem.c.
References cFEA, cFEB, cstr, h, kA, kB, kk, nde, ndis, nel, nex, nfe, nra, and omega.
Referenced by main().
Definition at line 59 of file sparse_jac_hess.cpp.
References ceval(), ceval_ad(), ColPack::f(), feval(), feval_ad(), ColPack::BipartiteGraphPartialColoringInterface::GetSeedMatrix(), init_dim(), init_startpoint(), k_getTime(), ColPack::BipartiteGraphPartialColoringInterface::PartialDistanceTwoColoring(), ColPack::JacobianRecovery1D::RecoverD2Cln_CoordinateFormat(), repnum, SRC_MEM_ADOLC, tag_c, and tag_f.
void printmat |
( |
char * |
kette, |
|
|
int |
n, |
|
|
int |
m, |
|
|
double ** |
M |
|
) |
| |
void printmatint |
( |
char * |
kette, |
|
|
int |
n, |
|
|
int |
m, |
|
|
int ** |
M |
|
) |
| |