Changeset 2989 in Sophya for trunk/SophyaExt/IFFTW/fftwserver.h


Ignore:
Timestamp:
Jun 23, 2006, 12:31:39 PM (19 years ago)
Author:
ansari
Message:

Ajout flag use_out_size d'utilisation de la taille du tableau reel de sortie pour FFTBack(complex->real) dans ReShapetoReal() pour FFTWServer - fichiers fftwserver.h .cc) - Reza 23 Juin 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/IFFTW/fftwserver.h

    r1405 r2989  
    2929
    3030// Methodes statiques pour reordonner les donnees en 1-D
    31   static void ReShapetoReal(TArray< complex<r_8> > const & in, TArray< r_8 > & out);
     31  static void ReShapetoReal(TArray< complex<r_8> > const & in, TArray< r_8 > & out, bool usz);
    3232  static void ReShapetoCompl(TArray< r_8 > const & in, TArray< complex<r_8> > & out);
    3333
Note: See TracChangeset for help on using the changeset viewer.