NumCpp
1.0
A C++ implementation of the Python Numpy library
ravel.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:
45
template
<
typename
dtype>
46
NdArray<dtype>
&
ravel
(
NdArray<dtype>
& inArray) noexcept
47
{
48
inArray.
ravel
();
49
return
inArray;
50
}
51
}
nc::ravel
NdArray< dtype > & ravel(NdArray< dtype > &inArray) noexcept
Definition:
ravel.hpp:46
nc::NdArray< dtype >
NdArray.hpp
nc
Definition:
Coordinate.hpp:45
nc::NdArray::ravel
NdArray< dtype > & ravel() noexcept
Definition:
NdArrayCore.hpp:3981
include
NumCpp
Functions
ravel.hpp
Generated by
1.8.17