MCPcopy Index your code
hub / github.com/NASU41/AtCoderLibraryForJava / convolution

Method convolution

Convolution/Convolution.java:309–337  ·  view source on GitHub ↗

Convolution. @param a Target array 1. @param b Target array 2. @param mod NTT Prime. @return Answer.

(long[] a, long[] b, int mod)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

mainMethod · 0.95
convolutionLLMethod · 0.95

Calls 8

ceilPow2Method · 0.95
primitiveRootMethod · 0.95
butterflyMethod · 0.95
butterflyInvMethod · 0.95
powMethod · 0.95
convolutionLLMethod · 0.95
modMethod · 0.45
getMethod · 0.45

Tested by 1

mainMethod · 0.76