Docs.rs
gemm-common-0.14.2
gemm-common 0.14.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sarah-quinones
Dependencies
dyn-stack ^0.9
normal
lazy_static ^1.4
normal
num-complex ^0.4
normal
num-traits ^0.2
normal
paste ^1.0
normal
raw-cpuid ^10.7
normal
rayon ^1.7
normal
seq-macro ^0.3
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Conj
Required Methods
conj
Implementations on Foreign Types
f32
f64
Implementors
In gemm_common::gemm
?
Trait
gemm_common
::
gemm
::
Conj
source
·
[
−
]
pub trait Conj:
Copy
{ // Required method fn
conj
(self) -> Self; }
Required Methods
§
source
fn
conj
(self) -> Self
Implementations on Foreign Types
§
source
§
impl
Conj
for
f32
source
§
fn
conj
(self) -> Self
source
§
impl
Conj
for
f64
source
§
fn
conj
(self) -> Self
Implementors
§
source
§
impl
Conj
for
c32
source
§
impl
Conj
for
c64