math.HartleyTransforms
Class SlowDHT2D
java.lang.Object
   math.HartleyTransforms.SlowDHT2D
math.HartleyTransforms.SlowDHT2D
- public class SlowDHT2D 
- extends java.lang.Object
Created by IntelliJ IDEA.
 User: dlyon
 Date: Feb 17, 2009
 Time: 6:23:44 PM
 Copyright DocJava, Inc. 2008
 
| Method Summary | 
| static float | getBackwardDHT(int m,
               int n,
               float[][] g)
 | 
| static float | getForwardDHT(int m,
              int n,
              float[][] g)
 | 
| static void | main(java.lang.String[] args)
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SlowDHT2D
public SlowDHT2D()
getForwardDHT
public static float getForwardDHT(int m,
                                  int n,
                                  float[][] g)
- 
 
getBackwardDHT
public static float getBackwardDHT(int m,
                                   int n,
                                   float[][] g)
- 
 
main
public static void main(java.lang.String[] args)
-