ADMB Documentation
-a65f1c97
Main Page
Function Reference
Classes
Source Code
Related Pages
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
linad99
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
23
void
vector_shape::shift
(
int
min
)
24
{
25
index_max
=
index_max
-
index_min
+
min
;
26
index_min
=
min
;
27
}
28
33
void
vector_shapex::shift
(
int
min
)
34
{
35
index_max
=
index_max
-
index_min
+
min
;
36
index_min
=
min
;
37
}
vector_shape::index_max
int index_max
Definition:
fvar.hpp:525
vector_shape::index_min
int index_min
Definition:
fvar.hpp:524
vector_shape::shift
void shift(int min)
Description not yet available.
Definition:
shape.cpp:23
min
#define min(a, b)
Definition:
cbivnorm.cpp:188
fvar.hpp
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
vector_shapex::index_min
int index_min
Minimum valid subscript.
Definition:
vector_shapex.h:70
vector_shapex::index_max
int index_max
Maximum valid subscript.
Definition:
vector_shapex.h:71
vector_shapex::shift
void shift(int min)
Description not yet available.
Definition:
shape.cpp:33
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by
1.8.5