Docs.rs
custos-math-0.4.3
custos-math 0.4.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
elftausend
Dependencies
custos ^0.4.3
normal
fastrand ^1.7.0
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
☰
TransposeOp
Required Methods
transpose
Implementations on Foreign Types
CLDevice
CPU
CudaDevice
Implementors
In custos_math
?
Trait
custos_math
::
TransposeOp
source
·
[
−
]
pub trait TransposeOp<T> { fn
transpose
(&self, x: &
Matrix
<'_, T>) ->
Matrix
<'_, T>; }
Required Methods
source
fn
transpose
(&self, x: &
Matrix
<'_, T>) ->
Matrix
<'_, T>
Implementations on Foreign Types
source
impl<T:
Default
+
Copy
>
TransposeOp
<T> for
CPU
source
fn
transpose
(&self, x: &
Matrix
<'_, T>) ->
Matrix
<'_, T>
source
impl<T:
CDatatype
>
TransposeOp
<T> for
CLDevice
source
fn
transpose
(&self, x: &
Matrix
<'_, T>) ->
Matrix
<'_, T>
source
impl<T:
CudaTranspose
>
TransposeOp
<T> for
CudaDevice
source
fn
transpose
(&self, x: &
Matrix
<'_, T>) ->
Matrix
<'_, T>
Implementors