This is the complete list of members for
Matrix< Type >, including all inherited members.
copy(int start_lin, int start_col, const Matrix< Type > &source) | Matrix< Type > | [inline] |
get_n_col() const | Matrix< Type > | [inline] |
get_n_lin() const | 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*(const Matrix< Type > &left, const Matrix< Type > &right) | Matrix< Type > | [friend] |
operator+(const Matrix< Type > &left, const Matrix< Type > &right) | Matrix< Type > | [friend] |
operator+=(const Matrix< Type > &right) | Matrix< Type > | [inline] |
operator-(const Matrix< Type > &left, const 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) const | Matrix< Type > | [inline] |
submatrix(int start_lin, int start_col, int n_lines, int n_columns) const | Matrix< Type > | [inline] |
Unit | Matrix< Type > | [static] |
Zero | Matrix< Type > | [static] |
~Matrix() (defined in Matrix< Type >) | Matrix< Type > | [inline] |