 |
NumCpp
2.4.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Go to the documentation of this file.
51 template<
typename dtype>
57 const auto function = [](
double& value) ->
void
78 template<
typename dtype>
84 const auto function = [](std::complex<double>& value) ->
void
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:37
void for_each(InputIt first, InputIt last, UnaryFunction f)
Definition: StlAlgorithms.hpp:213
iterator end() noexcept
Definition: NdArrayCore.hpp:1431
Axis
Enum To describe an axis.
Definition: Types.hpp:46
NdArray< double > stdev(const NdArray< dtype > &inArray, Axis inAxis=Axis::NONE)
Definition: stdev.hpp:53
Definition: Coordinate.hpp:44
NdArray< double > var(const NdArray< dtype > &inArray, Axis inAxis=Axis::NONE)
Definition: var.hpp:52
iterator begin() noexcept
Definition: NdArrayCore.hpp:1087