, including all inherited members.
| add_column(unsigned c, const Matrix< R, 1 > &v) | Matrix< L, 1 > | |
| add_row(unsigned r, const Matrix< 1, C > &v) | Matrix< L, 1 > | |
| assign_add_product(double s, const Matrix< R, C > &m) | Matrix< L, 1 > | [inline] |
| assign_add_transpose(const Matrix< C, R > &other) | Matrix< L, 1 > | [inline] |
| assign_multiply_elements(const Matrix< R, C > &m) | Matrix< L, 1 > | [inline] |
| assign_product(double s, const Matrix< R, C > &m) | Matrix< L, 1 > | [inline] |
| COLS enum value | Matrix< L, 1 > | |
| column(unsigned c) const | Matrix< L, 1 > | |
| column_transpose(unsigned c) const | Matrix< L, 1 > | |
| data() | Matrix< L, 1 > | [inline] |
| data() const | Matrix< L, 1 > | [inline] |
| diag(double v) | Matrix< L, 1 > | [inline] |
| diag(const double *v) | Matrix< L, 1 > | [inline] |
| identity() | Matrix< L, 1 > | [inline] |
| m | Matrix< L, 1 > | [protected] |
| make_minor(const Matrix< R+1, C+1 > &m, unsigned r, unsigned c) | Matrix< L, 1 > | [inline] |
| Matrix() | Matrix< L, 1 > | [inline] |
| Matrix(double v) | Matrix< L, 1 > | [inline] |
| Matrix(const double *v) | Matrix< L, 1 > | [inline] |
| Matrix(const double v[R][C]) | Matrix< L, 1 > | [inline] |
| Matrix(const Matrix< R, 1 > *c) | Matrix< L, 1 > | [inline] |
| Matrix(const Matrix< 1, C > *r) | Matrix< L, 1 > | [inline] |
| Matrix(const char *s) | Matrix< L, 1 > | [inline] |
| Matrix(const std::string &s) | Matrix< L, 1 > | [inline] |
| Matrix(const Matrix< R+1, C+1 > &m, unsigned r, unsigned c) | Matrix< L, 1 > | [inline] |
| my_type typedef | Matrix< L, 1 > | |
| operator()(unsigned idx) | Vector< L > | [inline] |
| operator()(unsigned idx) const | Vector< L > | [inline] |
| Matrix< L, 1 >::operator()(unsigned r, unsigned c) | Matrix< L, 1 > | [inline] |
| Matrix< L, 1 >::operator()(unsigned r, unsigned c) const | Matrix< L, 1 > | [inline] |
| operator*=(double scalar) | Matrix< L, 1 > | [inline] |
| operator+=(const Matrix< R, C > &other) | Matrix< L, 1 > | [inline] |
| operator+=(double scalar) | Matrix< L, 1 > | [inline] |
| operator-=(const Matrix< R, C > &other) | Matrix< L, 1 > | [inline] |
| operator-=(double scalar) | Matrix< L, 1 > | [inline] |
| operator/=(double scalar) | Matrix< L, 1 > | [inline] |
| operator=(const Matrix< L, 1 > &m) | Vector< L > | [inline] |
| Matrix< L, 1 >::operator=(double v) | Matrix< L, 1 > | [inline] |
| Matrix< L, 1 >::operator=(const double *v) | Matrix< L, 1 > | [inline] |
| Matrix< L, 1 >::operator=(const char *s) | Matrix< L, 1 > | [inline] |
| Matrix< L, 1 >::operator=(const std::string &s) | Matrix< L, 1 > | [inline] |
| operator[](unsigned idx) | Vector< L > | [inline] |
| operator[](unsigned idx) const | Vector< L > | [inline] |
| row(unsigned r) const | Matrix< L, 1 > | [inline] |
| ROWS enum value | Matrix< L, 1 > | |
| set(double v) | Matrix< L, 1 > | [inline] |
| set(const double *v) | Matrix< L, 1 > | [inline] |
| set(const double v[R][C]) | Matrix< L, 1 > | |
| set(const char *s) | Matrix< L, 1 > | [inline] |
| set(const std::string &s) | Matrix< L, 1 > | [inline] |
| set_column(unsigned c, const Matrix< R, 1 > &v) | Matrix< L, 1 > | |
| set_column_transpose(unsigned c, const Matrix< 1, R > &v) | Matrix< L, 1 > | |
| set_columns(const Matrix< R, 1 > *v) | Matrix< L, 1 > | |
| set_row(unsigned r, const Matrix< 1, C > &v) | Matrix< L, 1 > | |
| set_row_transpose(unsigned r, const Matrix< C, 1 > &v) | Matrix< L, 1 > | |
| set_rows(const Matrix< 1, C > *v) | Matrix< L, 1 > | |
| Vector() | Vector< L > | [inline] |
| Vector(double v) | Vector< L > | [inline] |
| Vector(const double *v) | Vector< L > | [inline] |
| Vector(const char *s) | Vector< L > | [inline] |
| Vector(const std::string &s) | Vector< L > | [inline] |
| Vector(const Matrix< L, 1 > &m) | Vector< L > | [inline] |
| zero() | Matrix< L, 1 > | [inline] |