ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dmat0.cpp
Go to the documentation of this file.
1 
5 #include "fvar.hpp"
6 
9 {
10  index_min = 1;
11  index_max = 0;
12  m = nullptr;
13  shape = nullptr;
14 }
17 {
18  allocate();
19 }
int index_min
Definition: fvar.hpp:2822
void allocate(void)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Definition: dmat0.cpp:8
dmatrix(void)
Default constructor.
Definition: dmat0.cpp:16
int index_max
Definition: fvar.hpp:2823
mat_shapex * shape
Definition: fvar.hpp:2825
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
dvector * m
Definition: fvar.hpp:2824