49 template<
typename dtype>
#define STATIC_ASSERT_ARITHMETIC_OR_COMPLEX(dtype)
Definition StaticAsserts.hpp:56
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
Definition Cartesian.hpp:40
NdArray< double > cov(const NdArray< dtype > &x, Bias bias=Bias::NO)
Definition cov.hpp:53
NdArray< dtype > empty_like(const NdArray< dtype > &inArray)
Definition empty_like.hpp:44
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
auto sqrt(dtype inValue) noexcept
Definition sqrt.hpp:48
NdArray< double > corrcoef(const NdArray< dtype > &x)
Definition corrcoef.hpp:50