| java.lang.Object examples.wavelet.TestBiorthogonalityDau2
TestBiorthogonalityDau2 | public class TestBiorthogonalityDau2 (Code) | | Test the biorthogonality
author: Daniel Lemire |
Method Summary | |
public double | EcheEche(int k, int l, int n0, int j0) | public double | EcheOnde(int k, int l, int n0, int j0) | public void | ImprimeMatrice(double[][] mat, int n0) | public double | OndeEche(int k, int l, int n0, int j0) | public double | OndeOnde(int k, int l, int n0, int j0) | public static void | main(String arg) |
TestBiorthogonalityDau2 | public TestBiorthogonalityDau2(int n0, int j0)(Code) | | |
EcheEche | public double EcheEche(int k, int l, int n0, int j0)(Code) | | |
EcheOnde | public double EcheOnde(int k, int l, int n0, int j0)(Code) | | |
ImprimeMatrice | public void ImprimeMatrice(double[][] mat, int n0)(Code) | | |
OndeEche | public double OndeEche(int k, int l, int n0, int j0)(Code) | | |
OndeOnde | public double OndeOnde(int k, int l, int n0, int j0)(Code) | | |
|
|