 |
NumCpp
1.0
A C++ implementation of the Python Numpy library
|
Go to the documentation of this file.
35 #include "boost/integer/common_factor_rt.hpp"
50 template<
typename dtype>
51 dtype
gcd(dtype inValue1, dtype inValue2) noexcept
68 template<
typename dtype>
72 return boost::integer::gcd_range(inArray.
cbegin(), inArray.
cend()).first;
#define STATIC_ASSERT_INTEGER(dtype)
Definition: StaticAsserts.hpp:41
dtype gcd(dtype inValue1, dtype inValue2) noexcept
Definition: gcd.hpp:51
dtype gcd(const NdArray< dtype > &inArray)
Definition: gcd.hpp:69
const_iterator cend() const noexcept
Definition: NdArrayCore.hpp:1491
Definition: Coordinate.hpp:45
const_iterator cbegin() const noexcept
Definition: NdArrayCore.hpp:1147