ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
lmatrix (int, int) | |
lmatrix (int, int, int, int) | |
Description not yet available. More... | |
lmatrix (int, int, int, const ivector &) | |
Description not yet available. More... | |
lmatrix (int, int, const ivector &, const ivector &) | |
Description not yet available. More... | |
lmatrix (const ad_integer &nrl, const ad_integer &nrh, const index_type &ncl, const index_type &nch) | |
lmatrix (const lmatrix &) | |
Description not yet available. More... | |
lmatrix (const lmatrix_position &) | |
Description not yet available. More... | |
lmatrix (void) | |
Default constructor. More... | |
~lmatrix () | |
Destructor. More... | |
void | allocate (const lmatrix &dm) |
Description not yet available. More... | |
void | allocate (int nrl, int nrh, int ncl, int nch) |
Description not yet available. More... | |
void | allocate (int nrl, int nrh, int ncl, const ivector &nch) |
Description not yet available. More... | |
void | allocate (int nrl, int nrh, const ivector &ncl, const ivector &nch) |
Description not yet available. More... | |
void | allocate (const ad_integer &nrl, const ad_integer &nrh, const index_type &ncl, const index_type &nch) |
int | colmax (void) const |
int | colmin (void) const |
unsigned int | colsize () const |
void | deallocate () |
Description not yet available. More... | |
void | initialize (void) |
Description not yet available. More... | |
int | operator! (void) const |
lvector & | operator() (int i) |
AD_LONG_INT & | operator() (int i, int j) |
const lvector & | operator() (int i) const |
const AD_LONG_INT & | operator() (int i, int j) const |
lmatrix & | operator= (const lmatrix &t) |
Description not yet available. More... | |
lmatrix & | operator= (const imatrix &t) |
Description not yet available. More... | |
lvector & | operator[] (int i) |
const lvector & | operator[] (int i) const |
void | read_from (const istream &) |
void | read_from (const uistream &) |
lmatrix_position | restore_lmatrix_position (void) |
lmatrix | restore_lmatrix_value (const lmatrix_position &mpos) |
int | rowmax (void) const |
int | rowmin (void) const |
unsigned int | rowsize () const |
void | save_lmatrix_position (void) |
void | save_lmatrix_value (void) |
void | write_on (const ostream &) const |
void | write_on (const uostream &) const |
Protected Attributes | |
lvector * | m |
mat_shape * | shape |
Friends | |
char * | fform (const char *, const dmatrix &) |
class | i3_array |
lmatrix::lmatrix | ( | int | , |
int | |||
) |
lmatrix::lmatrix | ( | int | nrl, |
int | nrh, | ||
int | ncl, | ||
int | nch | ||
) |
lmatrix::lmatrix | ( | int | nrl, |
int | nrh, | ||
int | ncl, | ||
const ivector & | nch | ||
) |
lmatrix::lmatrix | ( | const ad_integer & | nrl, |
const ad_integer & | nrh, | ||
const index_type & | ncl, | ||
const index_type & | nch | ||
) |
lmatrix::lmatrix | ( | const lmatrix & | m2 | ) |
lmatrix::lmatrix | ( | const lmatrix_position & | pos | ) |
void lmatrix::allocate | ( | const lmatrix & | dm | ) |
void lmatrix::allocate | ( | int | nrl, |
int | nrh, | ||
int | ncl, | ||
int | nch | ||
) |
void lmatrix::allocate | ( | int | nrl, |
int | nrh, | ||
int | ncl, | ||
const ivector & | nch | ||
) |
void lmatrix::allocate | ( | const ad_integer & | nrl, |
const ad_integer & | nrh, | ||
const index_type & | ncl, | ||
const index_type & | nch | ||
) |
|
inline |
Definition at line 7588 of file fvar.hpp.
Referenced by allocate(), colsum(), column(), and operator=().
|
inline |
Definition at line 7584 of file fvar.hpp.
Referenced by allocate(), colsum(), column(), and operator=().
void lmatrix::deallocate | ( | void | ) |
Description not yet available.
Definition at line 168 of file lmat.cpp.
Referenced by ~lmatrix().
void lmatrix::initialize | ( | void | ) |
|
inline |
|
inline |
void lmatrix::read_from | ( | const istream & | ) |
void lmatrix::read_from | ( | const uistream & | ) |
lmatrix_position lmatrix::restore_lmatrix_position | ( | void | ) |
lmatrix lmatrix::restore_lmatrix_value | ( | const lmatrix_position & | mpos | ) |
|
inline |
Definition at line 7596 of file fvar.hpp.
Referenced by allocate(), colsum(), column(), initialize(), lmatrix(), operator<<(), operator=(), and operator>>().
|
inline |
Definition at line 7592 of file fvar.hpp.
Referenced by allocate(), colsum(), column(), deallocate(), initialize(), lmatrix(), operator<<(), operator=(), and operator>>().
|
inline |
Definition at line 7601 of file fvar.hpp.
Referenced by allocate(), and lmatrix().
void lmatrix::save_lmatrix_position | ( | void | ) |
void lmatrix::save_lmatrix_value | ( | void | ) |
void lmatrix::write_on | ( | const ostream & | ) | const |
void lmatrix::write_on | ( | const uostream & | ) | const |
|
friend |
|
protected |
Definition at line 7503 of file fvar.hpp.
Referenced by allocate(), deallocate(), lmatrix(), operator()(), operator=(), and operator[]().
|
protected |
Definition at line 7504 of file fvar.hpp.
Referenced by allocate(), colmax(), colmin(), colsize(), deallocate(), lmatrix(), operator!(), rowmax(), rowmin(), and rowsize().
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5 |