Go to the source code of this file.
Compounds | |
class | vnl_vector_fixed |
Functions | |
template<class T, int n> vnl_vector_fixed< T, n > | element_product (vnl_vector_fixed< T, n > const &, vnl_vector_fixed< T, n > const &) |
template<class T, int n> vnl_vector_fixed< T, n > | element_quotient (vnl_vector_fixed< T, n > const &, vnl_vector_fixed< T, n > const &) |
template<class T, int n> vnl_vector_fixed< T, n > | operator+ (T const t, vnl_vector_fixed< T, n > const &rhs) |
template<class T, int n> vnl_vector_fixed< T, n > | operator- (T const t, vnl_vector_fixed< T, n > const &rhs) |
template<class T, int n> vnl_vector_fixed< T, n > | operator * (T const t, vnl_vector_fixed< T, n > const &rhs) |
vnl_vector_fixed< double, 3 > | cross_3d (vnl_vector_fixed< double, 3 > const &vect1, vnl_vector_fixed< double, 3 > const &vect2) |
vnl_vector_fixed< float, 3 > | cross_3d (vnl_vector_fixed< float, 3 > const &vect1, vnl_vector_fixed< float, 3 > const &vect2) |
vnl_vector_fixed< int, 3 > | cross_3d (vnl_vector_fixed< int, 3 > const &vect1, vnl_vector_fixed< int, 3 > const &vect2) |
Definition in file vnl_vector_fixed.h.
|
|
|
|
|
|
|
Definition at line 197 of file vnl_vector_fixed.h. |
|
Definition at line 206 of file vnl_vector_fixed.h. Referenced by vnl_vector_fixed< T, 4 >::update(). |
|
Definition at line 193 of file vnl_vector_fixed.h. |
|
Definition at line 185 of file vnl_vector_fixed.h. |
|
Definition at line 189 of file vnl_vector_fixed.h. |