NumCpp  2.6.2
A Templatized Header Only C++ Implementation of the Python NumPy Library
Functions.hpp
Go to the documentation of this file.
1 
28 #pragma once
29 
30 #include "NumCpp/Functions/abs.hpp"
31 #include "NumCpp/Functions/add.hpp"
33 #include "NumCpp/Functions/all.hpp"
38 #include "NumCpp/Functions/any.hpp"
60 
68 
81 #include "NumCpp/Functions/cos.hpp"
88 
97 #include "NumCpp/Functions/dot.hpp"
99 
104 #include "NumCpp/Functions/exp.hpp"
105 #include "NumCpp/Functions/exp2.hpp"
107 #include "NumCpp/Functions/eye.hpp"
108 
110 #include "NumCpp/Functions/find.hpp"
111 #include "NumCpp/Functions/fix.hpp"
114 #include "NumCpp/Functions/flip.hpp"
119 #include "NumCpp/Functions/fmax.hpp"
120 #include "NumCpp/Functions/fmin.hpp"
121 #include "NumCpp/Functions/fmod.hpp"
125 #include "NumCpp/Functions/full.hpp"
127 
128 #include "NumCpp/Functions/gcd.hpp"
132 
136 
138 #include "NumCpp/Functions/imag.hpp"
145 
146 #include "NumCpp/Functions/lcm.hpp"
149 #include "NumCpp/Functions/less.hpp"
152 #include "NumCpp/Functions/load.hpp"
153 #include "NumCpp/Functions/log.hpp"
156 #include "NumCpp/Functions/log2.hpp"
161 
163 #include "NumCpp/Functions/max.hpp"
165 #include "NumCpp/Functions/mean.hpp"
168 #include "NumCpp/Functions/min.hpp"
170 #include "NumCpp/Functions/mod.hpp"
172 
184 #include "NumCpp/Functions/nans.hpp"
192 #include "NumCpp/Functions/none.hpp"
194 #include "NumCpp/Functions/norm.hpp"
196 
197 #include "NumCpp/Functions/ones.hpp"
200 
201 #include "NumCpp/Functions/pad.hpp"
208 #include "NumCpp/Functions/prod.hpp"
209 #include "NumCpp/Functions/proj.hpp"
210 #include "NumCpp/Functions/ptp.hpp"
211 #include "NumCpp/Functions/put.hpp"
213 
217 #include "NumCpp/Functions/real.hpp"
226 #include "NumCpp/Functions/rint.hpp"
227 #include "NumCpp/Functions/rms.hpp"
228 #include "NumCpp/Functions/roll.hpp"
232 
235 #include "NumCpp/Functions/sign.hpp"
237 #include "NumCpp/Functions/sin.hpp"
238 #include "NumCpp/Functions/sinc.hpp"
239 #include "NumCpp/Functions/sinh.hpp"
240 #include "NumCpp/Functions/size.hpp"
241 #include "NumCpp/Functions/sort.hpp"
242 #include "NumCpp/Functions/sqrt.hpp"
247 #include "NumCpp/Functions/sum.hpp"
248 #include "NumCpp/Functions/swap.hpp"
250 
251 #include "NumCpp/Functions/tan.hpp"
252 #include "NumCpp/Functions/tanh.hpp"
253 #include "NumCpp/Functions/tile.hpp"
259 #include "NumCpp/Functions/tri.hpp"
262 
266 
267 #include "NumCpp/Functions/var.hpp"
269 
271