46 template<
typename dtype>
65 template<
typename dtype>
93 std::complex<dtype>{ 0 });
102 errStr +=
" are not consistent.";
121 template<
typename dtype>
149 std::complex<dtype>{ 0 });
158 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
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:47
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
std::uint32_t uint32
Definition Types.hpp:40