Matrix< Type > Member List

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]
NoneMatrix< 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]
UnitMatrix< Type > [static]
ZeroMatrix< Type > [static]
~Matrix() (defined in Matrix< Type >)Matrix< Type > [inline]
 All Classes Functions Variables Friends