ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
d3arr10.cpp
Go to the documentation of this file.
1 
6 #include "fvar.hpp"
7 
12 {
13  shape = NULL;
14  t = NULL;
15 }
16 
21 {
22  allocate();
23 }
void allocate(void)
Does NOT allocate, but initializes empty d3_array.
Definition: d3arr10.cpp:11
three_array_shape * shape
Definition: fvar.hpp:3730
dmatrix * t
Definition: fvar.hpp:3729
d3_array(void)
Default constructor.
Definition: d3arr10.cpp:20
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.