ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
shape.cpp
Go to the documentation of this file.
1 /*
2  * $Id$
3  *
4  * Author: David Fournier
5  * Copyright (c) 2008-2012 Regents of the University of California
6  */
11 #include "fvar.hpp"
12  /*
13  void vector_shapex::operator delete(void * ptr,size_t n)
14  {
15  xpool->free(ptr);
16  }
17  */
18 
24 {
26  index_min=min;
27 }
28 
34 {
36  index_min=min;
37 }
int index_max
Definition: fvar.hpp:525
int index_min
Definition: fvar.hpp:524
void shift(int min)
Description not yet available.
Definition: shape.cpp:23
#define min(a, b)
Definition: cbivnorm.cpp:188
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
int index_min
Minimum valid subscript.
Definition: vector_shapex.h:70
int index_max
Maximum valid subscript.
Definition: vector_shapex.h:71
void shift(int min)
Description not yet available.
Definition: shape.cpp:33