dkh.numeric.convolution

Undocumented in source.

Members

Functions

fft
void fft(Complex!double[] c)

fft

fftSinList
double[] fftSinList(size_t S)
Undocumented in source. Be warned that the author may not have intended to support it.
hadamard
T[] hadamard(T[] v, bool rev)

hadamard変換

multiply
double[] multiply(double[] a, double[] b)

multiply two double[]

multiply
Mint[] multiply(Mint[] a, Mint[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
multiply
Mint[] multiply(Mint[] a, Mint[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
nft
void nft(Mint[] c)
Undocumented in source. Be warned that the author may not have intended to support it.
zeta
T[] zeta(T[] v, bool rev)

Zeta変換

Meta