 |
NumCpp
2.3.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Go to the documentation of this file.
34 #include "boost/integer/common_factor_rt.hpp"
49 template<
typename dtype>
50 dtype
lcm(dtype inValue1, dtype inValue2) noexcept
67 template<
typename dtype>
72 return boost::integer::lcm_range(inArray.
cbegin(), inArray.
cend()).first;
#define STATIC_ASSERT_INTEGER(dtype)
Definition: StaticAsserts.hpp:40
dtype lcm(dtype inValue1, dtype inValue2) noexcept
Definition: lcm.hpp:50
const_iterator cend() const noexcept
Definition: NdArrayCore.hpp:1490
dtype lcm(const NdArray< dtype > &inArray)
Definition: lcm.hpp:68
Definition: Coordinate.hpp:44
const_iterator cbegin() const noexcept
Definition: NdArrayCore.hpp:1146