circuitpython-ulab/code
Jeff Epler 7aeb73a16e ndarray: Fix memoryview(ulab.array(...))
For now this only handles the 1D case.  In theory it would work for
any dense array, however, I found that ndarray_is_dense didn't behave
for me so I implemented this instead.

Add a test.  Before the change, this test would segfault.

Closes #328.
2021-02-19 08:29:41 -06:00
..
approx fixed interp 2020-11-20 17:31:58 +01:00
compare implemented clip fix 2020-11-16 22:02:28 +01:00
fft factored out matrix inversion and Jacobi rotations 2020-11-12 18:26:01 +01:00
filter fixed fmin test 2020-11-23 21:43:34 +01:00
linalg fixed linalg.norm 2020-11-23 07:03:17 +01:00
numerical fixed the calculation of the standard deviation on iterables 2021-01-29 15:34:52 +01:00
poly factored out matrix inversion and Jacobi rotations 2020-11-12 18:26:01 +01:00
user preparing docs for 1.0.0 release 2020-10-25 22:15:33 +01:00
vector added function pointer option to pow and true divide 2020-11-16 07:23:17 +01:00
micropython.mk factored out matrix inversion and Jacobi rotations 2020-11-12 18:26:01 +01:00
ndarray.c ndarray: Fix memoryview(ulab.array(...)) 2021-02-19 08:29:41 -06:00
ndarray.h removed unused ndarray->dense member 2020-11-24 07:18:17 +01:00
ndarray_operators.c fixed in-place divide 2020-11-17 07:09:24 +01:00
ndarray_operators.h fixed in-place power 2020-11-17 07:06:44 +01:00
ndarray_properties.h dtype is exposed in circuitpython, too 2020-11-11 07:23:59 +01:00
ulab.c fixed the calculation of the standard deviation on iterables 2021-01-29 15:34:52 +01:00
ulab.h fixed the calculation of the standard deviation on iterables 2021-01-29 15:34:52 +01:00
ulab_create.c Fix doc build error 2021-01-15 12:00:05 -06:00
ulab_create.h added frombuffer array initialisation function 2021-01-14 20:31:47 +01:00
ulab_tools.c added function pointer option to pow and true divide 2020-11-16 07:23:17 +01:00
ulab_tools.h added function pointer option to pow and true divide 2020-11-16 07:23:17 +01:00