Mateo Gianolio

Results 26 issues of Mateo Gianolio

help wanted
documentation
good-first-issue

Add more usage examples to `examples/`.

help wanted
documentation
good-first-issue

**Links** * https://observablehq.com/@mateogianolio/complex-numbers-in-javascript **Related** * #153 **Notes** Add support for complex arrays (`complex64` and `complex128`) using strides (?).

feature
help wanted
challenging

https://docs.scipy.org/doc/numpy-1.14.0/reference/routines.fft.html https://en.m.wikipedia.org/wiki/Discrete_Fourier_transform

feature
challenging

https://docs.scipy.org/doc/numpy-1.14.0/reference/routines.random.html

feature
challenging

Many of the basic linear algebra primitives are specifically designed for different types of matrices. There should be methods that identify the character of a matrix, including but not limited...

feature
challenging

A switch to using the [Strassen algorithm](https://en.wikipedia.org/wiki/Strassen_algorithm) will reduce the algorithmic complexity from **O**(n3) to **O**(n2.81).

challenging
improvement