Skip to main content

negative_laplacian_kernel

Function negative_laplacian_kernel 

Source
pub fn negative_laplacian_kernel(
    nx: usize,
    ny: usize,
    nz: usize,
    vsx: f64,
    vsy: f64,
    vsz: f64,
) -> Vec<f64>
Expand description

Generate negative Laplacian kernel (commonly used for gradient regularization)