 |
NumCpp
2.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
lcm(dtype inValue1, dtype inValue2) noexcept
68 template<
typename dtype>
73 return boost::integer::lcm_range(inArray.
cbegin(), inArray.
cend()).first;
#define STATIC_ASSERT_INTEGER(dtype)
Definition: StaticAsserts.hpp:41
dtype lcm(dtype inValue1, dtype inValue2) noexcept
Definition: lcm.hpp:51
const_iterator cend() const noexcept
Definition: NdArrayCore.hpp:1491
dtype lcm(const NdArray< dtype > &inArray)
Definition: lcm.hpp:69
Definition: Coordinate.hpp:45
const_iterator cbegin() const noexcept
Definition: NdArrayCore.hpp:1147