NumCpp  2.1.0
A C++ implementation of the Python Numpy library
bitwise_not.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:
43  template<typename dtype>
45  {
46  return ~inArray;
47  }
48 } // namespace nc
nc::NdArray< dtype >
NdArray.hpp
nc::bitwise_not
NdArray< dtype > bitwise_not(const NdArray< dtype > &inArray)
Definition: bitwise_not.hpp:44
nc
Definition: Coordinate.hpp:45