vnl_matrix_fixed< T, num_rows, num_cols > Member List

This is the complete list of members for vnl_matrix_fixed< T, num_rows, num_cols >, including all inherited members.

abs_t typedefvnl_matrix_fixed< T, num_rows, num_cols >
absolute_value_max() constvnl_matrix_fixed< T, num_rows, num_cols >inline
absolute_value_sum() constvnl_matrix_fixed< T, num_rows, num_cols >inline
add(const T *a, const T *b, T *r)vnl_matrix_fixed< T, num_rows, num_cols >static
add(const T *a, T b, T *r)vnl_matrix_fixed< T, num_rows, num_cols >static
apply(T(*f)(T)) constvnl_matrix_fixed< T, num_rows, num_cols >
apply(T(*f)(T const &)) constvnl_matrix_fixed< T, num_rows, num_cols >
apply_columnwise(T(*f)(vnl_vector_fixed< T, num_rows > const &)) constvnl_matrix_fixed< T, num_rows, num_cols >
apply_rowwise(T(*f)(vnl_vector_fixed< T, num_cols > const &)) constvnl_matrix_fixed< T, num_rows, num_cols >
arg_max() constvnl_matrix_fixed< T, num_rows, num_cols >inline
arg_min() constvnl_matrix_fixed< T, num_rows, num_cols >inline
array_inf_norm() constvnl_matrix_fixed< T, num_rows, num_cols >inline
array_one_norm() constvnl_matrix_fixed< T, num_rows, num_cols >inline
array_two_norm() constvnl_matrix_fixed< T, num_rows, num_cols >inline
as_matrix() constvnl_matrix_fixed< T, num_rows, num_cols >inline
as_ref()vnl_matrix_fixed< T, num_rows, num_cols >inline
as_ref() constvnl_matrix_fixed< T, num_rows, num_cols >inline
assert_finite() constvnl_matrix_fixed< T, num_rows, num_cols >inline
assert_finite_internal() constvnl_matrix_fixed< T, num_rows, num_cols >private
assert_size(unsigned VXL_USED_IN_DEBUG(nr_rows), unsigned VXL_USED_IN_DEBUG(nr_cols)) constvnl_matrix_fixed< T, num_rows, num_cols >inline
assert_size_internal(unsigned, unsigned) constvnl_matrix_fixed< T, num_rows, num_cols >private
begin()vnl_matrix_fixed< T, num_rows, num_cols >inline
begin() constvnl_matrix_fixed< T, num_rows, num_cols >inline
cols() constvnl_matrix_fixed< T, num_rows, num_cols >inline
columns() constvnl_matrix_fixed< T, num_rows, num_cols >inline
conjugate_transpose() constvnl_matrix_fixed< T, num_rows, num_cols >
const_iterator typedefvnl_matrix_fixed< T, num_rows, num_cols >
copy_in(T const *)vnl_matrix_fixed< T, num_rows, num_cols >
copy_out(T *) constvnl_matrix_fixed< T, num_rows, num_cols >
data_vnl_matrix_fixed< T, num_rows, num_cols >private
data_block() constvnl_matrix_fixed< T, num_rows, num_cols >
data_block()vnl_matrix_fixed< T, num_rows, num_cols >
div(const T *a, const T *b, T *r)vnl_matrix_fixed< T, num_rows, num_cols >static
div(const T *a, T b, T *r)vnl_matrix_fixed< T, num_rows, num_cols >static
element_type typedefvnl_matrix_fixed< T, num_rows, num_cols >
empty() constvnl_matrix_fixed< T, num_rows, num_cols >inline
end()vnl_matrix_fixed< T, num_rows, num_cols >inline
end() constvnl_matrix_fixed< T, num_rows, num_cols >inline
equal(const T *a, const T *b)vnl_matrix_fixed< T, num_rows, num_cols >static
extract(unsigned r, unsigned c, unsigned top=0, unsigned left=0) constvnl_matrix_fixed< T, num_rows, num_cols >
extract(vnl_matrix< T > &sub_matrix, unsigned top=0, unsigned left=0) constvnl_matrix_fixed< T, num_rows, num_cols >
fill(T)vnl_matrix_fixed< T, num_rows, num_cols >
fill_diagonal(T)vnl_matrix_fixed< T, num_rows, num_cols >
flatten_column_major() constvnl_matrix_fixed< T, num_rows, num_cols >
flatten_row_major() constvnl_matrix_fixed< T, num_rows, num_cols >
fliplr()vnl_matrix_fixed< T, num_rows, num_cols >
flipud()vnl_matrix_fixed< T, num_rows, num_cols >
fro_norm() constvnl_matrix_fixed< T, num_rows, num_cols >inline
frobenius_norm() constvnl_matrix_fixed< T, num_rows, num_cols >inline
get(unsigned r, unsigned c) constvnl_matrix_fixed< T, num_rows, num_cols >inline
get_column(unsigned col) constvnl_matrix_fixed< T, num_rows, num_cols >
get_columns(vnl_vector< unsigned int > i) constvnl_matrix_fixed< T, num_rows, num_cols >
get_diagonal() constvnl_matrix_fixed< T, num_rows, num_cols >
get_n_columns(unsigned colstart, unsigned n) constvnl_matrix_fixed< T, num_rows, num_cols >
get_n_rows(unsigned rowstart, unsigned n) constvnl_matrix_fixed< T, num_rows, num_cols >
get_row(unsigned row) constvnl_matrix_fixed< T, num_rows, num_cols >
get_rows(vnl_vector< unsigned int > i) constvnl_matrix_fixed< T, num_rows, num_cols >
has_nans() constvnl_matrix_fixed< T, num_rows, num_cols >
inplace_transpose()vnl_matrix_fixed< T, num_rows, num_cols >
is_equal(vnl_matrix_fixed< T, num_rows, num_cols > const &rhs, double tol) constvnl_matrix_fixed< T, num_rows, num_cols >
is_finite() constvnl_matrix_fixed< T, num_rows, num_cols >
is_identity() constvnl_matrix_fixed< T, num_rows, num_cols >
is_identity(double tol) constvnl_matrix_fixed< T, num_rows, num_cols >
is_zero() constvnl_matrix_fixed< T, num_rows, num_cols >
is_zero(double tol) constvnl_matrix_fixed< T, num_rows, num_cols >
iterator typedefvnl_matrix_fixed< T, num_rows, num_cols >
max_value() constvnl_matrix_fixed< T, num_rows, num_cols >inline
mean() constvnl_matrix_fixed< T, num_rows, num_cols >inline
min_value() constvnl_matrix_fixed< T, num_rows, num_cols >inline
mul(const T *a, const T *b, T *r)vnl_matrix_fixed< T, num_rows, num_cols >static
mul(const T *a, T b, T *r)vnl_matrix_fixed< T, num_rows, num_cols >static
normalize_columns()vnl_matrix_fixed< T, num_rows, num_cols >
normalize_rows()vnl_matrix_fixed< T, num_rows, num_cols >
operator *(const vnl_double_3x3 &A, const vnl_double_3 &x)vnl_matrix_fixed< T, num_rows, num_cols >related
operator *(const vnl_matrix_fixed< T, M, N > &a, const vnl_vector_fixed< T, N > &b)vnl_matrix_fixed< T, num_rows, num_cols >related
operator *(const vnl_vector_fixed< T, M > &a, const vnl_matrix_fixed< T, M, N > &b)vnl_matrix_fixed< T, num_rows, num_cols >related
operator *(const vnl_matrix_fixed< T, M, N > &a, const vnl_matrix_fixed< T, N, O > &b)vnl_matrix_fixed< T, num_rows, num_cols >related
operator *(const vnl_matrix_fixed_ref_const< T, M, N > &a, const vnl_vector_fixed_ref_const< T, N > &b)vnl_matrix_fixed< T, num_rows, num_cols >related
operator *(const vnl_matrix_fixed_ref_const< T, M, N > &a, const vnl_matrix_fixed_ref_const< T, N, O > &b)vnl_matrix_fixed< T, num_rows, num_cols >related
operator *=(T s)vnl_matrix_fixed< T, num_rows, num_cols >inline
operator *=(vnl_matrix_fixed< T, num_cols, num_cols > const &s)vnl_matrix_fixed< T, num_rows, num_cols >inline
operator const vnl_matrix_ref< T >() constvnl_matrix_fixed< T, num_rows, num_cols >inline
operator!=(vnl_matrix_fixed const &that) constvnl_matrix_fixed< T, num_rows, num_cols >inline
operator!=(vnl_matrix< T > const &that) constvnl_matrix_fixed< T, num_rows, num_cols >inline
operator()(unsigned r, unsigned c)vnl_matrix_fixed< T, num_rows, num_cols >
operator()(unsigned r, unsigned c) constvnl_matrix_fixed< T, num_rows, num_cols >
operator+=(T s)vnl_matrix_fixed< T, num_rows, num_cols >inline
operator+=(vnl_matrix_fixed const &m)vnl_matrix_fixed< T, num_rows, num_cols >inline
operator+=(vnl_matrix< T > const &m)vnl_matrix_fixed< T, num_rows, num_cols >inline
operator-() constvnl_matrix_fixed< T, num_rows, num_cols >inline
operator-=(T s)vnl_matrix_fixed< T, num_rows, num_cols >inline
operator-=(vnl_matrix_fixed const &m)vnl_matrix_fixed< T, num_rows, num_cols >inline
operator-=(vnl_matrix< T > const &m)vnl_matrix_fixed< T, num_rows, num_cols >inline
operator/=(T s)vnl_matrix_fixed< T, num_rows, num_cols >inline
operator<(vnl_matrix_fixed< T, n, m > const &lhs, vnl_matrix_fixed< T, n, m > const &rhs)vnl_matrix_fixed< T, num_rows, num_cols >related
operator=(const vnl_matrix_fixed &rhs)=defaultvnl_matrix_fixed< T, num_rows, num_cols >
operator=(vnl_matrix_fixed &&rhs)=defaultvnl_matrix_fixed< T, num_rows, num_cols >
operator=(T const &v)vnl_matrix_fixed< T, num_rows, num_cols >
operator=(const vnl_matrix< T > &rhs)vnl_matrix_fixed< T, num_rows, num_cols >
operator==(vnl_matrix_fixed const &that) constvnl_matrix_fixed< T, num_rows, num_cols >inline
operator==(vnl_matrix< T > const &that) constvnl_matrix_fixed< T, num_rows, num_cols >inline
operator[](unsigned r)vnl_matrix_fixed< T, num_rows, num_cols >inline
operator[](unsigned r) constvnl_matrix_fixed< T, num_rows, num_cols >inline
operator_eq(vnl_matrix_fixed const &rhs) constvnl_matrix_fixed< T, num_rows, num_cols >inline
operator_inf_norm() constvnl_matrix_fixed< T, num_rows, num_cols >
operator_one_norm() constvnl_matrix_fixed< T, num_rows, num_cols >
print(std::ostream &os) constvnl_matrix_fixed< T, num_rows, num_cols >
put(unsigned r, unsigned c, T const &v)vnl_matrix_fixed< T, num_rows, num_cols >inline
read_ascii(std::istream &s)vnl_matrix_fixed< T, num_rows, num_cols >
rms() constvnl_matrix_fixed< T, num_rows, num_cols >inline
rows() constvnl_matrix_fixed< T, num_rows, num_cols >inline
scale_column(unsigned col, T value)vnl_matrix_fixed< T, num_rows, num_cols >
scale_row(unsigned row, T value)vnl_matrix_fixed< T, num_rows, num_cols >
self typedefvnl_matrix_fixed< T, num_rows, num_cols >
set(unsigned r, unsigned c, T const &v)vnl_matrix_fixed< T, num_rows, num_cols >inline
set(T const *d)vnl_matrix_fixed< T, num_rows, num_cols >inline
set_column(unsigned i, T const *v)vnl_matrix_fixed< T, num_rows, num_cols >
set_column(unsigned i, T value)vnl_matrix_fixed< T, num_rows, num_cols >
set_column(unsigned j, vnl_vector< T > const &v)vnl_matrix_fixed< T, num_rows, num_cols >
set_column(unsigned j, vnl_vector_fixed< T, num_rows > const &v)vnl_matrix_fixed< T, num_rows, num_cols >
set_columns(unsigned starting_column, vnl_matrix< T > const &M)vnl_matrix_fixed< T, num_rows, num_cols >
set_diagonal(vnl_vector< T > const &)vnl_matrix_fixed< T, num_rows, num_cols >
set_identity()vnl_matrix_fixed< T, num_rows, num_cols >
set_row(unsigned i, T const *v)vnl_matrix_fixed< T, num_rows, num_cols >
set_row(unsigned i, T value)vnl_matrix_fixed< T, num_rows, num_cols >
set_row(unsigned i, vnl_vector< T > const &)vnl_matrix_fixed< T, num_rows, num_cols >
set_row(unsigned i, vnl_vector_fixed< T, num_cols > const &)vnl_matrix_fixed< T, num_rows, num_cols >
size() constvnl_matrix_fixed< T, num_rows, num_cols >inline
size_type typedefvnl_matrix_fixed< T, num_rows, num_cols >
sub(const T *a, const T *b, T *r)vnl_matrix_fixed< T, num_rows, num_cols >static
sub(const T *a, T b, T *r)vnl_matrix_fixed< T, num_rows, num_cols >static
sub(T a, const T *b, T *r)vnl_matrix_fixed< T, num_rows, num_cols >static
swap(vnl_matrix_fixed< T, num_rows, num_cols > &that)vnl_matrix_fixed< T, num_rows, num_cols >
transpose() constvnl_matrix_fixed< T, num_rows, num_cols >
update(vnl_matrix< T > const &, unsigned top=0, unsigned left=0)vnl_matrix_fixed< T, num_rows, num_cols >
vnl_complexify(vnl_matrix_fixed< T, r, c > const &R)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_complexify(vnl_matrix_fixed< T, r, c > const &R, vnl_matrix_fixed< T, r, c > const &I)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_complexify(vnl_diag_matrix_fixed< T, n > const &R, vnl_diag_matrix_fixed< T, n > const &I)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_det(vnl_matrix_fixed< T, 1, 1 > const &m)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_det(vnl_matrix_fixed< T, 2, 2 > const &m)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_det(vnl_matrix_fixed< T, 3, 3 > const &m)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_det(vnl_matrix_fixed< T, 4, 4 > const &m)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_determinant(vnl_matrix_fixed< T, m, n > const &M, bool balance=false)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_imag(vnl_matrix_fixed< std::complex< T >, NRow, NCol > const &C)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_inverse(vnl_matrix_fixed< T, 1, 1 > const &m)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_inverse(vnl_matrix_fixed< T, 2, 2 > const &m)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_inverse(vnl_matrix_fixed< T, 3, 3 > const &m)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_inverse(vnl_matrix_fixed< T, 4, 4 > const &m)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_inverse_transpose(vnl_matrix_fixed< T, 1, 1 > const &m)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_inverse_transpose(vnl_matrix_fixed< T, 2, 2 > const &m)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_inverse_transpose(vnl_matrix_fixed< T, 3, 3 > const &m)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_inverse_transpose(vnl_matrix_fixed< T, 4, 4 > const &m)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_matlab_print(std::ostream &, vnl_matrix_fixed< T, n, m > const &, char const *variable_name=nullptr, vnl_matlab_print_format=vnl_matlab_print_format_default)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_matrix_exp(SquareMatrix const &X, SquareMatrix &expX, double max_err)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_matrix_exp(SquareMatrix const &X)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_matrix_fixed()=defaultvnl_matrix_fixed< T, num_rows, num_cols >
vnl_matrix_fixed(const vnl_matrix_fixed &rhs)=defaultvnl_matrix_fixed< T, num_rows, num_cols >
vnl_matrix_fixed(vnl_matrix_fixed &&other)=defaultvnl_matrix_fixed< T, num_rows, num_cols >
vnl_matrix_fixed(unsigned VXL_USED_IN_DEBUG(n), unsigned VXL_USED_IN_DEBUG(m))vnl_matrix_fixed< T, num_rows, num_cols >inline
vnl_matrix_fixed(T value)vnl_matrix_fixed< T, num_rows, num_cols >inlineexplicit
vnl_matrix_fixed(const T *datablck)vnl_matrix_fixed< T, num_rows, num_cols >inlineexplicit
vnl_matrix_fixed(const vnl_matrix< T > &rhs)vnl_matrix_fixed< T, num_rows, num_cols >inline
vnl_power(vnl_matrix_fixed< T, d, d > const &m, int n)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_real(vnl_matrix_fixed< std::complex< T >, NRow, NCol > const &C)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_rotation_matrix(vnl_vector_fixed< double, 3 > const &axis)vnl_matrix_fixed< T, num_rows, num_cols >related
vnl_trace(vnl_matrix_fixed< T, N1, N2 > const &M)vnl_matrix_fixed< T, num_rows, num_cols >related
vsl_b_read(vsl_b_istream &is, vnl_matrix_fixed< T, m, n > &v)vnl_matrix_fixed< T, num_rows, num_cols >related
vsl_b_write(vsl_b_ostream &os, const vnl_matrix_fixed< T, m, n > &v)vnl_matrix_fixed< T, num_rows, num_cols >related
vsl_print_summary(std::ostream &os, const vnl_matrix_fixed< T, m, n > &b)vnl_matrix_fixed< T, num_rows, num_cols >related
x_write(std::ostream &os, vnl_matrix_fixed< T, m, n > const &v, std::string name="vnl_matrix_fixed")vnl_matrix_fixed< T, num_rows, num_cols >related
x_write_tree(std::ostream &os, vnl_matrix_fixed< T, m, n > const &v, std::string name="vnl_matrix_fixed")vnl_matrix_fixed< T, num_rows, num_cols >related
~vnl_matrix_fixed()=defaultvnl_matrix_fixed< T, num_rows, num_cols >