Added general fourier/real transform (Nd euclidian, sphere to come...)

This commit is contained in:
Guilhem Lavaux 2012-10-06 12:49:06 -04:00
parent b2bf2cb042
commit 5341c8ed5d
4 changed files with 372 additions and 0 deletions

View file

@ -50,6 +50,8 @@ int main(int argc, char **argv)
chol.cholesky(M, M.N, norm_E);
cout << "norm_E = " << norm_E << endl;
for (int i = 0; i < M.N; i++)
{
for (int j = 0; j < M.N; j++)