Home
last modified time | relevance | path

Searched refs:from_multi_fft (Results 1 – 2 of 2) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dmodpoly.h318 …void from_multi_fft(const multi_fft_rep & f,std::vector<int> & Wp1,std::vector<int> & Wp2,std::vec…
H A Dmodpoly.cc5623 from_multi_fft(resf,Wp1,Wp2,Wp3,res,true); in ab_cd()
6148 from_multi_fft(resf,Wp1,Wp2,Wp3,a,true); in matrix22timesvect()
6152 from_multi_fft(resf,Wp1,Wp2,Wp3,b,true); in matrix22timesvect()
6377 from_multi_fft(resf,Wp1,Wp2,Wp3,A,true); in matrix22()
6380 from_multi_fft(resf,Wp1,Wp2,Wp3,B,true); in matrix22()
6385 from_multi_fft(resf,Wp1,Wp2,Wp3,C,true); in matrix22()
6388 from_multi_fft(resf,Wp1,Wp2,Wp3,D,true); in matrix22()
14554 …void from_multi_fft(const multi_fft_rep & f,std::vector<int> & Wp1,std::vector<int> & Wp2,std::vec… in mod_gcd_c() function