math.HartleyTransforms
Class SlowDHT2D

java.lang.Object
  extended by 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


Constructor Summary
SlowDHT2D()
           
 
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
 

Constructor Detail

SlowDHT2D

public SlowDHT2D()
Method Detail

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)