Go to the source code of this file.
Compounds | |
class | vnl_matrix |
Defines | |
#define | v vnl_vector<T> |
#define | m vnl_matrix<T> |
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 &) |
template<class T> vnl_matrix< T > | operator * (T const &value, vnl_matrix< T > const &m) |
template<class T> vnl_matrix< T > | operator+ (T const &value, vnl_matrix< T > const &m) |
template<class T> void | swap (vnl_matrix< T > &A, vnl_matrix< T > &B) |
Variables | |
export class | vnl_vector |
export class | vnl_matrix |
Definition in file vnl_matrix.h.
|
Definition at line 26 of file vnl_matrix.h. Referenced by vnl_matrix< vcl_complex< T > >::end(), and vnl_matrix< vcl_complex< T > >::inf_norm(). |
|
Definition at line 25 of file vnl_matrix.h. Referenced by vnl_matrix< vcl_complex< T > >::operator *(), vnl_matrix< vcl_complex< T > >::operator *=(), vnl_matrix< vcl_complex< T > >::operator()(), and vnl_matrix< vcl_complex< T > >::operator-(). |
|
Definition at line 42 of file vnl_matrix.h. |
|
Referenced by vnl_matrix< vcl_complex< T > >::inf_norm(). |
|
Referenced by vnl_matrix< vcl_complex< T > >::inf_norm(). |
|
Referenced by vnl_matrix< vcl_complex< T > >::inf_norm(). |
|
Referenced by vnl_matrix< vcl_complex< T > >::inf_norm(). |
|
Referenced by vnl_matrix< vcl_complex< T > >::inf_norm(). |
|
Definition at line 660 of file vnl_matrix.h. |
|
|
|
Definition at line 665 of file vnl_matrix.h. |
|
|
|
|
|
|
|
|
|
Definition at line 670 of file vnl_matrix.h. |
|
Definition at line 21 of file vnl_matrix.h. |
|
Definition at line 20 of file vnl_matrix.h. |