_lines | Matrix | [private] |
_ncols | Matrix | [private] |
_nlines | Matrix | [private] |
at(int i, int j) | Matrix | [inline] |
at(int i, int j) const | Matrix | [inline] |
column(int j) const | Matrix | |
line(int i) const | Matrix | |
Matrix(int nl=0, int nc=0, double x=0.0) | Matrix | |
Matrix(MVector mv, bool transp=false) | Matrix | |
ncols() const | Matrix | [inline] |
nlines() const | Matrix | [inline] |
operator *(const Matrix &mat1, const Matrix &mat2) | Matrix | [friend] |
operator *=(const Matrix &mat) | Matrix | [inline] |
operator MVector() const | Matrix | |
operator!=(const Matrix &mat1, const Matrix &mat2) | Matrix | [friend] |
operator()(int i, int j) | Matrix | |
operator()(int i, int j) const | Matrix | |
operator+(const Matrix &mat1, const Matrix &mat2) | Matrix | [friend] |
operator+=(const Matrix &mat) | Matrix | [inline] |
operator-(const Matrix &mat1, const Matrix &mat2) | Matrix | [friend] |
operator-=(const Matrix &mat) | Matrix | [inline] |
operator<<(ostream &os, const Matrix &mat) | Matrix | [friend] |
operator==(const Matrix &mat1, const Matrix &mat2) | Matrix | [friend] |
operator[](int i) | Matrix | |
operator[](int i) const | Matrix | |
operator~() const | Matrix | [inline] |
transpose() const | Matrix | |