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
ivec2.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
17
void
ivector::initialize
(
void
)
18
{
19
int
min
=
indexmin
();
20
int
max
=
indexmax
();
21
int
* pvi =
v
+
min
;
22
for
(
int
i = min; i <=
max
; ++i)
23
{
24
*pvi = 0;
25
++pvi;
26
}
27
}
min
#define min(a, b)
Definition:
cbivnorm.cpp:188
fvar.hpp
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
ivector::indexmin
int indexmin() const
Definition:
ivector.h:99
ivector::indexmax
int indexmax() const
Definition:
ivector.h:104
ivector::initialize
void initialize(void)
Description not yet available.
Definition:
ivec2.cpp:17
ivector::v
int * v
Definition:
ivector.h:55
max
#define max(a, b)
Definition:
cbivnorm.cpp:189
Generated on Wed Sep 7 2022 00:01:29 for ADMB Documentation by
1.8.5