| allocate(const lmatrix &dm) | lmatrix | |
| allocate(int nrl, int nrh, int ncl, int nch) | lmatrix | |
| allocate(int nrl, int nrh, int ncl, const ivector &nch) | lmatrix | |
| allocate(int nrl, int nrh, const ivector &ncl, const ivector &nch) | lmatrix | |
| allocate(const ad_integer &nrl, const ad_integer &nrh, const index_type &ncl, const index_type &nch) | lmatrix | |
| colmax(void) const | lmatrix | inline |
| colmin(void) const | lmatrix | inline |
| colsize() const | lmatrix | inline |
| deallocate() | lmatrix | |
| fform(const char *, const dmatrix &) | lmatrix | friend |
| i3_array class | lmatrix | friend |
| initialize(void) | lmatrix | |
| lmatrix(int, int) | lmatrix | |
| lmatrix(int, int, int, int) | lmatrix | |
| lmatrix(int, int, int, const ivector &) | lmatrix | |
| lmatrix(int, int, const ivector &, const ivector &) | lmatrix | |
| lmatrix(const ad_integer &nrl, const ad_integer &nrh, const index_type &ncl, const index_type &nch) | lmatrix | |
| lmatrix(const lmatrix &) | lmatrix | |
| lmatrix(const lmatrix_position &) | lmatrix | |
| lmatrix(void) | lmatrix | |
| m | lmatrix | protected |
| operator!(void) const | lmatrix | inline |
| operator()(int i) | lmatrix | inline |
| operator()(int i, int j) | lmatrix | inline |
| operator()(int i) const | lmatrix | inline |
| operator()(int i, int j) const | lmatrix | inline |
| operator=(const lmatrix &t) | lmatrix | |
| operator=(const imatrix &t) | lmatrix | |
| operator[](int i) | lmatrix | inline |
| operator[](int i) const | lmatrix | inline |
| read_from(const istream &) | lmatrix | |
| read_from(const uistream &) | lmatrix | |
| restore_lmatrix_position(void) | lmatrix | |
| restore_lmatrix_value(const lmatrix_position &mpos) | lmatrix | |
| rowmax(void) const | lmatrix | inline |
| rowmin(void) const | lmatrix | inline |
| rowsize() const | lmatrix | inline |
| save_lmatrix_position(void) | lmatrix | |
| save_lmatrix_value(void) | lmatrix | |
| shape | lmatrix | protected |
| write_on(const ostream &) const | lmatrix | |
| write_on(const uostream &) const | lmatrix | |
| ~lmatrix() | lmatrix | |