cols() | Matrix< Type > | [inline] |
length(Integer &r, Integer &c) | Matrix< Type > | [inline] |
Matrix(Integer rows=0, Integer cols=0) | Matrix< Type > | [inline] |
Matrix(Const Matrix &m) | Matrix< Type > | [inline] |
operator!=(Const Matrix &m) | Matrix< Type > | [inline] |
operator*(Const Integer R) | Matrix< Type > | [inline] |
operator*(Const Real R) | Matrix< Type > | [inline] |
operator*(Matrix &m) | Matrix< Type > | [inline] |
operator+(Const Matrix &m) | Matrix< Type > | [inline] |
operator+(Const Integer R) | Matrix< Type > | [inline] |
operator+(Const Real R) | Matrix< Type > | [inline] |
operator-(Const Matrix &m) | Matrix< Type > | [inline] |
operator-(Const Integer R) | Matrix< Type > | [inline] |
operator-(Const Real R) | Matrix< Type > | [inline] |
operator<<(ostream &os, Const Matrix &m) | Matrix< Type > | [friend] |
operator=(Const Matrix &m) | Matrix< Type > | [inline] |
operator==(Const Matrix &m) | Matrix< Type > | [inline] |
operator>>(istream &is, Matrix &m) | Matrix< Type > | [friend] |
operator[](Integer index) | Matrix< Type > | [inline] |
print(String s=0) | Matrix< Type > | [inline] |
rows() | Matrix< Type > | [inline] |
SetSize(Integer rows, Integer cols) | Matrix< Type > | [inline] |