Trait gemm_common::gemm::Conj

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

Required Methods§

source

fn conj(self) -> Self

Object Safety§

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