Trait arr_rs::math::operations::special::ArrayMathSpecial
source · pub trait ArrayMathSpecial<N: NumericOps>where
Self: Sized + Clone,{
// Required methods
fn i0(&self) -> Result<Array<N>, ArrayError>;
fn sinc(&self) -> Result<Array<N>, ArrayError>;
}
Expand description
ArrayTrait - Array Math Special functions