Zoltán Vörös
|
969afdec7f
|
implement ==, and != for complex dtypes
|
2022-01-07 14:05:38 +01:00 |
|
Zoltán Vörös
|
5b7395d6df
|
implement complex divide
|
2021-12-28 21:51:32 +01:00 |
|
Zoltán Vörös
|
13cebfeccc
|
add complex subtraction, fix addition
|
2021-12-28 20:42:00 +01:00 |
|
Zoltán Vörös
|
76218f2386
|
fix 3D loop
|
2021-12-15 18:54:14 +01:00 |
|
Zoltán Vörös
|
8a156fe505
|
implement multiplication for complex arrays
|
2021-12-15 18:52:07 +01:00 |
|
Zoltán Vörös
|
864ab31766
|
implement binary add for complex arrays
|
2021-12-15 06:52:42 +01:00 |
|
Zoltán Vörös
|
06bb8348a0
|
updated docs, removed circuitpython stuff, and fixed diff code
|
2021-01-14 19:40:18 +01:00 |
|
Zoltán Vörös
|
be7f18e888
|
fixed in-place divide
|
2020-11-17 07:09:24 +01:00 |
|
Zoltán Vörös
|
424abb0d66
|
fixed in-place power
|
2020-11-17 07:06:44 +01:00 |
|
Zoltán Vörös
|
e311773963
|
added function pointer option to pow and true divide
|
2020-11-16 07:23:17 +01:00 |
|
Zoltán Vörös
|
7af7042572
|
fixed in-place operators
|
2020-10-14 20:27:37 +02:00 |
|
Zoltán Vörös
|
94e4d9e672
|
fixed some tab <-> spaces oddities
|
2020-10-07 21:32:50 +02:00 |
|
Zoltán Vörös
|
2e08b2566d
|
added in-place operators
|
2020-10-07 21:01:11 +02:00 |
|
Zoltán Vörös
|
b2465a7c16
|
simplified ndarray code a bit
|
2020-10-01 19:39:35 +02:00 |
|
Zoltán Vörös
|
0f336ab65b
|
fixed >=, <= error in binary_op
|
2020-10-01 07:17:28 +02:00 |
|
Zoltán Vörös
|
7be869fe74
|
fixed issue with reverse operators in binary_op
|
2020-09-28 20:53:16 +02:00 |
|
Zoltán Vörös
|
9f917b23c2
|
added power to binary operators
|
2020-09-28 19:22:39 +02:00 |
|
Zoltán Vörös
|
2c8faf7680
|
split binary operators into separate functions
|
2020-09-26 19:15:43 +02:00 |
|