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

(Last Changed on October 01, 2014 for git-revision e59c7d669b1b44a5399cfb7e6e5d4ff721b7b574.)

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. More...
 
int common (ivector &v, ivector &w)
 Check vectors v and w for single common value. More...
 
void report_calling_set (laplace_approximation_calculator *lapprox)
 Description not yet available. More...
 

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.

void report_calling_set ( laplace_approximation_calculator lapprox)

Description not yet available.

Parameters

Definition at line 19 of file df1b2lp10.cpp.

Referenced by laplace_approximation_calculator::check_hessian_type2().