#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
#include "bsmesh.h"
#include "egholed.h"
#include "g2blendingd.h"
#include "g2mblendingd.h"
#include "g2blprivated.h"
#include "g2mblprivated.h"
Defines | |
#define | EPS 1.0e-7 |
Functions | |
void | _g2mbl_Testfghd (void *data, char *fn) |
void | _g2mbl_GetHessianProfiled (void *data, int *nvars, int **hprof) |
void | _g2mbl_GetVariablePointOrder (void *data, int *nvcp, int **vncpi) |
void | _g2mbl_GetHessiand (void *data, int *nvars, int **hprof, int *hsize, double ***hrows, double ***lhrows) |
#define EPS 1.0e-7 |
void _g2mbl_GetHessiand | ( | void * | data, | |
int * | nvars, | |||
int ** | hprof, | |||
int * | hsize, | |||
double *** | hrows, | |||
double *** | lhrows | |||
) |
void _g2mbl_GetHessianProfiled | ( | void * | data, | |
int * | nvars, | |||
int ** | hprof | |||
) |
void _g2mbl_GetVariablePointOrder | ( | void * | data, | |
int * | nvcp, | |||
int ** | vncpi | |||
) |
void _g2mbl_Testfghd | ( | void * | data, | |
char * | fn | |||
) |