Struct opensrdk_kernel_method::exponential::Exponential
source · pub struct Exponential;
Trait Implementations§
source§impl<R> Add<R> for Exponentialwhere
R: PositiveDefiniteKernel<Vec<f64>>,
impl<R> Add<R> for Exponentialwhere
R: PositiveDefiniteKernel<Vec<f64>>,
source§impl Clone for Exponential
impl Clone for Exponential
source§fn clone(&self) -> Exponential
fn clone(&self) -> Exponential
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