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

(Last Changed on February 17, 2022 for git-revision e9b921f3a6f970f4a53398d141831583cf8746df.)

Description not yet available. More...

#include "fvar.hpp"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>

Go to the source code of this file.

Macros

#define USE_BARD_PEN
 

Functions

double boundpin (const prevariable &xx, double fmin, double fmax, const double &s)
 Description not yet available. More...
 
double dmax (double, double)
 Returns the maximum of two numbers. More...
 
double dmin (double, double)
 Returns the minimum of two numbers. More...
 

Detailed Description

Description not yet available.

Definition in file scbound1.cpp.

Macro Definition Documentation

#define USE_BARD_PEN

Definition at line 23 of file scbound1.cpp.

Function Documentation

double boundpin ( const prevariable xx,
double  fmin,
double  fmax,
const double &  s 
)

Description not yet available.

Parameters

Definition at line 29 of file scbound1.cpp.

double dmax ( double  x,
double  y 
)

Returns the maximum of two numbers.

Parameters
xFirst number
ySecond number

Definition at line 505 of file boundfun.cpp.

double dmin ( double  x,
double  y 
)

Returns the minimum of two numbers.

Parameters
xFirst number
ySecond number

Definition at line 489 of file boundfun.cpp.