Add FFT latex notes (incomplete)

This commit is contained in:
2022-08-22 10:38:32 +02:00
parent 3a0aca0f8c
commit 6b8b9e764b
3 changed files with 220 additions and 0 deletions

20
fft-notes.bib Normal file
View File

@@ -0,0 +1,20 @@
@misc{gstrang,
title = {Linear Algebra and Its Applications, by Gilbert Strang (chapter 3.5)},
howpublished = "\url{https://archive.org/details/linearalgebrait00stra}",
}
@misc{tpornin,
title = {{Thomas Pornin} mathoverflow answer},
howpublished = "\url{https://crypto.stackexchange.com/a/63616}",
}
@misc{rfateman,
title = {notes by {Prof. R. Fateman}},
howpublished = "\url{https://www.csee.umbc.edu/~phatak/691a/fft-lnotes/fftnotes.pdf}",
}
@misc{fftrs,
title = {fft-rs},
howpublished = "\url{https://github.com/arnaucube/fft-rs}",
}
@misc{fftsage,
title = {fft-sage},
howpublished = "\url{https://github.com/arnaucube/math/blob/master/fft.sage}",
}