vnl_c_vector interfaces to lowlevel memory-block operations.
Modifications
980212 AWF Initial version.
LSB (Manchester) 26/3/01 Tidied documentation
Definition in file vnl_c_vector.h.
#include <vcl_iosfwd.h>
#include <vnl/vnl_numeric_traits.h>
#include <vcl_cmath.h>
Go to the source code of this file.
Classes | |
| class | vnl_c_vector< T > |
| vnl_c_vector interfaces to lowlevel memory-block operations. More... | |
Functions | |
| template<class T, class S> | |
| void | vnl_c_vector_one_norm (T const *p, unsigned n, S *out) |
| template<class T, class S> | |
| void | vnl_c_vector_two_norm (T const *p, unsigned n, S *out) |
| template<class T, class S> | |
| void | vnl_c_vector_inf_norm (T const *p, unsigned n, S *out) |
| template<class T, class S> | |
| void | vnl_c_vector_two_norm_squared (T const *p, unsigned n, S *out) |
| template<class T, class S> | |
| void | vnl_c_vector_rms_norm (T const *p, unsigned n, S *out) |
| void vnl_c_vector_inf_norm | ( | T const * | p, | |
| unsigned | n, | |||
| S * | out | |||
| ) |
Definition at line 324 of file vnl_c_vector.txx.
| void vnl_c_vector_one_norm | ( | T const * | p, | |
| unsigned | n, | |||
| S * | out | |||
| ) |
Definition at line 307 of file vnl_c_vector.txx.
| void vnl_c_vector_rms_norm | ( | T const * | p, | |
| unsigned | n, | |||
| S * | out | |||
| ) |
Definition at line 298 of file vnl_c_vector.txx.
| void vnl_c_vector_two_norm | ( | T const * | p, | |
| unsigned | n, | |||
| S * | out | |||
| ) |
Definition at line 316 of file vnl_c_vector.txx.
| void vnl_c_vector_two_norm_squared | ( | T const * | p, | |
| unsigned | n, | |||
| S * | out | |||
| ) |
Definition at line 279 of file vnl_c_vector.txx.
1.5.1