Changeset 2988 in Sophya for trunk/SophyaLib/NTools/fftpserver.h
- Timestamp:
- Jun 23, 2006, 12:30:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/fftpserver.h
r1402 r2988 37 37 38 38 // 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); 40 40 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); 42 42 static void ReShapetoCompl(TArray< r_4 > const & in, TArray< complex<r_4> > & out); 43 43
Note:
See TracChangeset
for help on using the changeset viewer.