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

(* $Id$)

Description not yet available. More...

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

Go to the source code of this file.

Functions

void shape_check (const dvector &v1, const dvector &v2, const char *function_name)
 Determine if the lower and upper bounds of two evctors match in a specified function.

Detailed Description

Description not yet available.

Definition in file dvect18.cpp.


Function Documentation

void shape_check ( const dvector v1,
const dvector v2,
const char *  function_name 
)

Determine if the lower and upper bounds of two evctors match in a specified function.

Parameters:
v1a data vector
v2a data vector
function_nama pointer to the name of the function in question.

Definition at line 36 of file dvect18.cpp.

Referenced by pow().