ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dmat18.cpp
Go to the documentation of this file.
1 
5 #include <fvar.hpp>
6 
17 {
18  dmatrix rows(indexes.indexmin(), indexes.indexmax(),
19  indexes.indexmin(), indexes.indexmax());
20 
21  for (int i = rows.rowmin(); i <= rows.rowmax(); ++i)
22  {
23  rows(i) = operator()(indexes(i))(indexes);
24  }
25  return rows;
26 }
dvector & operator()(int i)
Definition: fvar.hpp:3083
Array of integers(int) with indexes from index_min to indexmax.
Definition: ivector.h:50
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
int indexmin() const
Definition: ivector.h:99
int indexmax() const
Definition: ivector.h:104
Description not yet available.
Definition: fvar.hpp:2819