NumCpp
2.4.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
"
32
#include "
NumCpp/Functions/alen.hpp
"
33
#include "
NumCpp/Functions/all.hpp
"
34
#include "
NumCpp/Functions/allclose.hpp
"
35
#include "
NumCpp/Functions/amax.hpp
"
36
#include "
NumCpp/Functions/amin.hpp
"
37
#include "
NumCpp/Functions/angle.hpp
"
38
#include "
NumCpp/Functions/any.hpp
"
39
#include "
NumCpp/Functions/append.hpp
"
40
#include "
NumCpp/Functions/applyFunction.hpp
"
41
#include "
NumCpp/Functions/applyPoly1d.hpp
"
42
#include "
NumCpp/Functions/arange.hpp
"
43
#include "
NumCpp/Functions/arccos.hpp
"
44
#include "
NumCpp/Functions/arccosh.hpp
"
45
#include "
NumCpp/Functions/arcsin.hpp
"
46
#include "
NumCpp/Functions/arcsinh.hpp
"
47
#include "
NumCpp/Functions/arctan.hpp
"
48
#include "
NumCpp/Functions/arctan2.hpp
"
49
#include "
NumCpp/Functions/arctanh.hpp
"
50
#include "
NumCpp/Functions/argmax.hpp
"
51
#include "
NumCpp/Functions/argmin.hpp
"
52
#include "
NumCpp/Functions/argsort.hpp
"
53
#include "
NumCpp/Functions/argwhere.hpp
"
54
#include "
NumCpp/Functions/around.hpp
"
55
#include "
NumCpp/Functions/array_equal.hpp
"
56
#include "
NumCpp/Functions/array_equiv.hpp
"
57
#include "
NumCpp/Functions/asarray.hpp
"
58
#include "
NumCpp/Functions/astype.hpp
"
59
#include "
NumCpp/Functions/average.hpp
"
60
61
#include "
NumCpp/Functions/binaryRepr.hpp
"
62
#include "
NumCpp/Functions/bincount.hpp
"
63
#include "
NumCpp/Functions/bitwise_and.hpp
"
64
#include "
NumCpp/Functions/bitwise_not.hpp
"
65
#include "
NumCpp/Functions/bitwise_or.hpp
"
66
#include "
NumCpp/Functions/bitwise_xor.hpp
"
67
#include "
NumCpp/Functions/byteswap.hpp
"
68
69
#include "
NumCpp/Functions/cbrt.hpp
"
70
#include "
NumCpp/Functions/ceil.hpp
"
71
#include "
NumCpp/Functions/centerOfMass.hpp
"
72
#include "
NumCpp/Functions/clip.hpp
"
73
#include "
NumCpp/Functions/column_stack.hpp
"
74
#include "
NumCpp/Functions/complex.hpp
"
75
#include "
NumCpp/Functions/concatenate.hpp
"
76
#include "
NumCpp/Functions/conj.hpp
"
77
#include "
NumCpp/Functions/contains.hpp
"
78
#include "
NumCpp/Functions/copy.hpp
"
79
#include "
NumCpp/Functions/copySign.hpp
"
80
#include "
NumCpp/Functions/copyto.hpp
"
81
#include "
NumCpp/Functions/cos.hpp
"
82
#include "
NumCpp/Functions/cosh.hpp
"
83
#include "
NumCpp/Functions/count_nonzero.hpp
"
84
#include "
NumCpp/Functions/cross.hpp
"
85
#include "
NumCpp/Functions/cube.hpp
"
86
#include "
NumCpp/Functions/cumprod.hpp
"
87
#include "
NumCpp/Functions/cumsum.hpp
"
88
89
#include "
NumCpp/Functions/deg2rad.hpp
"
90
#include "
NumCpp/Functions/degrees.hpp
"
91
#include "
NumCpp/Functions/deleteIndices.hpp
"
92
#include "
NumCpp/Functions/diag.hpp
"
93
#include "
NumCpp/Functions/diagflat.hpp
"
94
#include "
NumCpp/Functions/diagonal.hpp
"
95
#include "
NumCpp/Functions/diff.hpp
"
96
#include "
NumCpp/Functions/divide.hpp
"
97
#include "
NumCpp/Functions/dot.hpp
"
98
#include "
NumCpp/Functions/dump.hpp
"
99
100
#include "
NumCpp/Functions/empty.hpp
"
101
#include "
NumCpp/Functions/empty_like.hpp
"
102
#include "
NumCpp/Functions/endianess.hpp
"
103
#include "
NumCpp/Functions/equal.hpp
"
104
#include "
NumCpp/Functions/exp.hpp
"
105
#include "
NumCpp/Functions/exp2.hpp
"
106
#include "
NumCpp/Functions/expm1.hpp
"
107
#include "
NumCpp/Functions/eye.hpp
"
108
109
#include "
NumCpp/Functions/fillDiagnol.hpp
"
110
#include "
NumCpp/Functions/find.hpp
"
111
#include "
NumCpp/Functions/fix.hpp
"
112
#include "
NumCpp/Functions/flatnonzero.hpp
"
113
#include "
NumCpp/Functions/flatten.hpp
"
114
#include "
NumCpp/Functions/flip.hpp
"
115
#include "
NumCpp/Functions/fliplr.hpp
"
116
#include "
NumCpp/Functions/flipud.hpp
"
117
#include "
NumCpp/Functions/floor.hpp
"
118
#include "
NumCpp/Functions/floor_divide.hpp
"
119
#include "
NumCpp/Functions/fmax.hpp
"
120
#include "
NumCpp/Functions/fmin.hpp
"
121
#include "
NumCpp/Functions/fmod.hpp
"
122
#include "
NumCpp/Functions/frombuffer.hpp
"
123
#include "
NumCpp/Functions/fromfile.hpp
"
124
#include "
NumCpp/Functions/fromiter.hpp
"
125
#include "
NumCpp/Functions/full.hpp
"
126
#include "
NumCpp/Functions/full_like.hpp
"
127
128
#include "
NumCpp/Functions/gcd.hpp
"
129
#include "
NumCpp/Functions/gradient.hpp
"
130
#include "
NumCpp/Functions/greater.hpp
"
131
#include "
NumCpp/Functions/greater_equal.hpp
"
132
133
#include "
NumCpp/Functions/histogram.hpp
"
134
#include "
NumCpp/Functions/hstack.hpp
"
135
#include "
NumCpp/Functions/hypot.hpp
"
136
137
#include "
NumCpp/Functions/identity.hpp
"
138
#include "
NumCpp/Functions/imag.hpp
"
139
#include "
NumCpp/Functions/interp.hpp
"
140
#include "
NumCpp/Functions/intersect1d.hpp
"
141
#include "
NumCpp/Functions/invert.hpp
"
142
#include "
NumCpp/Functions/isclose.hpp
"
143
#include "
NumCpp/Functions/isinf.hpp
"
144
#include "
NumCpp/Functions/isnan.hpp
"
145
146
#include "
NumCpp/Functions/lcm.hpp
"
147
#include "
NumCpp/Functions/ldexp.hpp
"
148
#include "
NumCpp/Functions/left_shift.hpp
"
149
#include "
NumCpp/Functions/less.hpp
"
150
#include "
NumCpp/Functions/less_equal.hpp
"
151
#include "
NumCpp/Functions/linspace.hpp
"
152
#include "
NumCpp/Functions/load.hpp
"
153
#include "
NumCpp/Functions/log.hpp
"
154
#include "
NumCpp/Functions/log10.hpp
"
155
#include "
NumCpp/Functions/log1p.hpp
"
156
#include "
NumCpp/Functions/log2.hpp
"
157
#include "
NumCpp/Functions/logical_and.hpp
"
158
#include "
NumCpp/Functions/logical_not.hpp
"
159
#include "
NumCpp/Functions/logical_or.hpp
"
160
#include "
NumCpp/Functions/logical_xor.hpp
"
161
162
#include "
NumCpp/Functions/matmul.hpp
"
163
#include "
NumCpp/Functions/max.hpp
"
164
#include "
NumCpp/Functions/maximum.hpp
"
165
#include "
NumCpp/Functions/mean.hpp
"
166
#include "
NumCpp/Functions/median.hpp
"
167
#include "
NumCpp/Functions/meshgrid.hpp
"
168
#include "
NumCpp/Functions/min.hpp
"
169
#include "
NumCpp/Functions/minimum.hpp
"
170
#include "
NumCpp/Functions/mod.hpp
"
171
#include "
NumCpp/Functions/multiply.hpp
"
172
173
#include "
NumCpp/Functions/nan_to_num.hpp
"
174
#include "
NumCpp/Functions/nanargmax.hpp
"
175
#include "
NumCpp/Functions/nanargmin.hpp
"
176
#include "
NumCpp/Functions/nancumprod.hpp
"
177
#include "
NumCpp/Functions/nancumsum.hpp
"
178
#include "
NumCpp/Functions/nanmax.hpp
"
179
#include "
NumCpp/Functions/nanmean.hpp
"
180
#include "
NumCpp/Functions/nanmedian.hpp
"
181
#include "
NumCpp/Functions/nanmin.hpp
"
182
#include "
NumCpp/Functions/nanpercentile.hpp
"
183
#include "
NumCpp/Functions/nanprod.hpp
"
184
#include "
NumCpp/Functions/nans.hpp
"
185
#include "
NumCpp/Functions/nans_like.hpp
"
186
#include "
NumCpp/Functions/nanstdev.hpp
"
187
#include "
NumCpp/Functions/nansum.hpp
"
188
#include "
NumCpp/Functions/nanvar.hpp
"
189
#include "
NumCpp/Functions/nbytes.hpp
"
190
#include "
NumCpp/Functions/negative.hpp
"
191
#include "
NumCpp/Functions/newbyteorder.hpp
"
192
#include "
NumCpp/Functions/none.hpp
"
193
#include "
NumCpp/Functions/nonzero.hpp
"
194
#include "
NumCpp/Functions/norm.hpp
"
195
#include "
NumCpp/Functions/not_equal.hpp
"
196
197
#include "
NumCpp/Functions/ones.hpp
"
198
#include "
NumCpp/Functions/ones_like.hpp
"
199
#include "
NumCpp/Functions/outer.hpp
"
200
201
#include "
NumCpp/Functions/pad.hpp
"
202
#include "
NumCpp/Functions/partition.hpp
"
203
#include "
NumCpp/Functions/percentile.hpp
"
204
#include "
NumCpp/Functions/polar.hpp
"
205
#include "
NumCpp/Functions/power.hpp
"
206
#include "
NumCpp/Functions/powerf.hpp
"
207
#include "
NumCpp/Functions/print.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
"
212
#include "
NumCpp/Functions/putmask.hpp
"
213
214
#include "
NumCpp/Functions/rad2deg.hpp
"
215
#include "
NumCpp/Functions/radians.hpp
"
216
#include "
NumCpp/Functions/ravel.hpp
"
217
#include "
NumCpp/Functions/real.hpp
"
218
#include "
NumCpp/Functions/reciprocal.hpp
"
219
#include "
NumCpp/Functions/remainder.hpp
"
220
#include "
NumCpp/Functions/repeat.hpp
"
221
#include "
NumCpp/Functions/replace.hpp
"
222
#include "
NumCpp/Functions/reshape.hpp
"
223
#include "
NumCpp/Functions/resizeFast.hpp
"
224
#include "
NumCpp/Functions/resizeSlow.hpp
"
225
#include "
NumCpp/Functions/right_shift.hpp
"
226
#include "
NumCpp/Functions/rint.hpp
"
227
#include "
NumCpp/Functions/rms.hpp
"
228
#include "
NumCpp/Functions/roll.hpp
"
229
#include "
NumCpp/Functions/rot90.hpp
"
230
#include "
NumCpp/Functions/round.hpp
"
231
#include "
NumCpp/Functions/row_stack.hpp
"
232
233
#include "
NumCpp/Functions/setdiff1d.hpp
"
234
#include "
NumCpp/Functions/shape.hpp
"
235
#include "
NumCpp/Functions/sign.hpp
"
236
#include "
NumCpp/Functions/signbit.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
"
243
#include "
NumCpp/Functions/square.hpp
"
244
#include "
NumCpp/Functions/stack.hpp
"
245
#include "
NumCpp/Functions/stdev.hpp
"
246
#include "
NumCpp/Functions/subtract.hpp
"
247
#include "
NumCpp/Functions/sum.hpp
"
248
#include "
NumCpp/Functions/swap.hpp
"
249
#include "
NumCpp/Functions/swapaxes.hpp
"
250
251
#include "
NumCpp/Functions/tan.hpp
"
252
#include "
NumCpp/Functions/tanh.hpp
"
253
#include "
NumCpp/Functions/tile.hpp
"
254
#include "
NumCpp/Functions/toStlVector.hpp
"
255
#include "
NumCpp/Functions/tofile.hpp
"
256
#include "
NumCpp/Functions/trace.hpp
"
257
#include "
NumCpp/Functions/transpose.hpp
"
258
#include "
NumCpp/Functions/trapz.hpp
"
259
#include "
NumCpp/Functions/tri.hpp
"
260
#include "
NumCpp/Functions/trim_zeros.hpp
"
261
#include "
NumCpp/Functions/trunc.hpp
"
262
263
#include "
NumCpp/Functions/union1d.hpp
"
264
#include "
NumCpp/Functions/unique.hpp
"
265
#include "
NumCpp/Functions/unwrap.hpp
"
266
267
#include "
NumCpp/Functions/var.hpp
"
268
#include "
NumCpp/Functions/vstack.hpp
"
269
270
#include "
NumCpp/Functions/where.hpp
"
271
272
#include "
NumCpp/Functions/zeros.hpp
"
273
#include "
NumCpp/Functions/zeros_like.hpp
"
copy.hpp
array_equiv.hpp
astype.hpp
less.hpp
equal.hpp
identity.hpp
deg2rad.hpp
angle.hpp
replace.hpp
trace.hpp
unique.hpp
tan.hpp
flatten.hpp
reciprocal.hpp
shape.hpp
zeros.hpp
argwhere.hpp
mod.hpp
cross.hpp
stack.hpp
complex.hpp
cube.hpp
newbyteorder.hpp
argmin.hpp
repeat.hpp
unwrap.hpp
square.hpp
floor_divide.hpp
column_stack.hpp
byteswap.hpp
flip.hpp
bitwise_not.hpp
clip.hpp
arccos.hpp
putmask.hpp
multiply.hpp
sign.hpp
ceil.hpp
add.hpp
abs.hpp
fliplr.hpp
transpose.hpp
tofile.hpp
around.hpp
percentile.hpp
expm1.hpp
rms.hpp
histogram.hpp
real.hpp
nancumprod.hpp
row_stack.hpp
find.hpp
meshgrid.hpp
nansum.hpp
cos.hpp
fmod.hpp
trapz.hpp
bitwise_and.hpp
hstack.hpp
arctan2.hpp
nanmax.hpp
degrees.hpp
nanargmax.hpp
sinh.hpp
cumsum.hpp
hypot.hpp
linspace.hpp
min.hpp
zeros_like.hpp
arccosh.hpp
arctanh.hpp
gcd.hpp
resizeFast.hpp
dot.hpp
matmul.hpp
nans_like.hpp
interp.hpp
negative.hpp
logical_not.hpp
setdiff1d.hpp
copyto.hpp
ravel.hpp
cosh.hpp
proj.hpp
reshape.hpp
applyPoly1d.hpp
argsort.hpp
left_shift.hpp
nanvar.hpp
subtract.hpp
fromiter.hpp
ldexp.hpp
nans.hpp
stdev.hpp
full_like.hpp
tri.hpp
isnan.hpp
applyFunction.hpp
swapaxes.hpp
nanargmin.hpp
flatnonzero.hpp
contains.hpp
bitwise_or.hpp
radians.hpp
diagonal.hpp
put.hpp
deleteIndices.hpp
nonzero.hpp
isclose.hpp
greater.hpp
sqrt.hpp
less_equal.hpp
fmin.hpp
log10.hpp
amin.hpp
size.hpp
maximum.hpp
array_equal.hpp
pad.hpp
load.hpp
prod.hpp
var.hpp
trunc.hpp
endianess.hpp
fromfile.hpp
gradient.hpp
logical_xor.hpp
nanprod.hpp
arcsin.hpp
binaryRepr.hpp
max.hpp
exp2.hpp
isinf.hpp
asarray.hpp
trim_zeros.hpp
log2.hpp
fix.hpp
tile.hpp
bincount.hpp
not_equal.hpp
none.hpp
cumprod.hpp
ones_like.hpp
toStlVector.hpp
sum.hpp
intersect1d.hpp
argmax.hpp
tanh.hpp
signbit.hpp
empty.hpp
conj.hpp
union1d.hpp
rint.hpp
arcsinh.hpp
where.hpp
nan_to_num.hpp
nanmin.hpp
frombuffer.hpp
cbrt.hpp
exp.hpp
concatenate.hpp
rad2deg.hpp
roll.hpp
polar.hpp
resizeSlow.hpp
alen.hpp
diag.hpp
nancumsum.hpp
median.hpp
eye.hpp
right_shift.hpp
power.hpp
nanpercentile.hpp
flipud.hpp
log.hpp
centerOfMass.hpp
average.hpp
partition.hpp
diff.hpp
sin.hpp
arctan.hpp
imag.hpp
minimum.hpp
rot90.hpp
ptp.hpp
fmax.hpp
amax.hpp
sort.hpp
diagflat.hpp
arange.hpp
sinc.hpp
nanmedian.hpp
divide.hpp
logical_or.hpp
empty_like.hpp
dump.hpp
invert.hpp
print.hpp
norm.hpp
copySign.hpp
nanmean.hpp
floor.hpp
greater_equal.hpp
vstack.hpp
any.hpp
count_nonzero.hpp
log1p.hpp
remainder.hpp
ones.hpp
nanstdev.hpp
outer.hpp
powerf.hpp
logical_and.hpp
swap.hpp
nbytes.hpp
append.hpp
mean.hpp
bitwise_xor.hpp
full.hpp
all.hpp
round.hpp
allclose.hpp
lcm.hpp
fillDiagnol.hpp
include
NumCpp
Functions.hpp
Generated by
1.8.17