Jet  v1.3.3
jet::Matrix< T, M, N > Member List

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

absmax() constjet::Matrix< T, M, N >
absmin() constjet::Matrix< T, M, N >
add(const T &s) constjet::Matrix< T, M, N >
add(const E &m) constjet::Matrix< T, M, N >
avg() constjet::Matrix< T, M, N >
begin()jet::Matrix< T, M, N >
begin() constjet::Matrix< T, M, N >
castTo() constjet::Matrix< T, M, N >
cols() constjet::Matrix< T, M, N >
MatrixExpression< T, Matrix< T, M, N > >::cols() constjet::MatrixExpression< T, Matrix< T, M, N > >
ConstIterator typedefjet::Matrix< T, M, N >
ContainerType typedefjet::Matrix< T, M, N >
data()jet::Matrix< T, M, N >
data() constjet::Matrix< T, M, N >
determinant() constjet::Matrix< T, M, N >
diagonal() constjet::Matrix< T, M, N >
div(const T &s) constjet::Matrix< T, M, N >
end()jet::Matrix< T, M, N >
end() constjet::Matrix< T, M, N >
forEach(Callback func) constjet::Matrix< T, M, N >
forEachIndex(Callback func) constjet::Matrix< T, M, N >
iadd(const T &s)jet::Matrix< T, M, N >
iadd(const E &m)jet::Matrix< T, M, N >
idiv(const T &s)jet::Matrix< T, M, N >
imul(const T &s)jet::Matrix< T, M, N >
imul(const E &m)jet::Matrix< T, M, N >
inverse() constjet::Matrix< T, M, N >
invert()jet::Matrix< T, M, N >
isEqual(const MatrixExpression< T, E > &other) constjet::Matrix< T, M, N >
isSimilar(const MatrixExpression< T, E > &other, double tol=std::numeric_limits< double >::epsilon()) constjet::Matrix< T, M, N >
isSquare() constjet::Matrix< T, M, N >
isub(const T &s)jet::Matrix< T, M, N >
isub(const E &m)jet::Matrix< T, M, N >
Iterator typedefjet::Matrix< T, M, N >
lowerTri() constjet::Matrix< T, M, N >
makeIdentity()jet::Matrix< T, M, N >static
makeZero()jet::Matrix< T, M, N >static
Matrix()jet::Matrix< T, M, N >
Matrix(Params... params)jet::Matrix< T, M, N >explicit
Matrix(const std::initializer_list< std::initializer_list< T >> &lst)jet::Matrix< T, M, N >
Matrix(const MatrixExpression< T, E > &other)jet::Matrix< T, M, N >
Matrix(const Matrix &other)jet::Matrix< T, M, N >
max() constjet::Matrix< T, M, N >
min() constjet::Matrix< T, M, N >
mul(const T &s) constjet::Matrix< T, M, N >
mul(const VectorExpression< T, VE > &v) constjet::Matrix< T, M, N >
mul(const Matrix< T, N, L > &m) constjet::Matrix< T, M, N >
offDiagonal() constjet::Matrix< T, M, N >
operator!=(const MatrixExpression< T, E > &m) constjet::Matrix< T, M, N >
operator()(size_t i, size_t j)jet::Matrix< T, M, N >
operator()(size_t i, size_t j) constjet::Matrix< T, M, N >
MatrixExpression< T, Matrix< T, M, N > >::operator()() constjet::MatrixExpression< T, Matrix< T, M, N > >
operator*=(const T &s)jet::Matrix< T, M, N >
operator*=(const E &m)jet::Matrix< T, M, N >
operator+=(const T &s)jet::Matrix< T, M, N >
operator+=(const E &m)jet::Matrix< T, M, N >
operator-=(const T &s)jet::Matrix< T, M, N >
operator-=(const E &m)jet::Matrix< T, M, N >
operator/=(const T &s)jet::Matrix< T, M, N >
operator=(const E &m)jet::Matrix< T, M, N >
operator=(const Matrix &other)jet::Matrix< T, M, N >
operator==(const MatrixExpression< T, E > &m) constjet::Matrix< T, M, N >
operator[](size_t i)jet::Matrix< T, M, N >
operator[](size_t i) constjet::Matrix< T, M, N >
radd(const T &s) constjet::Matrix< T, M, N >
radd(const E &m) constjet::Matrix< T, M, N >
rdiv(const T &s) constjet::Matrix< T, M, N >
resize(size_t m, size_t n, const T &s=T(0))jet::Matrix< T, M, N >
rmul(const T &s) constjet::Matrix< T, M, N >
rmul(const Matrix< T, N, L > &m) constjet::Matrix< T, M, N >
rows() constjet::Matrix< T, M, N >
MatrixExpression< T, Matrix< T, M, N > >::rows() constjet::MatrixExpression< T, Matrix< T, M, N > >
rsub(const T &s) constjet::Matrix< T, M, N >
rsub(const E &m) constjet::Matrix< T, M, N >
set(const T &s)jet::Matrix< T, M, N >
set(const std::initializer_list< std::initializer_list< T >> &lst)jet::Matrix< T, M, N >
set(const MatrixExpression< T, E > &other)jet::Matrix< T, M, N >
setColumn(size_t j, const VectorExpression< T, E > &col)jet::Matrix< T, M, N >
setDiagonal(const T &s)jet::Matrix< T, M, N >
setOffDiagonal(const T &s)jet::Matrix< T, M, N >
setRow(size_t i, const VectorExpression< T, E > &row)jet::Matrix< T, M, N >
size() constjet::Matrix< T, M, N >
MatrixExpression< T, Matrix< T, M, N > >::size() constjet::MatrixExpression< T, Matrix< T, M, N > >
strictLowerTri() constjet::Matrix< T, M, N >
strictUpperTri() constjet::Matrix< T, M, N >
sub(const T &s) constjet::Matrix< T, M, N >
sub(const E &m) constjet::Matrix< T, M, N >
sum() constjet::Matrix< T, M, N >
trace() constjet::Matrix< T, M, N >
transpose()jet::Matrix< T, M, N >
transposed() constjet::Matrix< T, M, N >
upperTri() constjet::Matrix< T, M, N >