JSci.Demos.wavelet
Class TestBiorthogonalityDau2
java.lang.Object
JSci.Demos.wavelet.TestBiorthogonalityDau2
public class TestBiorthogonalityDau2
- extends java.lang.Object
Test the biorthogonality
- Author:
- Daniel Lemire
Method Summary |
double |
EcheEche(int k,
int l,
int n0,
int j0)
|
double |
EcheOnde(int k,
int l,
int n0,
int j0)
|
void |
ImprimeMatrice(double[][] mat,
int n0)
|
static void |
main(java.lang.String[] arg)
|
double |
OndeEche(int k,
int l,
int n0,
int j0)
|
double |
OndeOnde(int k,
int l,
int n0,
int j0)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestBiorthogonalityDau2
public TestBiorthogonalityDau2(int n0,
int j0)
main
public static void main(java.lang.String[] arg)
ImprimeMatrice
public void ImprimeMatrice(double[][] mat,
int n0)
EcheEche
public double EcheEche(int k,
int l,
int n0,
int j0)
EcheOnde
public double EcheOnde(int k,
int l,
int n0,
int j0)
OndeEche
public double OndeEche(int k,
int l,
int n0,
int j0)
OndeOnde
public double OndeOnde(int k,
int l,
int n0,
int j0)