PX4 Firmware
PX4 Autopilot Software http://px4.io
matrix::Matrix< Type, M, N > Member List

This is the complete list of members for matrix::Matrix< Type, M, N >, including all inherited members.

_datamatrix::Matrix< Type, M, N >private
abs() constmatrix::Matrix< Type, M, N >inline
col(size_t j) constmatrix::Matrix< Type, M, N >inline
col(size_t j)matrix::Matrix< Type, M, N >inline
copyTo(Type dst[M *N]) constmatrix::Matrix< Type, M, N >inline
copyToColumnMajor(Type dst[M *N]) constmatrix::Matrix< Type, M, N >inline
edivide(const Matrix< Type, M, N > &other) constmatrix::Matrix< Type, M, N >inline
emult(const Matrix< Type, M, N > &other) constmatrix::Matrix< Type, M, N >inline
identity()matrix::Matrix< Type, M, N >inline
isAllNan() constmatrix::Matrix< Type, M, N >inline
Matrix()=defaultmatrix::Matrix< Type, M, N >
Matrix(const Type data_[M *N])matrix::Matrix< Type, M, N >inlineexplicit
Matrix(const Type data_[M][N])matrix::Matrix< Type, M, N >inlineexplicit
Matrix(const Matrix &other)matrix::Matrix< Type, M, N >inline
Matrix(const Slice< Type, M, N, P, Q > &in_slice)matrix::Matrix< Type, M, N >inline
max() constmatrix::Matrix< Type, M, N >inline
min() constmatrix::Matrix< Type, M, N >inline
operator!=(const Matrix< Type, M, N > &other) constmatrix::Matrix< Type, M, N >inline
operator()(size_t i, size_t j) constmatrix::Matrix< Type, M, N >inline
operator()(size_t i, size_t j)matrix::Matrix< Type, M, N >inline
operator*(const Matrix< Type, N, P > &other) constmatrix::Matrix< Type, M, N >inline
operator*(Type scalar) constmatrix::Matrix< Type, M, N >inline
operator*=(const Matrix< Type, N, P > &other)matrix::Matrix< Type, M, N >inline
operator*=(Type scalar)matrix::Matrix< Type, M, N >inline
operator+(const Matrix< Type, M, N > &other) constmatrix::Matrix< Type, M, N >inline
operator+(Type scalar) constmatrix::Matrix< Type, M, N >inline
operator+=(const Matrix< Type, M, N > &other)matrix::Matrix< Type, M, N >inline
operator+=(Type scalar)matrix::Matrix< Type, M, N >inline
operator-(const Matrix< Type, M, N > &other) constmatrix::Matrix< Type, M, N >inline
operator-() constmatrix::Matrix< Type, M, N >inline
operator-(Type scalar) constmatrix::Matrix< Type, M, N >inline
operator-=(const Matrix< Type, M, N > &other)matrix::Matrix< Type, M, N >inline
operator-=(Type scalar)matrix::Matrix< Type, M, N >inline
operator/(Type scalar) constmatrix::Matrix< Type, M, N >inline
operator/=(Type scalar)matrix::Matrix< Type, M, N >inline
operator=(const Matrix< Type, M, N > &other)matrix::Matrix< Type, M, N >inline
operator==(const Matrix< Type, M, N > &other) constmatrix::Matrix< Type, M, N >inline
print(FILE *stream=stdout) constmatrix::Matrix< Type, M, N >inline
row(size_t i) constmatrix::Matrix< Type, M, N >inline
row(size_t i)matrix::Matrix< Type, M, N >inline
setAll(Type val)matrix::Matrix< Type, M, N >inline
setCol(size_t j, const Matrix< Type, M, 1 > &column)matrix::Matrix< Type, M, N >inline
setIdentity()matrix::Matrix< Type, M, N >inline
setNaN()matrix::Matrix< Type, M, N >inline
setOne()matrix::Matrix< Type, M, N >inline
setRow(size_t i, const Matrix< Type, N, 1 > &row_in)matrix::Matrix< Type, M, N >inline
setZero()matrix::Matrix< Type, M, N >inline
slice(size_t x0, size_t y0) constmatrix::Matrix< Type, M, N >inline
slice(size_t x0, size_t y0)matrix::Matrix< Type, M, N >inline
swapCols(size_t a, size_t b)matrix::Matrix< Type, M, N >inline
swapRows(size_t a, size_t b)matrix::Matrix< Type, M, N >inline
T() constmatrix::Matrix< Type, M, N >inline
transpose() constmatrix::Matrix< Type, M, N >inline
write_string(char *buf, size_t n) constmatrix::Matrix< Type, M, N >inline
zero()matrix::Matrix< Type, M, N >inline