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