lmatrix Class Reference
#include <fvar.hpp>
List of all members.
|
Public Member Functions |
| int | operator! (void) const |
| | lmatrix (int, int) |
| | lmatrix (int, int, int, int) |
| | lmatrix (int, int, int, const ivector &) |
| | lmatrix (int, int, const ivector &, const ivector &) |
| | lmatrix (const ad_integer &nrl, const ad_integer &nrh, const index_type &ncl, const index_type &nch) |
| lmatrix & | operator= (const lmatrix &t) |
| lmatrix & | operator= (const imatrix &t) |
| | lmatrix (const lmatrix &) |
| | lmatrix (const lmatrix_position &) |
| | lmatrix (void) |
| | ~lmatrix () |
| void | save_lmatrix_value (void) |
| void | save_lmatrix_position (void) |
| lmatrix | restore_lmatrix_value (const lmatrix_position &mpos) |
| lmatrix_position | restore_lmatrix_position (void) |
| void | allocate (const lmatrix &dm) |
| void | allocate (int nrl, int nrh, int ncl, int nch) |
| void | allocate (int nrl, int nrh, int ncl, const ivector &nch) |
| void | allocate (int nrl, int nrh, const ivector &ncl, const ivector &nch) |
| void | allocate (const ad_integer &nrl, const ad_integer &nrh, const index_type &ncl, const index_type &nch) |
| void | deallocate () |
| lvector & | operator[] (int) |
| lvector & | operator() (int) |
| long int & | operator() (int, int) |
| const lvector & | operator[] (int) const |
| const lvector & | operator() (int) const |
| const long int & | operator() (int, int) const |
| int | colmin (void) const |
| int | colmax (void) const |
| int | rowmin (void) const |
| int | rowmax (void) const |
| int | rowsize () const |
| int | colsize () const |
| void | write_on (const ostream &) const |
| void | write_on (const uostream &) const |
| void | read_from (const istream &) |
| void | read_from (const uistream &) |
| void | initialize (void) |
Protected Attributes |
| lvector * | m |
| mat_shape * | shape |
Friends |
| class | i3_array |
| char * | fform (const char *, const dmatrix &) |
Constructor & Destructor Documentation
| lmatrix::lmatrix |
( |
int |
, |
|
|
int |
| |
|
) |
| | |
| lmatrix::lmatrix |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
| |
|
) |
| | |
| lmatrix::lmatrix |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
const ivector & |
| |
|
) |
| | |
| lmatrix::lmatrix |
( |
const lmatrix & |
|
) |
|
| lmatrix::lmatrix |
( |
void |
|
) |
|
Member Function Documentation
| int lmatrix::operator! |
( |
void |
|
) |
const [inline] |
| void lmatrix::save_lmatrix_value |
( |
void |
|
) |
|
| void lmatrix::save_lmatrix_position |
( |
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::deallocate |
( |
|
) |
|
| lvector& lmatrix::operator[] |
( |
int |
|
) |
|
| lvector& lmatrix::operator() |
( |
int |
|
) |
|
| long int& lmatrix::operator() |
( |
int |
, |
|
|
int |
| |
|
) |
| | |
| const lvector& lmatrix::operator[] |
( |
int |
|
) |
const |
| const lvector& lmatrix::operator() |
( |
int |
|
) |
const |
| const long int& lmatrix::operator() |
( |
int |
, |
|
|
int |
| |
|
) |
| | const |
| int lmatrix::colmin |
( |
void |
|
) |
const [inline] |
| int lmatrix::colmax |
( |
void |
|
) |
const [inline] |
| int lmatrix::rowmin |
( |
void |
|
) |
const [inline] |
| int lmatrix::rowmax |
( |
void |
|
) |
const [inline] |
| int lmatrix::rowsize |
( |
void |
|
) |
const [inline] |
| int lmatrix::colsize |
( |
void |
|
) |
const [inline] |
| void lmatrix::write_on |
( |
const ostream & |
|
) |
const |
| void lmatrix::write_on |
( |
const uostream & |
|
) |
const |
| void lmatrix::read_from |
( |
const istream & |
|
) |
|
| void lmatrix::read_from |
( |
const uistream & |
|
) |
|
| void lmatrix::initialize |
( |
void |
|
) |
|
Friends And Related Function Documentation
| char* fform |
( |
const char * |
, |
|
|
const dmatrix & |
| |
|
) |
| | [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: