fawkes::Matrix Member List
This is the complete list of members for
fawkes::Matrix, including all inherited members.
det() const | fawkes::Matrix | |
get_data() const | fawkes::Matrix | [inline] |
get_data() | fawkes::Matrix | [inline] |
get_diag(unsigned int size, float value, float *data_buffer=0) | fawkes::Matrix | [static] |
get_id(unsigned int size, float *data_buffer=0) | fawkes::Matrix | [static] |
get_inverse() const | fawkes::Matrix | |
get_submatrix(unsigned int row, unsigned int col, unsigned int num_rows, unsigned int num_cols) const | fawkes::Matrix | |
get_transpose() const | fawkes::Matrix | |
id() | fawkes::Matrix | |
invert() | fawkes::Matrix | |
Matrix(unsigned int num_rows=0, unsigned int num_cols=0, float *data=0, bool manage_own_memory=true) | fawkes::Matrix | |
Matrix(const Matrix &tbc) | fawkes::Matrix | |
num_cols() const | fawkes::Matrix | [inline] |
num_rows() const | fawkes::Matrix | [inline] |
operator()(unsigned int row, unsigned int col) const | fawkes::Matrix | |
operator()(unsigned int row, unsigned int col) | fawkes::Matrix | |
operator*(const Matrix &rhs) const | fawkes::Matrix | |
operator*(const Vector &cv) const | fawkes::Matrix | |
operator*(const float &f) const | fawkes::Matrix | |
operator*=(const Matrix &rhs) | fawkes::Matrix | |
operator*=(const float &f) | fawkes::Matrix | |
operator+(const Matrix &rhs) const | fawkes::Matrix | |
operator+=(const Matrix &rhs) | fawkes::Matrix | |
operator-(const Matrix &rhs) const | fawkes::Matrix | |
operator-=(const Matrix &rhs) | fawkes::Matrix | |
operator/(const float &f) const | fawkes::Matrix | |
operator/=(const float &f) | fawkes::Matrix | |
operator=(const Matrix &rhs) | fawkes::Matrix | |
operator==(const Matrix &rhs) const | fawkes::Matrix | |
overlay(unsigned int row, unsigned int col, const Matrix &m) | fawkes::Matrix | |
print_info(const char *name=0, const char *col_sep=0, const char *row_sep=0) const | fawkes::Matrix | |
size(unsigned int &num_rows, unsigned int &num_cols) const | fawkes::Matrix | |
transpose() | fawkes::Matrix | |
~Matrix() | fawkes::Matrix | |