 |
NumCpp
2.1.0
A C++ implementation of the Python Numpy library
|
Go to the documentation of this file.
52 template<
typename dtype>
58 const auto function = [](
double& value) ->
void
79 template<
typename dtype>
85 const auto function = [](std::complex<double>& value) ->
void
#define STATIC_ASSERT_ARITHMETIC(dtype)
Definition: StaticAsserts.hpp:38
void for_each(InputIt first, InputIt last, UnaryFunction f)
Definition: StlAlgorithms.hpp:214
iterator end() noexcept
Definition: NdArrayCore.hpp:1435
Axis
Enum To describe an axis.
Definition: Types.hpp:47
NdArray< double > stdev(const NdArray< dtype > &inArray, Axis inAxis=Axis::NONE)
Definition: stdev.hpp:54
Definition: Coordinate.hpp:45
NdArray< double > var(const NdArray< dtype > &inArray, Axis inAxis=Axis::NONE)
Definition: var.hpp:53
iterator begin() noexcept
Definition: NdArrayCore.hpp:1091