Changeset 2988 in Sophya for trunk/SophyaLib/NTools/fftpserver.h


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

1/ MAJ documentation/commentaire dans FFTServerInterface (fftservintf.cc)
2/ Ajout flag use_out_size d'utilisation de la taille du tableau reel de
sortie pour FFTBack(complex->real) dans ReShapetoReal() pour FFTPackServer
(fichiers fftpserver.h .cc)

Reza 23 Juin 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/fftpserver.h

    r1402 r2988  
    3737
    3838// Methodes statiques pour reordonner les donnees
    39   static void ReShapetoReal(TArray< complex<r_8> > const & in, TArray< r_8 >  & out);
     39  static void ReShapetoReal(TArray< complex<r_8> > const & in, TArray< r_8 >  & out, bool usz);
    4040  static void ReShapetoCompl(TArray< r_8 > const & in, TArray< complex<r_8> > & out);
    41   static void ReShapetoReal(TArray< complex<r_4> > const & in, TArray< r_4 >  & out);
     41  static void ReShapetoReal(TArray< complex<r_4> > const & in, TArray< r_4 >  & out, bool usz);
    4242  static void ReShapetoCompl(TArray< r_4 > const & in, TArray< complex<r_4> > & out);
    4343
Note: See TracChangeset for help on using the changeset viewer.