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

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

abs() constmatrix::Matrix< Type, M, 1 >inline
col(size_t j) constmatrix::Matrix< Type, M, 1 >inline
col(size_t j)matrix::Matrix< Type, M, 1 >inline
copyTo(Type dst[M *N]) constmatrix::Matrix< Type, M, 1 >inline
copyToColumnMajor(Type dst[M *N]) constmatrix::Matrix< Type, M, 1 >inline
dot(const MatrixM1 &b) constmatrix::Vector< Type, M >inline
edivide(const Matrix< Type, M, N > &other) constmatrix::Matrix< Type, M, 1 >inline
emult(const Matrix< Type, M, N > &other) constmatrix::Matrix< Type, M, 1 >inline
identity()matrix::Matrix< Type, M, 1 >inline
isAllNan() constmatrix::Matrix< Type, M, 1 >inline
length() constmatrix::Vector< Type, M >inline
longerThan(Type testVal) constmatrix::Vector< Type, M >inline
Matrix()=defaultmatrix::Matrix< Type, M, 1 >
Matrix(const Type data_[M *N])matrix::Matrix< Type, M, 1 >inlineexplicit
Matrix(const Type data_[M][N])matrix::Matrix< Type, M, 1 >inlineexplicit
Matrix(const Matrix &other)matrix::Matrix< Type, M, 1 >inline
Matrix(const Slice< Type, M, N, P, Q > &in_slice)matrix::Matrix< Type, M, 1 >inline
MatrixM1 typedefmatrix::Vector< Type, M >
max() constmatrix::Matrix< Type, M, 1 >inline
min() constmatrix::Matrix< Type, M, 1 >inline
norm() constmatrix::Vector< Type, M >inline
norm_squared() constmatrix::Vector< Type, M >inline
normalize()matrix::Vector< Type, M >inline
normalized() constmatrix::Vector< Type, M >inline
operator!=(const Matrix< Type, M, N > &other) constmatrix::Matrix< Type, M, 1 >inline
operator()(size_t i) constmatrix::Vector< Type, M >inline
operator()(size_t i)matrix::Vector< Type, M >inline
Matrix< Type, M, 1 >::operator()(size_t i, size_t j) constmatrix::Matrix< Type, M, 1 >inline
Matrix< Type, M, 1 >::operator()(size_t i, size_t j)matrix::Matrix< Type, M, 1 >inline
operator*(const MatrixM1 &b) constmatrix::Vector< Type, M >inline
operator*(Type b) constmatrix::Vector< Type, M >inline
Matrix< Type, M, 1 >::operator*(const Matrix< Type, N, P > &other) constmatrix::Matrix< Type, M, 1 >inline
operator*=(const Matrix< Type, N, P > &other)matrix::Matrix< Type, M, 1 >inline
operator*=(Type scalar)matrix::Matrix< Type, M, 1 >inline
operator+(const Matrix< Type, M, N > &other) constmatrix::Matrix< Type, M, 1 >inline
operator+(Type scalar) constmatrix::Matrix< Type, M, 1 >inline
operator+=(const Matrix< Type, M, N > &other)matrix::Matrix< Type, M, 1 >inline
operator+=(Type scalar)matrix::Matrix< Type, M, 1 >inline
operator-(const Matrix< Type, M, N > &other) constmatrix::Matrix< Type, M, 1 >inline
operator-() constmatrix::Matrix< Type, M, 1 >inline
operator-(Type scalar) constmatrix::Matrix< Type, M, 1 >inline
operator-=(const Matrix< Type, M, N > &other)matrix::Matrix< Type, M, 1 >inline
operator-=(Type scalar)matrix::Matrix< Type, M, 1 >inline
operator/(Type scalar) constmatrix::Matrix< Type, M, 1 >inline
operator/=(Type scalar)matrix::Matrix< Type, M, 1 >inline
operator=(const Matrix< Type, M, N > &other)matrix::Matrix< Type, M, 1 >inline
operator==(const Matrix< Type, M, N > &other) constmatrix::Matrix< Type, M, 1 >inline
print(FILE *stream=stdout) constmatrix::Matrix< Type, M, 1 >inline
row(size_t i) constmatrix::Matrix< Type, M, 1 >inline
row(size_t i)matrix::Matrix< Type, M, 1 >inline
setAll(Type val)matrix::Matrix< Type, M, 1 >inline
setCol(size_t j, const Matrix< Type, M, 1 > &column)matrix::Matrix< Type, M, 1 >inline
setIdentity()matrix::Matrix< Type, M, 1 >inline
setNaN()matrix::Matrix< Type, M, 1 >inline
setOne()matrix::Matrix< Type, M, 1 >inline
setRow(size_t i, const Matrix< Type, N, 1 > &row_in)matrix::Matrix< Type, M, 1 >inline
setZero()matrix::Matrix< Type, M, 1 >inline
slice(size_t x0, size_t y0) constmatrix::Matrix< Type, M, 1 >inline
slice(size_t x0, size_t y0)matrix::Matrix< Type, M, 1 >inline
sqrt() constmatrix::Vector< Type, M >inline
swapCols(size_t a, size_t b)matrix::Matrix< Type, M, 1 >inline
swapRows(size_t a, size_t b)matrix::Matrix< Type, M, 1 >inline
T() constmatrix::Matrix< Type, M, 1 >inline
transpose() constmatrix::Matrix< Type, M, 1 >inline
unit() constmatrix::Vector< Type, M >inline
unit_or_zero(const Type eps=Type(1e-5)) constmatrix::Vector< Type, M >inline
Vector()=defaultmatrix::Vector< Type, M >
Vector(const MatrixM1 &other)matrix::Vector< Type, M >inline
Vector(const Type data_[M])matrix::Vector< Type, M >inlineexplicit
Vector(const Slice< Type, M, 1, P, Q > &slice_in)matrix::Vector< Type, M >inline
write_string(char *buf, size_t n) constmatrix::Matrix< Type, M, 1 >inline
zero()matrix::Matrix< Type, M, 1 >inline