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

pd4fwt2ds.h

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

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