gemm_common
0.17.1
Conj
Required Methods
conj
Implementations on Foreign Types
f16
f32
f64
Object Safety
Implementors
In gemm_common::gemm
?
Settings
Trait
gemm_common
::
gemm
::
Conj
Copy item path
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