[root] / trunk / core / base / src / TVirtualFFT.cxx Repository:
ViewVC logotype

Log of /trunk/core/base/src/TVirtualFFT.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 39100 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 4 16:22:57 2011 UTC (3 years, 8 months ago) by rdm
File length: 14169 byte(s)
Diff to previous 22967
From Lorenzo:
Fix the documentation as suggested in 
http://root.cern.ch/phpBB3/viewtopic.php?f=10&t=12655

Revision 22967 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 14:32:25 2008 UTC (6 years, 9 months ago) by rdm
File length: 14169 byte(s)
Diff to previous 22966
oops forgot to run make before checkin, now fixed.

Revision 22966 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 14:25:55 2008 UTC (6 years, 9 months ago) by rdm
File length: 14044 byte(s)
Diff to previous 22964
change printf by Error() and Warning().

Revision 22964 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 13:53:56 2008 UTC (6 years, 9 months ago) by pcanal
File length: 14172 byte(s)
Diff to previous 22962
avoid using null pointer

Revision 22962 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 13:43:04 2008 UTC (6 years, 9 months ago) by rdm
File length: 14037 byte(s)
Diff to previous 22961
add additional protection.

Revision 22961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by rdm
File length: 14028 byte(s)
Diff to previous 22936
move the directories:
  base clib cont meta metautils newdelete pcre rint thread unix utils
  winnt zip
under the new core meta directory.

Revision 22936 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 2 08:27:39 2008 UTC (6 years, 9 months ago) by brun
Original Path: trunk/base/src/TVirtualFFT.cxx
File length: 14028 byte(s)
Diff to previous 22661
Add a protection in case the FFT plugin is not found

Revision 22661 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 14 16:12:12 2008 UTC (6 years, 10 months ago) by brun
Original Path: trunk/base/src/TVirtualFFT.cxx
File length: 14019 byte(s)
Diff to previous 20877
From Anna:
Fix error in documentation.

Revision 20877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:17:07 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/base/src/TVirtualFFT.cxx
File length: 14019 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/src/TVirtualFFT.cxx
File length: 14019 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/src/TVirtualFFT.cxx
File length: 14072 byte(s)
Diff to previous 16999
remove :$ from tag line

Revision 16999 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 30 23:19:47 2006 UTC (8 years, 1 month ago) by pcanal
Original Path: trunk/base/src/TVirtualFFT.cxx
File length: 14082 byte(s)
Diff to previous 16648
Remove G__ci.h from TSystem.h.  Correct the source file that require G__ci.h __or__ one of the header it included

Revision 16648 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 27 16:21:11 2006 UTC (8 years, 2 months ago) by brun
Original Path: trunk/base/src/TVirtualFFT.cxx
File length: 14099 byte(s)
Diff to previous 15092
From Anna:
a fix for fftw crashes in case of large r2c and c2r transforms. Also, the documentation is moved into .cxx files.

Revision 15092 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 18 07:34:25 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/base/src/TVirtualFFT.cxx
File length: 10632 byte(s)
Diff to previous 14995
Fix coding conventions violations

Revision 14995 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 11 10:31:42 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/base/src/TVirtualFFT.cxx
File length: 10616 byte(s)
Diff to previous 14642
From Anna:
fixes of some coding conventions violations

Revision 14642 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 11 16:17:37 2006 UTC (8 years, 9 months ago) by brun
Original Path: trunk/base/src/TVirtualFFT.cxx
File length: 10512 byte(s)
Diff to previous 14623
From Anna:
-Simplification of the TVirtualFFT API and derived classes. Only one
 argument Option_t is required.
-New interface functions in TH1 for Fast Fourier Transforms
    virtual TH1     *FFT(TH1* h_output, Option_t *option);
    static  TH1     *TransformHisto(TVirtualFFT *fft, TH1* h_output,  Option_t *option);

Revision 14623 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Apr 10 15:40:01 2006 UTC (8 years, 9 months ago) by brun
Original Path: trunk/base/src/TVirtualFFT.cxx
File length: 9257 byte(s)
The new TVirtualFFT class

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9