47 template<
typename dtype>
61 for (
uint32 row = 0; row < inArray.
shape().rows; ++row)
70 for (
uint32 row = 0; row < returnArray.
shape().rows; ++row)
#define THROW_INVALID_ARGUMENT_ERROR(msg)
Definition: Error.hpp:36
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition: NdArrayCore.hpp:72
iterator end() noexcept
Definition: NdArrayCore.hpp:1558
Shape shape() const noexcept
Definition: NdArrayCore.hpp:4483
NdArray< dtype > transpose() const
Definition: NdArrayCore.hpp:4830
iterator begin() noexcept
Definition: NdArrayCore.hpp:1214
void reverse(BidirIt first, BidirIt last) noexcept
Definition: StlAlgorithms.hpp:453
Definition: Coordinate.hpp:45
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
std::uint32_t uint32
Definition: Types.hpp:40