Trait ndarray_linalg::types::Exponential
[−]
[src]
pub trait Exponential {
fn exp(&self) -> Self;
}Define exp() more generally
pub trait Exponential {
fn exp(&self) -> Self;
}Define exp() more generally
fn exp(&self) -> Selfimpl Exponential for f64[src]impl Exponential for f32[src]