NumCpp  2.7.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
Functions.hpp
Go to the documentation of this file.
1 #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 
70 
83 #include "NumCpp/Functions/cos.hpp"
87 #include "NumCpp/Functions/cov.hpp"
93 
100 #include "NumCpp/Functions/diff.hpp"
102 #include "NumCpp/Functions/dot.hpp"
103 #include "NumCpp/Functions/dump.hpp"
104 
109 #include "NumCpp/Functions/exp.hpp"
110 #include "NumCpp/Functions/exp2.hpp"
113 #include "NumCpp/Functions/eye.hpp"
114 
116 #include "NumCpp/Functions/find.hpp"
117 #include "NumCpp/Functions/fix.hpp"
120 #include "NumCpp/Functions/flip.hpp"
125 #include "NumCpp/Functions/fmax.hpp"
126 #include "NumCpp/Functions/fmin.hpp"
127 #include "NumCpp/Functions/fmod.hpp"
131 #include "NumCpp/Functions/full.hpp"
133 
134 #include "NumCpp/Functions/gcd.hpp"
139 
146 
148 #include "NumCpp/Functions/imag.hpp"
158 
160 
161 #include "NumCpp/Functions/lcm.hpp"
164 #include "NumCpp/Functions/less.hpp"
167 #include "NumCpp/Functions/load.hpp"
168 #include "NumCpp/Functions/log.hpp"
169 #include "NumCpp/Functions/logb.hpp"
172 #include "NumCpp/Functions/log2.hpp"
178 
180 #include "NumCpp/Functions/max.hpp"
182 #include "NumCpp/Functions/mean.hpp"
185 #include "NumCpp/Functions/min.hpp"
187 #include "NumCpp/Functions/mod.hpp"
189 
201 #include "NumCpp/Functions/nans.hpp"
210 #include "NumCpp/Functions/none.hpp"
212 #include "NumCpp/Functions/norm.hpp"
214 
215 #include "NumCpp/Functions/ones.hpp"
218 
219 #include "NumCpp/Functions/pad.hpp"
227 #include "NumCpp/Functions/prod.hpp"
228 #include "NumCpp/Functions/proj.hpp"
229 #include "NumCpp/Functions/ptp.hpp"
230 #include "NumCpp/Functions/put.hpp"
232 
236 #include "NumCpp/Functions/real.hpp"
245 #include "NumCpp/Functions/rint.hpp"
246 #include "NumCpp/Functions/rms.hpp"
247 #include "NumCpp/Functions/roll.hpp"
251 
255 #include "NumCpp/Functions/sign.hpp"
257 #include "NumCpp/Functions/sin.hpp"
258 #include "NumCpp/Functions/sinc.hpp"
259 #include "NumCpp/Functions/sinh.hpp"
260 #include "NumCpp/Functions/size.hpp"
261 #include "NumCpp/Functions/sort.hpp"
262 #include "NumCpp/Functions/sqrt.hpp"
267 #include "NumCpp/Functions/sum.hpp"
268 #include "NumCpp/Functions/swap.hpp"
270 
271 #include "NumCpp/Functions/tan.hpp"
272 #include "NumCpp/Functions/tanh.hpp"
273 #include "NumCpp/Functions/tile.hpp"
279 #include "NumCpp/Functions/tri.hpp"
282 
286 
287 #include "NumCpp/Functions/var.hpp"
289 
291