 |
NumCpp
2.1.0
A C++ implementation of the Python Numpy library
|
Go to the documentation of this file.
48 template<
typename dtype>
62 for (
uint32 row = 0; row < inArray.
shape().rows; ++row)
71 for (
uint32 row = 0; row < returnArray.
shape().rows; ++row)
Shape shape() const noexcept
Definition: NdArrayCore.hpp:4312
NdArray< dtype > transpose() const
Definition: NdArrayCore.hpp:4608
std::uint32_t uint32
Definition: Types.hpp:41
iterator end() noexcept
Definition: NdArrayCore.hpp:1435
void reverse(BidirIt first, BidirIt last) noexcept
Definition: StlAlgorithms.hpp:454
Axis
Enum To describe an axis.
Definition: Types.hpp:47
NdArray< dtype > flip(const NdArray< dtype > &inArray, Axis inAxis=Axis::NONE)
Definition: flip.hpp:49
Definition: Coordinate.hpp:45
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition: Error.hpp:37
iterator begin() noexcept
Definition: NdArrayCore.hpp:1091