All Packages Class Hierarchy This Package Previous Next Index
Class cohy.gradient.PartDiff1d
java.lang.Object
|
+----cohy.gradient.PartDiff1d
- public class PartDiff1d
- extends Object
Implements a simple 4-point difference star with adjustable coefficients.
This could have been easily written as a internal convolution with
a 2-by-2 filter.
output = (dx Dx + dt Dt) input (Dx and Dt are partial differential ops).
-
PartDiff1d()
-
-
getDerivative(float)
-
-
getDerivativeDx()
-
-
main(String[])
-
PartDiff1d
public PartDiff1d()
getDerivative
public static Rsf getDerivative(float dx)
getDerivativeDx
public static Rsf getDerivativeDx()
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index