| _columns (defined in Physsim::MatrixN) | Physsim::MatrixN | [protected] |
| _data (defined in Physsim::MatrixN) | Physsim::MatrixN | [protected] |
| _rows (defined in Physsim::MatrixN) | Physsim::MatrixN | [protected] |
| augment_columns(const MatrixN &m) | Physsim::MatrixN | |
| augment_columns(const VectorN &v) | Physsim::MatrixN | |
| augment_rows(const MatrixN &m) | Physsim::MatrixN | |
| augment_rows(const VectorN &v) | Physsim::MatrixN | |
| columns() const (defined in Physsim::MatrixN) | Physsim::MatrixN | [inline] |
| data() (defined in Physsim::MatrixN) | Physsim::MatrixN | [inline] |
| data() const (defined in Physsim::MatrixN) | Physsim::MatrixN | [inline] |
| epsilon_equals(const MatrixN &m, Real epsilon) | Physsim::MatrixN | |
| epsilon_equals(const MatrixN &m1, const MatrixN &m2, Real epsilon) | Physsim::MatrixN | [static] |
| get_column(unsigned i) const | Physsim::MatrixN | |
| get_column(unsigned i, VectorN &result) const | Physsim::MatrixN | |
| get_row(unsigned i) const | Physsim::MatrixN | |
| get_row(unsigned i, VectorN &result) const | Physsim::MatrixN | |
| get_sub_matrix(unsigned row_start, unsigned row_end, unsigned col_start, unsigned col_end) const | Physsim::MatrixN | |
| MatrixN() | Physsim::MatrixN | |
| MatrixN(unsigned rows, unsigned columns) | Physsim::MatrixN | |
| MatrixN(const MatrixN &source) | Physsim::MatrixN | |
| MatrixN(unsigned rows, unsigned columns, const boost::shared_array< Real > array) | Physsim::MatrixN | |
| MatrixN(const VectorN &v, bool transpose) | Physsim::MatrixN | |
| mult(const MatrixN &m1, const MatrixN &m2, MatrixN &result) | Physsim::MatrixN | [static] |
| mult(const MatrixN &m, const VectorN &v, VectorN &result) | Physsim::MatrixN | [static] |
| mult(const MatrixN &m1, const MatrixN &m2) | Physsim::MatrixN | [static] |
| mult(const MatrixN &m, const VectorN &v) | Physsim::MatrixN | [static] |
| mult_transpose(const MatrixN &m, const VectorN &v, VectorN &result) | Physsim::MatrixN | [static] |
| mult_transpose(const MatrixN &m, const VectorN &v) | Physsim::MatrixN | [static] |
| operator *(const VectorN &v) const | Physsim::MatrixN | |
| operator *(const MatrixN &m) const (defined in Physsim::MatrixN) | Physsim::MatrixN | [inline] |
| operator *(Real scalar) const | Physsim::MatrixN | |
| operator *(boost::shared_array< Real > array) const (defined in Physsim::MatrixN) | Physsim::MatrixN | |
| operator *=(Real scalar) | Physsim::MatrixN | |
| operator *=(const MatrixN &m) | Physsim::MatrixN | |
| operator()(const unsigned i, const unsigned j) (defined in Physsim::MatrixN) | Physsim::MatrixN | [inline] |
| operator()(const unsigned i, const unsigned j) const (defined in Physsim::MatrixN) | Physsim::MatrixN | [inline] |
| operator+(const MatrixN &m) const | Physsim::MatrixN | |
| operator+=(const MatrixN &m) | Physsim::MatrixN | |
| operator-(const MatrixN &m) const | Physsim::MatrixN | |
| operator-() const | Physsim::MatrixN | |
| operator-=(const MatrixN &m) | Physsim::MatrixN | |
| operator/(Real scalar) const (defined in Physsim::MatrixN) | Physsim::MatrixN | [inline] |
| operator/=(Real scalar) | Physsim::MatrixN | |
| operator=(const MatrixN &source) | Physsim::MatrixN | [virtual] |
| resize(unsigned rows, unsigned columns, bool preserve=false) | Physsim::MatrixN | |
| rows() const (defined in Physsim::MatrixN) | Physsim::MatrixN | [inline] |
| set_column(unsigned i, const VectorN &v) | Physsim::MatrixN | |
| set_row(unsigned i, const VectorN &v) | Physsim::MatrixN | |
| set_sub_matrix(unsigned row_start, unsigned col_start, const MatrixN &m) | Physsim::MatrixN | |
| set_zero() | Physsim::MatrixN | |
| transpose() | Physsim::MatrixN | [virtual] |
| transpose(const MatrixN &m) | Physsim::MatrixN | [static] |
| zero(unsigned rows, unsigned columns) (defined in Physsim::MatrixN) | Physsim::MatrixN | [static] |
| ~MatrixN() (defined in Physsim::MatrixN) | Physsim::MatrixN | [inline, virtual] |