Zoltán Vörös
|
2a725d6067
|
removed printf in numerical.c
|
2019-11-14 20:17:33 +01:00 |
|
Zoltán Vörös
|
2851d3007a
|
sum, mean, std return a single number, if the result array is of length 1
|
2019-11-13 18:54:27 +01:00 |
|
Zoltán Vörös
|
ad0531e35e
|
attempt at fixing std problem
|
2019-11-12 19:59:18 +01:00 |
|
Zoltán Vörös
|
039d7ec866
|
simplified numerical sum/std/mean functions, added boolean type
|
2019-11-08 19:52:43 +01:00 |
|
Zoltán Vörös
|
0e9656cc1d
|
added argsort, and fixed a number of smaller bugs
|
2019-11-06 17:35:01 +01:00 |
|
Zoltán Vörös
|
351eafa06c
|
first implementation of sort
|
2019-11-04 18:54:19 +01:00 |
|
Zoltán Vörös
|
3379f0b897
|
fixed linking error with sin/sqrt
|
2019-11-01 14:42:08 +01:00 |
|
Zoltán Vörös
|
6e4911d96f
|
replaced float with mp_float_t everywhere, so that the source can be compiled for all platforms
|
2019-11-01 14:28:29 +01:00 |
|
Zoltán Vörös
|
8b6d03417b
|
added diff function, and updated the manual accordingly
|
2019-10-31 12:52:40 +01:00 |
|
Zoltán Vörös
|
d4acce7b1f
|
extended documentation, and moved size function to linalg
|
2019-10-16 20:08:16 +02:00 |
|
Zoltán Vörös
|
13c343f3cf
|
fixed the roll function in numerical.c
|
2019-10-15 19:47:22 +02:00 |
|
Zoltán Vörös
|
13511aaf08
|
min/max conforms to numpy behaviour now
|
2019-10-14 21:29:15 +02:00 |
|
Zoltán Vörös
|
e30b8d6f4e
|
added first version of manual, fixed small bug in roll
|
2019-10-11 21:45:14 +02:00 |
|
Zoltán Vörös
|
4a8ecc28f2
|
added keyword arguments to linspace, made binary_op tighter
|
2019-10-07 20:49:29 +02:00 |
|
Zoltán Vörös
|
cadae1dbf7
|
extended linalg, added .flatten to ndarray
|
2019-10-04 20:06:04 +02:00 |
|
Zoltán Vörös
|
52694959d3
|
bit of clean-up in binary_op/removed upcasting()
|
2019-10-04 12:32:49 +02:00 |
|
Zoltán Vörös
|
c958ac272d
|
fixed stm32 code
|
2019-09-18 19:39:04 +02:00 |
|
Zoltán Vörös
|
69037a2d60
|
added in-place fft implementation
|
2019-09-17 21:25:27 +02:00 |
|
Zoltán Vörös
|
3ed5e1a651
|
initial commit
|
2019-08-31 18:51:26 +02:00 |
|