This is the complete list of members for
Matrix< Type >, including all inherited members.
| copy(int start_lin, int start_col, Matrix< Type > &source) | Matrix< Type > | [inline] |
| get_n_col() | Matrix< Type > | [inline] |
| get_n_lin() | Matrix< Type > | [inline] |
| Matrix(int n_lin, int n_col, int init=None) | Matrix< Type > | [inline] |
| Matrix(const Matrix< Type > &right) | Matrix< Type > | [inline] |
| Matrix() | Matrix< Type > | [inline] |
| None | Matrix< Type > | [static] |
| operator*(Matrix< Type > &left, Matrix< Type > &right) | Matrix< Type > | [friend] |
| operator+(Matrix< Type > &left, Matrix< Type > &right) | Matrix< Type > | [friend] |
| operator+=(const Matrix< Type > &right) | Matrix< Type > | [inline] |
| operator-(Matrix< Type > &left, Matrix< Type > &right) | Matrix< Type > | [friend] |
| operator-=(const Matrix< Type > &right) | Matrix< Type > | [inline] |
| operator<<(std::ostream &, const Matrix< Type > right) | Matrix< Type > | [friend] |
| operator=(const Matrix< Type > &right) | Matrix< Type > | [inline] |
| operator>>(std::istream &, Matrix< Type > &right) | Matrix< Type > | [friend] |
| operator[](int line) | Matrix< Type > | [inline] |
| submatrix(int start_lin, int start_col, int n_lines, int n_columns) | Matrix< Type > | [inline] |
| Unit | Matrix< Type > | [static] |
| Zero | Matrix< Type > | [static] |
| ~Matrix() (defined in Matrix< Type >) | Matrix< Type > | [inline] |