ADMB Documentation
-a65f1c97
Main Page
Function Reference
Classes
Source Code
Related Pages
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
linad99
d3arr10.cpp
Go to the documentation of this file.
1
6
#include "
fvar.hpp
"
7
11
void
d3_array::allocate
()
12
{
13
shape
= NULL;
14
t
= NULL;
15
}
16
20
d3_array::d3_array
()
21
{
22
allocate
();
23
}
d3_array::allocate
void allocate(void)
Does NOT allocate, but initializes empty d3_array.
Definition:
d3arr10.cpp:11
d3_array::shape
three_array_shape * shape
Definition:
fvar.hpp:3730
d3_array::t
dmatrix * t
Definition:
fvar.hpp:3729
d3_array::d3_array
d3_array(void)
Default constructor.
Definition:
d3arr10.cpp:20
fvar.hpp
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Generated on Wed Sep 7 2022 00:01:26 for ADMB Documentation by
1.8.5