Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Dirichlet ( int dimension ) : System |
Constructs a new Dirichlet Kernel
|
|
Function ( double x, double y ) : double |
Dirichlet Kernel function.
|
public Function ( double x, double y ) : double | ||
x | double | Vector |
y | double | Vector |
return | double |