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
dmat41.cpp
Go to the documentation of this file.
1
/*
2
* $Id$
3
*
4
* Author: David Fournier
5
* Copyright (c) 2008-2012 Regents of the University of California
6
*/
11
#include "
fvar.hpp
"
12
17
void
banded_symmetric_dmatrix::initialize
(
void
)
18
{
19
for
(
int
i=
rowmin
();i<=
rowmax
();i++)
20
{
21
(*this)(i).
initialize
();
22
}
23
}
24
29
void
banded_lower_triangular_dmatrix::initialize
(
void
)
30
{
31
for
(
int
i=
rowmin
();i<=
rowmax
();i++)
32
{
33
(*this)(i).
initialize
();
34
}
35
}
banded_symmetric_dmatrix::rowmin
int rowmin(void) const
Definition:
fvar.hpp:8003
banded_lower_triangular_dmatrix::rowmin
int rowmin(void) const
Definition:
fvar.hpp:8139
banded_lower_triangular_dmatrix::rowmax
int rowmax(void) const
Definition:
fvar.hpp:8143
banded_lower_triangular_dmatrix::initialize
void initialize(void)
Description not yet available.
Definition:
dmat41.cpp:29
banded_symmetric_dmatrix::initialize
void initialize(void)
Description not yet available.
Definition:
dmat41.cpp:17
fvar.hpp
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
banded_symmetric_dmatrix::rowmax
int rowmax(void) const
Definition:
fvar.hpp:8007
Generated on Wed Sep 7 2022 00:01:27 for ADMB Documentation by
1.8.5