Math on blocks of memory. More...
Go to the source code of this file.
| Classes | |
| class | vnl_c_na_vector< T > | 
| vnl_c_na_vector interfaces to NA-aware lowlevel memory-block operations.  More... | |
| Functions | |
| template<class T , class S > | |
| void | vnl_c_na_vector_one_norm (T const *p, unsigned n, S *out) | 
| template<class T , class S > | |
| void | vnl_c_na_vector_two_norm (T const *p, unsigned n, S *out) | 
| template<class T , class S > | |
| void | vnl_c_na_vector_two_norm_squared (T const *p, unsigned n, S *out) | 
| template<class T > | |
| vcl_ostream & | print_na_vector (vcl_ostream &, T const *, unsigned) | 
| Input & output. | |
Math on blocks of memory.
NA aware vnl_c_vector-like interfaces to lowlevel memory-block operations.
    Modifications
   Definition in file vnl_c_na_vector.h.
| vcl_ostream & print_na_vector | ( | vcl_ostream & | , | 
| T const * | , | ||
| unsigned | |||
| ) | 
Input & output.
Definition at line 131 of file vnl_c_na_vector.txx.
| void vnl_c_na_vector_one_norm | ( | T const * | p, | 
| unsigned | n, | ||
| S * | out | ||
| ) | 
Definition at line 86 of file vnl_c_na_vector.txx.
| void vnl_c_na_vector_two_norm | ( | T const * | p, | 
| unsigned | n, | ||
| S * | out | ||
| ) | 
Definition at line 102 of file vnl_c_na_vector.txx.
| void vnl_c_na_vector_two_norm_squared | ( | T const * | p, | 
| unsigned | n, | ||
| S * | out | ||
| ) | 
Definition at line 53 of file vnl_c_na_vector.txx.
 1.7.5.1
 1.7.5.1