GSLAM  3.0.0
Matrix< Scalar, Rows, Cols > Member List

This is the complete list of members for Matrix< Scalar, Rows, Cols >, including all inherited members.

_data (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
abs() const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
cols() const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
copyTo(Scalar(&dst)[Rows *Cols]) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
copyToColumnMajor(Scalar(&dst)[Rows *Cols]) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
copyToRaw(Scalar *dst) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
data() (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
data() const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
edivide(const Matrix< Scalar, Rows, Cols > &other) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
emult(const Matrix< Scalar, Rows, Cols > &other) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
equal(const Matrix< Scalar, Rows, Cols > &y, const Scalar eps=1e-4f) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
identity() (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
Matrix()=default (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
Matrix(const std::array< Scalar, Rows *Cols > &c) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
Matrix(const Scalar data_[Rows *Cols]) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
Matrix(const Scalar data_[Rows][Cols]) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
Matrix(const Matrix &other) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
max() const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
min() const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
ones() (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >static
operator!=(const Matrix< Scalar, Rows, Cols > &other) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator()(size_t i, size_t j) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator()(size_t i, size_t j) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator*(const Matrix< Scalar, Cols, P > &other) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator*(Scalar scalar) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator*=(const Matrix< Scalar, Cols, P > &other) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator*=(Scalar scalar) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator+(const Matrix< Scalar, Rows, Cols > &other) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator+(Scalar scalar) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator+=(const Matrix< Scalar, Rows, Cols > &other) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator+=(Scalar scalar) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator-(const Matrix< Scalar, Rows, Cols > &other) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator-() const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator-(Scalar scalar) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator-=(const Matrix< Scalar, Rows, Cols > &other) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator-=(Scalar scalar) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator/(Scalar scalar) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator/=(Scalar scalar) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator=(const Matrix< Scalar, Rows, Cols > &other) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
operator==(const Matrix< Scalar, Rows, Cols > &other) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
rows() const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
set(const Matrix< Scalar, P, Q > &m, size_t x0, size_t y0) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
setAll(Scalar val) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
setCol(size_t j, const Matrix< Scalar, Rows, 1 > &col) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
setIdentity() (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
setOne() (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
setRow(size_t i, const Matrix< Scalar, Cols, 1 > &row) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
setZero() (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
slice(size_t x0, size_t y0) const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
swapCols(size_t a, size_t b) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
swapRows(size_t a, size_t b) (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
T() const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
transpose() const (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
zero() (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >
zeros() (defined in Matrix< Scalar, Rows, Cols >)Matrix< Scalar, Rows, Cols >static