Fitzgibbon
Modifications
Comments re-written by Tim Cootes, for his sins.
Feb.2002 - Peter Vanroose - brief doxygen comment placed on single line
Mar.2004 - Peter Vanroose - deprecated fixed-size constructors now compile only when VNL_CONFIG_LEGACY_METHODS==1
Definition in file vnl_vector.h.
#include <vcl_iosfwd.h>
#include <vnl/vnl_tag.h>
#include <vnl/vnl_c_vector.h>
#include <vnl/vnl_config.h>
#include <vnl/vnl_error.h>
Go to the source code of this file.
Classes | |
| class | vnl_vector< T > |
| Mathematical vector class, templated by type of element. More... | |
Defines | |
| #define | v vnl_vector<T> |
| #define | m vnl_matrix<T> |
Functions | |
| template<class T> | |
| T | dot_product (v const &, v const &) |
| template<class T> | |
| T | inner_product (v const &, v const &) |
| template<class T> | |
| T | bracket (v const &, m const &, v const &) |
| template<class T> | |
| T | cos_angle (v const &, v const &) |
| template<class T> | |
| double | angle (v const &, v const &) |
| template<class T> | |
| m | outer_product (v const &, v const &) |
| template<class T> | |
| v | operator+ (T, v const &) |
| template<class T> | |
| v | operator- (T, v const &) |
| template<class T> | |
| v | operator * (T, v const &) |
| template<class T> | |
| v | operator * (v const &, m const &) |
| template<class T> | |
| v | element_product (v const &, v const &) |
| template<class T> | |
| v | element_quotient (v const &, v const &) |
| template<class T> | |
| T | vnl_vector_ssd (v const &, v const &) |
| template<class T> | |
| void | swap (v &, v &) |
| #define m vnl_matrix<T> |
Definition at line 42 of file vnl_vector.h.
| #define v vnl_vector<T> |
Definition at line 41 of file vnl_vector.h.
| double angle | ( | v const & | , | |
| v const & | ||||
| ) |
| T bracket | ( | v const & | , | |
| m const & | , | |||
| v const & | ||||
| ) |
| T cos_angle | ( | v const & | , | |
| v const & | ||||
| ) |
| T dot_product | ( | v const & | , | |
| v const & | ||||
| ) |
| v element_product | ( | v const & | , | |
| v const & | ||||
| ) |
| v element_quotient | ( | v const & | , | |
| v const & | ||||
| ) |
| T inner_product | ( | v const & | , | |
| v const & | ||||
| ) |
| v operator * | ( | v const & | , | |
| m const & | ||||
| ) |
| v operator * | ( | T | , | |
| v const & | ||||
| ) |
| v operator+ | ( | T | , | |
| v const & | ||||
| ) |
| v operator- | ( | T | , | |
| v const & | ||||
| ) |
| m outer_product | ( | v const & | , | |
| v const & | ||||
| ) |
| void swap | ( | v & | , | |
| v & | ||||
| ) |
| T vnl_vector_ssd | ( | v const & | , | |
| v const & | ||||
| ) |
1.5.1