Struct ha_ndarray::host::ops::Unary
source · pub struct Unary<A, IT, OT> { /* private fields */ }
Implementations§
source§impl<A: Access<T>, T: CType> Unary<A, T, T::Float>
impl<A: Access<T>, T: CType> Unary<A, T, T::Float>
pub fn sin(access: A) -> Self
pub fn asin(access: A) -> Self
pub fn sinh(access: A) -> Self
pub fn cos(access: A) -> Self
pub fn acos(access: A) -> Self
pub fn cosh(access: A) -> Self
pub fn tan(access: A) -> Self
pub fn atan(access: A) -> Self
pub fn tanh(access: A) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<A, IT, OT> RefUnwindSafe for Unary<A, IT, OT>where
A: RefUnwindSafe,
impl<A, IT, OT> Send for Unary<A, IT, OT>where
A: Send,
impl<A, IT, OT> Sync for Unary<A, IT, OT>where
A: Sync,
impl<A, IT, OT> Unpin for Unary<A, IT, OT>where
A: Unpin,
impl<A, IT, OT> UnwindSafe for Unary<A, IT, OT>where
A: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more