|
| template<typename T > |
| std::size_t | mckl::count_finite (std::size_t n, const T *a) |
| | Return the number of elements that are finite. More...
|
| |
| template<typename T > |
| std::size_t | mckl::count_finite (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::count_inf (std::size_t n, const T *a) |
| | Return the number of elements that are infinity. More...
|
| |
| template<typename T > |
| std::size_t | mckl::count_inf (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::count_nan (std::size_t n, const T *a) |
| | Return the number of elements that are nan. More...
|
| |
| template<typename T > |
| std::size_t | mckl::count_nan (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::count_normal (std::size_t n, const T *a) |
| | Return the number of elements that are normal. More...
|
| |
| template<typename T > |
| std::size_t | mckl::count_normal (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::count_not_finite (std::size_t n, const T *a) |
| | Return the number of elements that are not finite. More...
|
| |
| template<typename T > |
| std::size_t | mckl::count_not_finite (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::count_not_inf (std::size_t n, const T *a) |
| | Return the number of elements that are not infinity. More...
|
| |
| template<typename T > |
| std::size_t | mckl::count_not_inf (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::count_not_nan (std::size_t n, const T *a) |
| | Return the number of elements that are not nan. More...
|
| |
| template<typename T > |
| std::size_t | mckl::count_not_nan (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::count_not_normal (std::size_t n, const T *a) |
| | Return the number of elements that are not normal. More...
|
| |
| template<typename T > |
| std::size_t | mckl::count_not_normal (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::count_not_subnormal (std::size_t n, const T *a) |
| | Return the number of elements that are not subnormal. More...
|
| |
| template<typename T > |
| std::size_t | mckl::count_not_subnormal (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::count_not_zero (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::count_not_zero (std::size_t n, const T *a) |
| | Return the number of elements that are not zero. More...
|
| |
| template<typename T > |
| std::size_t | mckl::count_subnormal (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::count_subnormal (std::size_t n, const T *a) |
| | Return the number of elements that are subnormal. More...
|
| |
| template<typename T > |
| std::size_t | mckl::count_zero (std::size_t n, const T *a) |
| | Return the number of elements that are zero. More...
|
| |
| template<typename T > |
| std::size_t | mckl::count_zero (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::find_finite (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::find_finite (std::size_t n, const T *a) |
| | Return the index of the first element that is finite. More...
|
| |
| template<typename T > |
| std::size_t | mckl::find_inf (std::size_t n, const T *a) |
| | Return the index of the first element that is infinity. More...
|
| |
| template<typename T > |
| std::size_t | mckl::find_inf (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::find_nan (std::size_t n, const T *a) |
| | Return the index of the first element that is nan. More...
|
| |
| template<typename T > |
| std::size_t | mckl::find_nan (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::find_normal (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::find_normal (std::size_t n, const T *a) |
| | Return the index of the first element that is normal. More...
|
| |
| template<typename T > |
| std::size_t | mckl::find_not_finite (std::size_t n, const T *a) |
| | Return the index of the first element that is not finite. More...
|
| |
| template<typename T > |
| std::size_t | mckl::find_not_finite (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::find_not_inf (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::find_not_inf (std::size_t n, const T *a) |
| | Return the index of the first element that is not infinity. More...
|
| |
| template<typename T > |
| std::size_t | mckl::find_not_nan (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::find_not_nan (std::size_t n, const T *a) |
| | Return the index of the first element that is not nan. More...
|
| |
| template<typename T > |
| std::size_t | mckl::find_not_normal (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::find_not_normal (std::size_t n, const T *a) |
| | Return the index of the first element that is not normal. More...
|
| |
| template<typename T > |
| std::size_t | mckl::find_not_subnormal (std::size_t n, const T *a) |
| | Return the index of the first element that is not subnormal. More...
|
| |
| template<typename T > |
| std::size_t | mckl::find_not_subnormal (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::find_not_zero (std::size_t n, const T *a) |
| | Return the index of the first element that is not zero. More...
|
| |
| template<typename T > |
| std::size_t | mckl::find_not_zero (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::find_subnormal (std::size_t n, const std::complex< T > *a) |
| |
| template<typename T > |
| std::size_t | mckl::find_subnormal (std::size_t n, const T *a) |
| | Return the index of the first element that is subnormal. More...
|
| |
| template<typename T > |
| std::size_t | mckl::find_zero (std::size_t n, const T *a) |
| | Return the index of the first element that is zero. More...
|
| |
| template<typename T > |
| std::size_t | mckl::find_zero (std::size_t n, const std::complex< T > *a) |
| |