Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rorysroes/fast_algorithm_fps_ssa

Implement F-DST to solve 2-D PDE(fast poisson solver) and FFT to compute Multiplication algorithm(Schönhage–Strassen algorithm) with C
https://github.com/rorysroes/fast_algorithm_fps_ssa

algorithm butterfly-structures cpp discrete-fourier-transform fast-fourier-transform fft fps multiplication-algorithm numerical-methods pde poisson-equation

Last synced: 28 days ago
JSON representation

Implement F-DST to solve 2-D PDE(fast poisson solver) and FFT to compute Multiplication algorithm(Schönhage–Strassen algorithm) with C

Awesome Lists containing this project

README

        

## Implement fast poisson solver algorithm
[FPS Code] (https://github.com/rorysroes/final/blob/master/Fast%20Poisson%20Solver%20for%202D.cpp):
This project I implemented fast poisson solver algorithm with F-DST 2_radix.

## Implement Multiplication algorithm (Schönhage–Strassen algorithm [Wiki] (https://en.wikipedia.org/wiki/Schönhage–Strassen_algorithm))

[SSA Code] (https://github.com/rorysroes/final/blob/master/用字串作快速乘法.cpp):
This project I implemented Multiplication algorithm (Schönhage–Strassen algorithm) with FFT.