Definition in file vnl_matrix.h.
#include <vcl_iosfwd.h>
#include <vnl/vnl_tag.h>
#include <vnl/vnl_c_vector.h>
#include <vnl/vnl_config.h>
Go to the source code of this file.
Classes | |
| class | vnl_matrix< T > |
| An ordinary mathematical matrix. More... | |
Enumerations | |
| enum | vnl_matrix_type { vnl_matrix_null, vnl_matrix_identity } |
Functions | |
| template<class T> | |
| m | operator+ (T const &, m const &) |
| template<class T> | |
| m | operator- (T const &, m const &) |
| template<class T> | |
| m | operator * (T const &, m const &) |
| template<class T> | |
| m | element_product (m const &, m const &) |
| template<class T> | |
| m | element_quotient (m const &, m const &) |
| template<class T> | |
| T | dot_product (m const &, m const &) |
| template<class T> | |
| T | inner_product (m const &, m const &) |
| template<class T> | |
| T | cos_angle (m const &, m const &) |
| template<class T> | |
| vcl_ostream & | operator<< (vcl_ostream &, m const &) |
| template<class T> | |
| vcl_istream & | operator>> (vcl_istream &, m &) |
| enum vnl_matrix_type |
| T cos_angle | ( | m const & | , | |
| m const & | ||||
| ) |
| T dot_product | ( | m const & | , | |
| m const & | ||||
| ) |
| m element_product | ( | m const & | , | |
| m const & | ||||
| ) |
| m element_quotient | ( | m const & | , | |
| m const & | ||||
| ) |
| T inner_product | ( | m const & | , | |
| m const & | ||||
| ) |
| m operator * | ( | T const & | , | |
| m const & | ||||
| ) |
| m operator+ | ( | T const & | , | |
| m const & | ||||
| ) |
| m operator- | ( | T const & | , | |
| m const & | ||||
| ) |
| vcl_ostream& operator<< | ( | vcl_ostream & | , | |
| m const & | ||||
| ) |
| vcl_istream& operator>> | ( | vcl_istream & | , | |
| m & | ||||
| ) |
1.5.1