Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/remyoudompheng/bigfft
/ functions
Functions
136 in github.com/remyoudompheng/bigfft
⨍
Functions
136
◇
Types & classes
6
Function
BenchmarkMul_5x20Mb
(b *testing.B)
fft_test.go:327
Function
BenchmarkMul_5x50Mb
(b *testing.B)
fft_test.go:328
Function
BenchmarkScanBig100k
(b *testing.B)
scan_test.go:47
Function
BenchmarkScanBig10M
(b *testing.B)
scan_test.go:51
Function
BenchmarkScanBig10k
(b *testing.B)
scan_test.go:46
Function
BenchmarkScanBig1M
(b *testing.B)
scan_test.go:48
Function
BenchmarkScanBig1k
(b *testing.B)
scan_test.go:45
Function
BenchmarkScanBig2M
(b *testing.B)
scan_test.go:49
Function
BenchmarkScanBig5M
(b *testing.B)
scan_test.go:50
Function
BenchmarkScanFast100k
(b *testing.B)
scan_test.go:28
Function
BenchmarkScanFast10M
(b *testing.B)
scan_test.go:32
Function
BenchmarkScanFast10k
(b *testing.B)
scan_test.go:27
Function
BenchmarkScanFast1M
(b *testing.B)
scan_test.go:29
Function
BenchmarkScanFast1k
(b *testing.B)
scan_test.go:26
Function
BenchmarkScanFast2M
(b *testing.B)
scan_test.go:30
Function
BenchmarkScanFast5M
(b *testing.B)
scan_test.go:31
Method
InvNTransform
InvTransform reconstructs a polynomial from its values at roots of x^K+1. The m field of the returned polynomial is unspecified.
fft.go:275
Method
Mul
(x, y fermat)
fermat.go:144
Method
Mul
Mul returns the pointwise product of p and q.
fft.go:358
Method
NTransform
NTransform evaluates p at θω^i for i = 0...K-1, where θ is a (2K)-th primitive root of unity in Z/(b^n+1)Z and ω = θ².
fft.go:236
Method
String
()
fermat.go:14
Method
String
()
fft.go:16
Function
TestCalibrateFFT
(t *testing.T)
calibrate_test.go:100
Function
TestCalibrateThreshold
(t *testing.T)
calibrate_test.go:35
Function
TestFermatAdd
(t *testing.T)
fermat_test.go:108
Function
TestFermatMul
(t *testing.T)
fermat_test.go:147
Function
TestFermatShift
(t *testing.T)
fermat_test.go:36
Function
TestFermatShiftHalf
(t *testing.T)
fermat_test.go:62
Function
TestFourier
(t *testing.T)
fft_test.go:140
Function
TestFourierSizes
(t *testing.T)
fft_test.go:56
Function
TestIssue1
(t *testing.T)
fft_test.go:344
Function
TestMul
(t *testing.T)
fft_test.go:210
Function
TestRoundTripIntPoly
(t *testing.T)
fft_test.go:33
Function
TestRoundTripPolyValues
Tests Fourier transform and its reciprocal.
fft_test.go:170
Function
TestScan
(t *testing.T)
scan_test.go:9
Function
mulAddVWW
go:linkname mulAddVWW math/big.mulAddVWW
arith_decl.go:30
← previous
101–136 of 136, ranked by callers