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
dmat0.cpp
Go to the documentation of this file.
1
5
#include "
fvar.hpp
"
6
8
void
dmatrix::allocate
()
9
{
10
index_min
= 1;
11
index_max
= 0;
12
m
=
nullptr
;
13
shape
=
nullptr
;
14
}
16
dmatrix::dmatrix
()
17
{
18
allocate
();
19
}
dmatrix::index_min
int index_min
Definition:
fvar.hpp:2822
dmatrix::allocate
void allocate(void)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Definition:
dmat0.cpp:8
dmatrix::dmatrix
dmatrix(void)
Default constructor.
Definition:
dmat0.cpp:16
dmatrix::index_max
int index_max
Definition:
fvar.hpp:2823
dmatrix::shape
mat_shapex * shape
Definition:
fvar.hpp:2825
fvar.hpp
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
dmatrix::m
dvector * m
Definition:
fvar.hpp:2824
Generated on Wed Sep 7 2022 00:01:27 for ADMB Documentation by
1.8.5