 |
NumCpp
2.4.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Go to the documentation of this file.
47 template<
typename dtype>
61 for (
uint32 row = 0; row < inArray.
shape().rows; ++row)
70 for (
uint32 row = 0; row < returnArray.
shape().rows; ++row)
Shape shape() const noexcept
Definition: NdArrayCore.hpp:4356
NdArray< dtype > transpose() const
Definition: NdArrayCore.hpp:4652
std::uint32_t uint32
Definition: Types.hpp:40
iterator end() noexcept
Definition: NdArrayCore.hpp:1431
void reverse(BidirIt first, BidirIt last) noexcept
Definition: StlAlgorithms.hpp:453
Axis
Enum To describe an axis.
Definition: Types.hpp:46
NdArray< dtype > flip(const NdArray< dtype > &inArray, Axis inAxis=Axis::NONE)
Definition: flip.hpp:48
Definition: Coordinate.hpp:44
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition: Error.hpp:36
iterator begin() noexcept
Definition: NdArrayCore.hpp:1087