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
imat6.cpp
Go to the documentation of this file.
1
5
#include "
fvar.hpp
"
6
12
void
imatrix::allocate
(
const
imatrix
& other)
13
{
14
allocate
(other.
rowmin
(), other.
rowmax
());
15
for
(
int
i =
rowmin
(); i <=
rowmax
(); ++i)
16
{
17
elem
(i).
allocate
(other(i));
18
}
19
}
imatrix::elem
ivector & elem(int i)
Definition:
imatrix.h:233
imatrix::allocate
void allocate(void)
Does not allocate, but initializes imatrix members.
Definition:
imat.cpp:138
imatrix
Description not yet available.
Definition:
imatrix.h:69
imatrix::rowmin
int rowmin() const
Definition:
imatrix.h:146
fvar.hpp
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
imatrix::rowmax
int rowmax() const
Definition:
imatrix.h:150
ivector::allocate
void allocate(const ad_integer &ncl, const index_type &ncu)
Allocate vector of integers with dimension [_ncl to _nch].
Definition:
indextyp.cpp:488
Generated on Wed Sep 7 2022 00:01:29 for ADMB Documentation by
1.8.5