ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions
df1b2lp10.cpp File Reference

(* $Id$)

Description not yet available. More...

#include <admodel.h>
#include <df1b2fun.h>
#include <adrndeff.h>

Go to the source code of this file.

Functions

bool check_order (const ivector &v)
 Check if v is ordered from low to high.
int common (ivector &v, ivector &w)
 Check vectors v and w for single common value.
void report_calling_set (laplace_approximation_calculator *lapprox)
 Description not yet available.

Detailed Description

Description not yet available.

Definition in file df1b2lp10.cpp.


Function Documentation

bool check_order ( const ivector v)

Check if v is ordered from low to high.

Returns:
true if ordered, else false

Definition at line 39 of file df1b2lp10.cpp.

Referenced by common().

int common ( ivector v,
ivector w 
)

Check vectors v and w for single common value.

Returns:
1 if has a single common value, else 0.

Definition at line 58 of file df1b2lp10.cpp.

Description not yet available.

Parameters:

Definition at line 19 of file df1b2lp10.cpp.

Referenced by laplace_approximation_calculator::check_hessian_type2().