#include <table.h>
Public Methods | |
| real_matrix (const int n=DEFAULT_MATRIX_SIZE) | |
| real_matrix (const int n, const v_index_mode t) | |
| real_matrix (const int n, const int m) | |
| real_matrix (const int n, const int m, const v_index_mode t) | |
| real_matrix (const int n, const int m, const v_index_mode tl, const v_index_mode tr) | |
| real_matrix (const real_matrix &B) | |
| real_matrix (const real_vector &v) | |
| real_matrix (const datafile &D) | |
| ~real_matrix (void) | |
| int | Lminindex (void) const |
| int | Lmaxindex (void) const |
| int | Lmaxindex (const int n) |
| int | Rminindex (void) const |
| int | Rmaxindex (void) const |
| int | Rmaxindex (const int n) |
| int | minindex (void) const |
| int | maxindex (void) const |
| int | maxindex (int n) |
| int | maximize (void) |
| int | is_empty () const |
| real_matrix& | make_empty () |
| double | read (const int i, const int j) const |
| double& | get (const int i, const int j) |
| const double& | get (const int i, const int j) const |
| double* const& | operator[] (const int i) |
| const double* const& | operator[] (const int i) const |
| real_matrix& | reindex (const v_index_mode, const v_index_mode) |
| real_matrix& | reallocate (const int n, const int m, const v_index_mode tl, const v_index_mode tr) |
| real_matrix& | reallocate (const int n) |
| real_matrix& | reallocate (const int n, const int m) |
| real_matrix& | resize (const int Lmax, const int Rmax) |
| real_matrix& | resize (const int Max) |
| real_matrix& | resize (const real_matrix &B) |
| real_matrix& | resize (const complex_matrix &B) |
| real_matrix& | copy (const real_matrix &B) |
| real_matrix& | operator= (const real_matrix &B) |
| real_matrix& | operator= (const datafile &D) |
| real_matrix& | clean (void) |
| real_matrix& | fill (const double s) |
| real_matrix& | operator= (const double s) |
| real_matrix& | fillall (const double s) |
| real_matrix& | fillrow (const int n, const real_vector &v) |
| real_matrix& | fillcol (const int n, const real_vector &v) |
| real_matrix& | diagonal (const double s) |
| real_matrix& | rowswap (const int n, const int m) |
| real_matrix& | apply (double(*f)(double)) |
| real_matrix& | apply (double(*f)(const double &)) |
| real_matrix& | apply (double(*f)(double, int, int)) |
| real_matrix& | apply (double(*f)(const double &, int, int)) |
| real_matrix& | operator+= (const double s) |
| real_matrix& | operator-= (const double s) |
| real_matrix& | operator *= (const double s) |
| real_matrix& | operator/= (const double s) |
| real_matrix& | operator+= (const real_matrix &B) |
| real_matrix& | operator-= (const real_matrix &B) |
| real_matrix& | add (const real_matrix &B, const real_matrix &C) |
| real_matrix& | sub (const real_matrix &B, const real_matrix &C) |
| real_matrix& | real (const complex_matrix &B) |
| real_matrix& | imaginary (const complex_matrix &B) |
| real_matrix& | show (ostream &) |
| real_matrix& | show (void) |
| const real_matrix& | show (ostream &) const |
| const real_matrix& | show (void) const |
Public Attributes | |
| const int& | Lsize |
| const int& | Rsize |
| const v_index_mode& | Lmode |
| const v_index_mode& | Rmode |
Static Public Methods | |
| string | out_separator () |
| string | out_separator (const string &) |
| string | out_separator (const char *const) |
| string | out_separator (const char) |
Private Methods | |
| void | construct (const int n, const int m, const v_index_mode tl, const v_index_mode tr) |
| void | constfill (const double f) |
Private Attributes | |
| int | internal_Lsize |
| int | internal_Rsize |
| v_index_mode | internal_Lmode |
| v_index_mode | internal_Rmode |
| int | Lmaxindexvalue |
| int | Lminindexvalue |
| int | Rmaxindexvalue |
| int | Rminindexvalue |
| double* * | data |
| double* * | delete_pointer_data |
| double* | delete_pointer_rows |
| double | trash |
| double* | trashptr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 738 of file table.h. Referenced by Lmaxindex(), add(), clean(), col(), constfill(), complex_interp::construct(), complex_matrix::copy(), copy(), ivcurve::data(), fillcol(), fillrow(), get(), imaginary(), inverse(), is_empty(), linterp(), max_norm(), maxindex(), norm(), operator *(), complex_matrix::operator+=(), operator+=(), complex_matrix::operator-=(), operator-=(), operator<<(), complex_matrix::operator=(), operator=(), read(), real(), real_matrix(), complex_matrix::resize(), resize(), scalerow(), sizecheck(), newton::solve(), solve(), sub(), and transpose().
|
|
|
Definition at line 737 of file table.h. Referenced by augment(), clean(), constfill(), complex_interp::construct(), complex_matrix::copy(), copy(), copyresult(), ivcurve::data(), fillcol(), fillrow(), get(), imaginary(), is_empty(), max_norm(), norm(), operator *(), complex_matrix::operator+=(), operator+=(), complex_matrix::operator-=(), operator-=(), operator<<(), read(), real(), real_matrix(), sizecheck(), newton::solve(), and transpose().
|
|
|
|
|
|
Definition at line 741 of file table.h. Referenced by Rmaxindex(), add(), clean(), constfill(), complex_interp::construct(), complex_matrix::copy(), copy(), ivcurve::data(), fillcol(), fillrow(), ckdata::find_max_bessel_n(), get(), imaginary(), inverse(), is_empty(), linterp(), lookup(), max_norm(), maxindex(), norm(), operator *(), complex_matrix::operator+=(), operator+=(), complex_matrix::operator-=(), operator-=(), operator<<(), complex_matrix::operator=(), operator=(), read(), real(), real_matrix(), complex_matrix::resize(), resize(), row(), scalerow(), sizecheck(), newton::solve(), solve(), sub(), and transpose().
|
|
|
Definition at line 740 of file table.h. Referenced by augment(), clean(), constfill(), complex_interp::construct(), complex_matrix::copy(), copy(), copyresult(), ivcurve::data(), fillcol(), fillrow(), get(), imaginary(), is_empty(), lookup(), max_norm(), norm(), operator *(), complex_matrix::operator+=(), operator+=(), complex_matrix::operator-=(), operator-=(), read(), real(), real_matrix(), scalerow(), sizecheck(), newton::solve(), and transpose().
|
|
|
Definition at line 754 of file table.cc. Referenced by operator+().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 916 of file table.cc. Referenced by add(), copy(), operator+=(), operator-=(), operator=(), and sub().
|
|
|
Definition at line 394 of file table.cc. Referenced by copy(), fill(), fillall(), and real_matrix().
|
|
|
Definition at line 145 of file table.cc. Referenced by operator=(), and real_matrix().
|
|
|
Definition at line 537 of file table.cc. Referenced by operator=().
|
|
|
Definition at line 949 of file table.cc. Referenced by identity_matrix(), inverse(), and powell::minimize().
|
|
|
Definition at line 843 of file table.h. Referenced by add(), diagonal(), operator=(), and sub().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 773 of file table.h. Referenced by add(), diagonal(), and sub().
|
|
|
|
|
|
Definition at line 757 of file table.h. Referenced by complex_matrix::copy(), copy(), and real_matrix().
|
|
|
Definition at line 492 of file table.cc. Referenced by copy(), imaginary(), real(), and real_matrix().
|
|
|
Definition at line 755 of file table.h. Referenced by add(), operator=(), and sub().
|
|
|
|
|
|
Definition at line 748 of file table.h. Referenced by clean(), copy(), diagonal(), fillall(), maximize(), and maxindex().
|
|
|
Definition at line 743 of file table.h. Referenced by diagonal().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 764 of file table.h. Referenced by col(), linterp(), lookup(), datafile::read(), and row().
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 568 of file table.cc. Referenced by add(), datafile::datafile(), reallocate(), reindex(), resize(), solve(), and sub().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 817 of file table.h. Referenced by add(), ckdata::find_max_bessel_n(), imaginary(), inverse(), operator *(), datafile::operator=(), real(), resize(), sub(), and transpose().
|
|
|
Definition at line 959 of file table.cc. Referenced by pivot().
|
|
|
|
|
|
|
|
|
Definition at line 114 of file table.cc. Referenced by show().
|
|
|
|
|
|
Definition at line 817 of file table.cc. Referenced by operator-().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Please direct comments and corrections to
supermix@submm.caltech.edu
Go to the supermix home page
Generated by
1.2.7