ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
lmat3.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 #ifdef __TURBOC__
13  #pragma hdrstop
14 #endif
15 
21 {
22  for (int i=rowmin();i<=rowmax();i++)
23  {
24  (*this)(i).initialize();
25  }
26 }
void initialize(void)
Description not yet available.
Definition: lmat3.cpp:20
int rowmax(void) const
Definition: fvar.hpp:7596
int rowmin(void) const
Definition: fvar.hpp:7592
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.