Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

g1ifwt2ds.h

Go to the documentation of this file.
00001 // g1ifwt2ds.h
00002 //////////////////////////////////////////////////////////////////////
00003 //          (c) Copyright 2002 Brown Deer Technology, LLC.
00004 //                        All rights reserved.
00005 //////////////////////////////////////////////////////////////////////
00006 
00007 #ifndef _G1IFWT2DS_H
00008 #define _G1IFWT2DS_H
00009 
00010 int g1ifwt2ds( 
00011           const int& Sizef2d,
00012           const int& ns,
00013           const int& size,
00014           const float* wdata,
00015                 float* sdata
00016 );
00017 
00018 int g1ifwt2ds( 
00019           const int& Sizef2d,
00020           const int& ns,
00021           const int& size,
00022           const double* wdata,
00023                 double* sdata
00024 );
00025 
00026 int g1ifwt2ds( 
00027           const int& Sizef2d,
00028           const int& ns,
00029           const int& size,
00030           const float* wdata,
00031                 float* sdata,
00032                 float* ws
00033 );
00034 
00035 int g1ifwt2ds( 
00036           const int& Sizef2d,
00037           const int& ns,
00038           const int& size,
00039           const double* wdata,
00040                 double* sdata,
00041                 double* ws
00042 );
00043 
00044 #endif
00045 

Generated on Mon May 31 21:38:46 2004 for SR2k4 Assembler by doxygen 1.3.6