DESCRIPTION =========== This is a full collection of Fast Fourier Transform (FFT) code examples from the Sun Performance Library User's Guide. Please see this documentation for more information. COMPILATION =========== To compile and run the Fortran 95 FFT examples, use the following syntax: f95 -dalign -xlic_lib=sunperf; ./a.out For example: f95 cost.f -dalign -xlic_lib=sunperf; ./a.out Copyright 1994-2004 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303, U.S.A. All rights reserved.