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