| Add(const GMatrix &a, const GMatrix &b) | GMathLib::GMatrix | |
| allocate_initialize(int mrow, int mcolumn, double *p_data=0) | GMathLib::GMatrix | [protected] |
| Class_Name() | GMathLib::GObject | [inline] |
| Class_Name(std::string classname) | GMathLib::GObject | [inline, protected] |
| column | GMathLib::GMatrix | [private] |
| Column() const | GMathLib::GMatrix | [inline] |
| Copy(const GMatrix &obj) | GMathLib::GMatrix | [virtual] |
| Fill(double a) | GMathLib::GMatrix | [inline, virtual] |
| Get(int row_no, int column_no) const | GMathLib::GMatrix | [inline] |
| GetData() | GMathLib::GMatrix | [inline] |
| GetElement(int row_no, int column_no) const | GMathLib::GMatrix | [inline] |
| GMatrix() | GMathLib::GMatrix | |
| GMatrix(int mrow, int mcolumn, double *p_data=0) | GMathLib::GMatrix | [inline] |
| GMatrix(std::string obj_name, int mrow, int mcolumn, double *p_data=0) | GMathLib::GMatrix | [inline] |
| GMatrix(const GMatrix &obj) | GMathLib::GMatrix | |
| GObject() | GMathLib::GObject | |
| internal_new_flag | GMathLib::GMatrix | [private] |
| Multi(const GMatrix &a, const GMatrix &b) | GMathLib::GMatrix | |
| Object_Name(std::string name) | GMathLib::GObject | [inline, virtual] |
| Object_Name() | GMathLib::GObject | [inline, virtual] |
| operator()(int i, int j) | GMathLib::GMatrix | [inline] |
| operator*(const GMatrix &a) | GMathLib::GMatrix | |
| operator*(double k, const GMatrix &a) | GMathLib::GMatrix | [friend] |
| operator*(const GMatrix &a, double k) | GMathLib::GMatrix | [friend] |
| operator+(const GMatrix &a) | GMathLib::GMatrix | |
| operator-(const GMatrix &a) | GMathLib::GMatrix | |
| operator=(const GMatrix &a) | GMathLib::GMatrix | |
| p_data | GMathLib::GMatrix | [protected] |
| Print() | GMathLib::GMatrix | [inline] |
| Print(int turn_down, bool scientific_format=false) | GMathLib::GMatrix | |
| Reshape(int new_row, int new_column) | GMathLib::GMatrix | [virtual] |
| row | GMathLib::GMatrix | [private] |
| Row() const | GMathLib::GMatrix | [inline] |
| Scalar_Product(double sc) | GMathLib::GMatrix | [inline] |
| Set(int row_no, int column_no, double value) | GMathLib::GMatrix | [inline] |
| SetElement(int row_no, int column_no, double value) | GMathLib::GMatrix | [inline] |
| Sub(const GMatrix &a, const GMatrix &b) | GMathLib::GMatrix | |
| ToString() | GMathLib::GMatrix | [inline, virtual] |
| Vectorize() | GMathLib::GMatrix | [inline] |
| ~GMatrix() | GMathLib::GMatrix | [virtual] |
| ~GObject() | GMathLib::GObject | [virtual] |