Mateo Gianolio
Mateo Gianolio
Add more usage examples to `examples/`.
**Links** * https://observablehq.com/@mateogianolio/complex-numbers-in-javascript **Related** * #153 **Notes** Add support for complex arrays (`complex64` and `complex128`) using strides (?).
https://docs.scipy.org/doc/numpy-1.14.0/reference/routines.fft.html https://en.m.wikipedia.org/wiki/Discrete_Fourier_transform
https://docs.scipy.org/doc/numpy-1.14.0/reference/routines.random.html
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...
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).