Trait ndarray_linalg::types::Exponential [−][src]
pub trait Exponential {
fn exp(&self) -> Self;
}Define exp() more generally
Required Methods
fn exp(&self) -> Self
Implementations on Foreign Types
impl Exponential for f64[src]
impl Exponential for f64impl Exponential for f32[src]
impl Exponential for f32