47 template<
typename dtype>
66 template<
typename dtype>
79 std::complex<dtype>{ 0 });
96 std::complex<dtype>{ 0 });
105 errStr +=
" are not consistent.";
124 template<
typename dtype>
137 std::complex<dtype>{ 0 });
154 std::complex<dtype>{ 0 });
163 errStr +=
" are not consistent.";
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition Error.hpp:37
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition StaticAsserts.hpp:39
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
self_type dot(const self_type &inOtherArray) const
Definition NdArrayCore.hpp:2795
T transform_reduce(ForwardIt1 first1, ForwardIt1 last1, ForwardIt2 first2, T init)
Definition StlAlgorithms.hpp:825
std::string num2str(dtype inNumber)
Definition num2str.hpp:44
Definition Cartesian.hpp:40
NdArray< dtype > dot(const NdArray< dtype > &inArray1, const NdArray< dtype > &inArray2)
Definition dot.hpp:48
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
std::uint32_t uint32
Definition Types.hpp:40