49 template<
typename dtype>
#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
NdArray< double > inv(const NdArray< dtype > &inArray)
Definition inv.hpp:54
Definition Cartesian.hpp:40
NdArray< double > cov_inv(const NdArray< dtype > &x, Bias bias=Bias::NO)
Definition cov_inv.hpp:50
NdArray< double > cov(const NdArray< dtype > &x, Bias bias=Bias::NO)
Definition cov.hpp:53
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
Bias
Bias boolean.
Definition Enums.hpp:65