56 const auto mDouble =
static_cast<double>(
m);
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
constexpr double pi
Pi.
Definition Core/Constants.hpp:39
Definition Cartesian.hpp:40
NdArray< double > hanning(int32 m)
Definition hanning.hpp:49
NdArray< dtype > linspace(dtype inStart, dtype inStop, uint32 inNum=50, EndPoint endPoint=EndPoint::YES)
Definition linspace.hpp:61
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
std::int32_t int32
Definition Types.hpp:36