ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
c_ghk.cpp File Reference

(Last Changed on January 24, 2022 for git-revision 74757431d83636e29cb5726a0bcd75902dacd0d9.)

#include "fvar.hpp"

Go to the source code of this file.

Functions

double ghk (const dvector &lower, const dvector &upper, const dmatrix &Sigma, const dmatrix &eps)
 Description not yet available. More...
 
double ghk (const dvector &lower, const dvector &upper, const dmatrix &Sigma, const dmatrix &eps, int _i)
 Description not yet available. More...
 
void ghk_test (const dmatrix &eps, int i)
 Description not yet available. More...
 

Detailed Description

Author
David Fournier

Definition in file c_ghk.cpp.

Function Documentation

double ghk ( const dvector lower,
const dvector upper,
const dmatrix Sigma,
const dmatrix eps 
)

Description not yet available.

Parameters

Definition at line 12 of file c_ghk.cpp.

double ghk ( const dvector lower,
const dvector upper,
const dmatrix Sigma,
const dmatrix eps,
int  _i 
)

Description not yet available.

Parameters

Definition at line 71 of file c_ghk.cpp.

void ghk_test ( const dmatrix eps,
int  i 
)

Description not yet available.

Parameters

Definition at line 51 of file c_ghk.cpp.

Referenced by ghk().