Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
lmatrix (int, int) | |
lmatrix (int, int, int, int) | |
Description not yet available. | |
lmatrix (int, int, int, const ivector &) | |
Description not yet available. | |
lmatrix (int, int, const ivector &, const ivector &) | |
Description not yet available. | |
lmatrix (const ad_integer &nrl, const ad_integer &nrh, const index_type &ncl, const index_type &nch) | |
lmatrix (const lmatrix &) | |
Description not yet available. | |
lmatrix (const lmatrix_position &) | |
Description not yet available. | |
lmatrix (void) | |
Default constructor. | |
~lmatrix () | |
Destructor. | |
void | allocate (const lmatrix &dm) |
Description not yet available. | |
void | allocate (int nrl, int nrh, int ncl, int nch) |
Description not yet available. | |
void | allocate (int nrl, int nrh, int ncl, const ivector &nch) |
Description not yet available. | |
void | allocate (int nrl, int nrh, const ivector &ncl, const ivector &nch) |
Description not yet available. | |
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. | |
void | initialize (void) |
Description not yet available. | |
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. | |
lmatrix & | operator= (const imatrix &t) |
Description not yet available. | |
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 | ( | int | nrl, |
int | nrh, | ||
const ivector & | 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 | ) |
lmatrix::lmatrix | ( | void | ) |
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 | ( | int | nrl, |
int | nrh, | ||
const ivector & | ncl, | ||
const ivector & | nch | ||
) |
void lmatrix::allocate | ( | const ad_integer & | nrl, |
const ad_integer & | nrh, | ||
const index_type & | ncl, | ||
const index_type & | nch | ||
) |
int lmatrix::colmax | ( | void | ) | const [inline] |
Definition at line 7382 of file fvar.hpp.
Referenced by allocate(), colsum(), column(), and operator=().
int lmatrix::colmin | ( | void | ) | const [inline] |
Definition at line 7378 of file fvar.hpp.
Referenced by allocate(), colsum(), column(), and operator=().
unsigned int lmatrix::colsize | ( | void | ) | const [inline] |
void lmatrix::deallocate | ( | void | ) |
Description not yet available.
Definition at line 168 of file lmat.cpp.
Referenced by ~lmatrix().
void lmatrix::initialize | ( | void | ) |
int lmatrix::operator! | ( | void | ) | const [inline] |
AD_LONG_INT& lmatrix::operator() | ( | int | i, |
int | j | ||
) | [inline] |
const lvector& lmatrix::operator() | ( | int | i | ) | const [inline] |
const AD_LONG_INT& lmatrix::operator() | ( | int | i, |
int | j | ||
) | const [inline] |
const lvector& lmatrix::operator[] | ( | int | i | ) | const [inline] |
void lmatrix::read_from | ( | const istream & | ) |
void lmatrix::read_from | ( | const uistream & | ) |
lmatrix lmatrix::restore_lmatrix_value | ( | const lmatrix_position & | mpos | ) |
int lmatrix::rowmax | ( | void | ) | const [inline] |
Definition at line 7390 of file fvar.hpp.
Referenced by allocate(), colsum(), column(), initialize(), lmatrix(), operator<<(), operator=(), and operator>>().
int lmatrix::rowmin | ( | void | ) | const [inline] |
Definition at line 7386 of file fvar.hpp.
Referenced by allocate(), colsum(), column(), deallocate(), initialize(), lmatrix(), operator<<(), operator=(), and operator>>().
unsigned int lmatrix::rowsize | ( | void | ) | const [inline] |
Definition at line 7395 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 |
lvector* lmatrix::m [protected] |
Definition at line 7297 of file fvar.hpp.
Referenced by allocate(), deallocate(), lmatrix(), operator()(), operator=(), and operator[]().
mat_shape* lmatrix::shape [protected] |
Definition at line 7298 of file fvar.hpp.
Referenced by allocate(), colmax(), colmin(), colsize(), deallocate(), lmatrix(), operator!(), rowmax(), rowmin(), and rowsize().
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |