#include <cmath>#include "vnl_c_na_vector.h"#include <vnl/vnl_math.h>#include <vnl/vnl_na.h>#include <vnl/vnl_complex_traits.h>#include <vnl/vnl_numeric_traits.h>Go to the source code of this file.
Macros | |
| #define | VNL_C_NA_VECTOR_INSTANTIATE_norm(T, S) |
| #define | VNL_C_NA_VECTOR_INSTANTIATE_ordered(T) |
| #define | VNL_C_NA_VECTOR_INSTANTIATE_unordered(T) |
Functions | |
| template<class T , class S > | |
| void | vnl_c_na_vector_two_norm_squared (T const *p, unsigned n, S *out) |
| template<class T , class S > | |
| void | vnl_c_na_vector_rms_norm (T const *p, unsigned n, S *out) |
| 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_inf_norm (T const *p, unsigned n, S *out) |
| template<class T > | |
| std::ostream & | print_na_vector (std::ostream &s, T const *v, unsigned size) |
| Input & output. More... | |
Definition in file vnl_c_na_vector.hxx.
| #define VNL_C_NA_VECTOR_INSTANTIATE_norm | ( | T, | |
| S | |||
| ) |
Definition at line 147 of file vnl_c_na_vector.hxx.
| #define VNL_C_NA_VECTOR_INSTANTIATE_ordered | ( | T | ) |
Definition at line 155 of file vnl_c_na_vector.hxx.
| #define VNL_C_NA_VECTOR_INSTANTIATE_unordered | ( | T | ) |
Definition at line 162 of file vnl_c_na_vector.hxx.
| std::ostream& print_na_vector | ( | std::ostream & | s, |
| T const * | v, | ||
| unsigned | size | ||
| ) |
Input & output.
Definition at line 134 of file vnl_c_na_vector.hxx.
| void vnl_c_na_vector_inf_norm | ( | T const * | p, |
| unsigned | n, | ||
| S * | out | ||
| ) |
Definition at line 114 of file vnl_c_na_vector.hxx.
| void vnl_c_na_vector_one_norm | ( | T const * | p, |
| unsigned | n, | ||
| S * | out | ||
| ) |
Definition at line 89 of file vnl_c_na_vector.hxx.
| void vnl_c_na_vector_rms_norm | ( | T const * | p, |
| unsigned | n, | ||
| S * | out | ||
| ) |
Definition at line 72 of file vnl_c_na_vector.hxx.
| void vnl_c_na_vector_two_norm | ( | T const * | p, |
| unsigned | n, | ||
| S * | out | ||
| ) |
Definition at line 105 of file vnl_c_na_vector.hxx.
| void vnl_c_na_vector_two_norm_squared | ( | T const * | p, |
| unsigned | n, | ||
| S * | out | ||
| ) |
Definition at line 56 of file vnl_c_na_vector.hxx.
1.8.15