gemm_common::gemm

Trait Conj

Source
pub trait Conj: Copy {
    // Required method
    fn conj(self) -> Self;
}

Required Methods§

Source

fn conj(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Conj for f32

Source§

fn conj(self) -> Self

Source§

impl Conj for f64

Source§

fn conj(self) -> Self

Source§

impl Conj for f16

Source§

fn conj(self) -> Self

Implementors§

Source§

impl Conj for c32

Source§

impl Conj for c64