| addRowByScalar(int srcrow, int dstrow, double scalar) | Matrix | |
| check() const (defined in Object) | Object | [virtual] |
| clone() const (defined in Object) | Object | [virtual] |
| cols | PackTable< double > | |
| complement(int row, int col) const | Matrix | |
| decRef() (defined in Object) | Object | [inline] |
| destroy() | PackTable< double > | [inline] |
| det() const | Matrix | |
| end enum value (defined in Matrix) | Matrix | |
| get(int row, int col) const | PackTable< double > | [inline] |
| get(int row, int col) | PackTable< double > | [inline] |
| getclassname() const (defined in Object) | Object | |
| incRef() (defined in Object) | Object | [inline] |
| insertColumn(int cols) (defined in Matrix) | Matrix | |
| is_a(const String &classname) const (defined in Object) | Object | |
| isOK() const (defined in Object) | Object | |
| iters enum name (defined in Matrix) | Matrix | |
| joinHorizontal(const Matrix &a, const Matrix &b) | Matrix | |
| joinVertical(const Matrix &a, const Vector &b) | Matrix | |
| joinVertical(const Matrix &a, const Matrix &b) | Matrix | |
| load(const String &filename) | Matrix | |
| load(FILE *in) | Matrix | |
| make(int rs, int cs) | Matrix | [virtual] |
| Matrix() (defined in Matrix) | Matrix | [inline] |
| Matrix(int rows, int cols) (defined in Matrix) | Matrix | [inline] |
| Matrix(int rows, int cols, double *data) (defined in Matrix) | Matrix | |
| Matrix(const Matrix &o) (defined in Matrix) | Matrix | [inline] |
| mData (defined in PackTable< double >) | PackTable< double > | [protected] |
| mulRowByScalar(int row, double scalar) | Matrix | |
| multiplyToSum(double s) | Matrix | |
| Object() (defined in Object) | Object | [inline] |
| operator *(const Matrix &other) const (defined in Matrix) | Matrix | [inline] |
| operator *(double k) const (defined in Matrix) | Matrix | [inline] |
| operator *=(const Matrix &other) | Matrix | |
| operator *=(double k) | Matrix | |
| operator+(const Matrix &other) const (defined in Matrix) | Matrix | [inline] |
| operator+(double k) const (defined in Matrix) | Matrix | [inline] |
| operator+=(const Matrix &other) | Matrix | |
| operator+=(double k) | Matrix | |
| operator/(double k) const (defined in Matrix) | Matrix | [inline] |
| operator/=(double k) (defined in Matrix) | Matrix | [inline] |
| operator<<(istream &) (defined in Object) | Object | [virtual] |
| operator<<(TextIStream &) (defined in Object) | Object | [virtual] |
| operator<<(DataIStream &) (defined in Object) | Object | [virtual] |
| operator=(double x) | Matrix | |
| operator=(const Matrix &other) | Matrix | |
| operator>>(TextOStream &) const (defined in Matrix) | Matrix | |
| operator>>(ostream &) const (defined in Object) | Object | [virtual] |
| operator>>(OStream &) const (defined in Object) | Object | [virtual] |
| operator>>(DataOStream &) const (defined in Object) | Object | [virtual] |
| PackTable() | PackTable< double > | [inline] |
| PackTable(int rs, int cs) | PackTable< double > | [inline] |
| PackTable(const PackTable &orig, bool deep=false) | PackTable< double > | [inline] |
| refCount() const (defined in Object) | Object | [inline] |
| rows | PackTable< double > | |
| save(FILE *out) const (defined in Matrix) | Matrix | |
| splitHorizontal(Matrix &a, Matrix &b, int column) const | Matrix | |
| splitVertical(Matrix &a, Matrix &b, int column) const | Matrix | |
| sub(int row0, int row1, int col0, int col1) const | Matrix | |
| sum() const (defined in Matrix) | Matrix | |
| swaprows(int row1, int row2) | Matrix | |
| transpose() (defined in Matrix) | Matrix | |
| ~Matrix() (defined in Matrix) | Matrix | [inline] |
| ~Object() (defined in Object) | Object | [virtual] |
| ~PackTable() (defined in PackTable< double >) | PackTable< double > | [inline] |