Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Function ( double z ) : double |
Wave Kernel Function.
|
|
Function ( double x, double y ) : double |
Wave Kernel Function.
|
|
Wave ( double sigma ) : System |
Constructs a new Wave Kernel.
|
public Function ( double z ) : double | ||
z | double | Distance |
return | double |
public Function ( double x, double y ) : double | ||
x | double | Vector |
y | double | Vector |
return | double |
public Wave ( double sigma ) : System | ||
sigma | double | Value for sigma. |
return | System |