ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dmat41.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 
18 {
19  for (int i=rowmin();i<=rowmax();i++)
20  {
21  (*this)(i).initialize();
22  }
23 }
24 
30 {
31  for (int i=rowmin();i<=rowmax();i++)
32  {
33  (*this)(i).initialize();
34  }
35 }
int rowmin(void) const
Definition: fvar.hpp:8003
int rowmin(void) const
Definition: fvar.hpp:8139
int rowmax(void) const
Definition: fvar.hpp:8143
void initialize(void)
Description not yet available.
Definition: dmat41.cpp:29
void initialize(void)
Description not yet available.
Definition: dmat41.cpp:17
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
int rowmax(void) const
Definition: fvar.hpp:8007