Struct opensrdk_kernel_method::instant::InstantKernel
source · pub struct InstantKernel<F>where
F: Fn(&Expression, &Expression, &[Expression]) -> Result<Expression, KernelError> + Clone + Send + Sync,{ /* private fields */ }Trait Implementations§
source§impl<R, F> Add<R> for InstantKernel<F>where
R: PositiveDefiniteKernel,
F: Fn(&Expression, &Expression, &[Expression]) -> Result<Expression, KernelError> + Clone + Send + Sync,
impl<R, F> Add<R> for InstantKernel<F>where R: PositiveDefiniteKernel, F: Fn(&Expression, &Expression, &[Expression]) -> Result<Expression, KernelError> + Clone + Send + Sync,
source§impl<F> Clone for InstantKernel<F>where
F: Fn(&Expression, &Expression, &[Expression]) -> Result<Expression, KernelError> + Clone + Send + Sync + Clone,
impl<F> Clone for InstantKernel<F>where F: Fn(&Expression, &Expression, &[Expression]) -> Result<Expression, KernelError> + Clone + Send + Sync + Clone,
source§fn clone(&self) -> InstantKernel<F>
fn clone(&self) -> InstantKernel<F>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more