Function rusty_green_kernel::evaluators::make_laplace_evaluator_owned[][src]

pub fn make_laplace_evaluator_owned<T: RealType>(
    sources: Array2<T>,
    targets: Array2<T>
) -> DirectEvaluator<ParticleContainer<T>, T>

Make a Laplace evaluator by taking ownership of the data.