Public Member Functions | |
df1b2matrix_pair (const df1b2matrix &_a, const df1b2matrix &_b) | |
df1b2matrix | get_a (void) |
df1b2matrix | get_b (void) |
Private Attributes | |
df1b2matrix | a |
df1b2matrix | b |
ivector | index |
Definition at line 14 of file f1b2lndt.cpp.
df1b2matrix_pair::df1b2matrix_pair | ( | const df1b2matrix & | _a, |
const df1b2matrix & | _b | ||
) |
Definition at line 151 of file f1b2lndt.cpp.
df1b2matrix df1b2matrix_pair::get_a | ( | void | ) | [inline] |
Definition at line 21 of file f1b2lndt.cpp.
Referenced by solve().
df1b2matrix df1b2matrix_pair::get_b | ( | void | ) | [inline] |
Definition at line 22 of file f1b2lndt.cpp.
df1b2matrix df1b2matrix_pair::a [private] |
Definition at line 16 of file f1b2lndt.cpp.
Referenced by get_a().
df1b2matrix df1b2matrix_pair::b [private] |
Definition at line 17 of file f1b2lndt.cpp.
Referenced by get_b().
ivector df1b2matrix_pair::index [private] |
Definition at line 18 of file f1b2lndt.cpp.
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |