MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
math::Matrix< T, N, M > Member List

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

begin(void)math::Matrix< T, N, M >inline
begin(void) constmath::Matrix< T, N, M >inline
col(int index) constmath::Matrix< T, N, M >inline
colsmath::Matrix< T, N, M >static
delete_col(int index) constmath::Matrix< T, N, M >inline
delete_row(int index) constmath::Matrix< T, N, M >inline
end(void)math::Matrix< T, N, M >inline
end(void) constmath::Matrix< T, N, M >inline
fill(T const &value)math::Matrix< T, N, M >inline
hstack(Matrix< T, N, O > const &other) constmath::Matrix< T, N, M >inline
hstack(Vector< T, N > const &other) constmath::Matrix< T, N, M >inline
is_similar(Matrix< T, N, M > const &other, T const &epsilon) constmath::Matrix< T, N, M >inline
is_square(void) constmath::Matrix< T, N, M >inline
mmath::Matrix< T, N, M >protected
Matrix(void)math::Matrix< T, N, M >inline
Matrix(T const *values)math::Matrix< T, N, M >inlineexplicit
Matrix(T const &value)math::Matrix< T, N, M >inlineexplicit
Matrix(Matrix< T, N, M > const &other)math::Matrix< T, N, M >inline
Matrix(Matrix< O, N, M > const &other)math::Matrix< T, N, M >inline
maximum(void) constmath::Matrix< T, N, M >inline
minimum(void) constmath::Matrix< T, N, M >inline
mult(Matrix< T, M, U > const &rhs) constmath::Matrix< T, N, M >inline
mult(Vector< T, M > const &rhs) constmath::Matrix< T, N, M >inline
mult(Vector< T, M-1 > const &rhs, T const &v) constmath::Matrix< T, N, M >inline
negate(void)math::Matrix< T, N, M >inline
negated(void) constmath::Matrix< T, N, M >inline
operator!=(Matrix< T, N, M > const &rhs) constmath::Matrix< T, N, M >inline
operator()(int row, int col)math::Matrix< T, N, M >inline
operator()(int row, int col) constmath::Matrix< T, N, M >inline
operator*(void)math::Matrix< T, N, M >inline
operator*(void) constmath::Matrix< T, N, M >inline
operator*(Matrix< T, M, U > const &rhs) constmath::Matrix< T, N, M >inline
operator*(Vector< T, M > const &rhs) constmath::Matrix< T, N, M >inline
operator*(T const &rhs) constmath::Matrix< T, N, M >inline
operator*=(T const &rhs)math::Matrix< T, N, M >inline
operator+(Matrix< T, N, M > const &rhs) constmath::Matrix< T, N, M >inline
operator+(T const &rhs) constmath::Matrix< T, N, M >inline
operator+=(Matrix< T, N, M > const &rhs)math::Matrix< T, N, M >inline
operator+=(T const &rhs)math::Matrix< T, N, M >inline
operator-(void) constmath::Matrix< T, N, M >inline
operator-(Matrix< T, N, M > const &rhs) constmath::Matrix< T, N, M >inline
operator-(T const &rhs) constmath::Matrix< T, N, M >inline
operator-=(Matrix< T, N, M > const &rhs)math::Matrix< T, N, M >inline
operator-=(T const &rhs)math::Matrix< T, N, M >inline
operator/(T const &rhs) constmath::Matrix< T, N, M >inline
operator/=(T const &rhs)math::Matrix< T, N, M >inline
operator=(Matrix< T, N, M > const &rhs)math::Matrix< T, N, M >inline
operator=(Matrix< O, N, M > const &rhs)math::Matrix< T, N, M >inline
operator==(Matrix< T, N, M > const &rhs) constmath::Matrix< T, N, M >inline
operator[](unsigned int i)math::Matrix< T, N, M >inline
operator[](unsigned int i) constmath::Matrix< T, N, M >inline
row(int index) constmath::Matrix< T, N, M >inline
rowsmath::Matrix< T, N, M >static
transpose(void)math::Matrix< T, N, M >inline
transposed(void) constmath::Matrix< T, N, M >inline
ValueType typedefmath::Matrix< T, N, M >
vstack(Matrix< T, O, M > const &other) constmath::Matrix< T, N, M >inline
vstack(Vector< T, M > const &other) constmath::Matrix< T, N, M >inline