NumCpp
1.0
A C++ implementation of the Python Numpy library
swapaxes.hpp
Go to the documentation of this file.
1
#pragma once
30
31
#include "
NumCpp/NdArray.hpp
"
32
33
namespace
nc
34
{
35
//============================================================================
36
// Method Description:
46
template
<
typename
dtype>
47
NdArray<dtype>
swapaxes
(
const
NdArray<dtype>
& inArray)
48
{
49
return
inArray.
swapaxes
();
50
}
51
}
nc::swapaxes
NdArray< dtype > swapaxes(const NdArray< dtype > &inArray)
Definition:
swapaxes.hpp:47
nc::NdArray< dtype >
NdArray.hpp
nc::NdArray::swapaxes
NdArray< dtype > swapaxes() const
Definition:
NdArrayCore.hpp:4460
nc
Definition:
Coordinate.hpp:45
include
NumCpp
Functions
swapaxes.hpp
Generated by
1.8.17