Docs.rs
faer-core-0.13.3
faer-core 0.13.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sarah-quinones
Dependencies
assert2 ^0.3
normal
bytemuck ^1
normal
coe-rs ^0.1
normal
dyn-stack ^0.10
normal
faer-entity ^0.13.0
normal
gemm ^0.16.7
normal
log ^0.4
normal
matrixcompare-core ^0.1.0
normal
num-complex ^0.4
normal
num-traits ^0.2
normal
paste ^1.0
normal
pulp ^0.16
normal
rayon ^1
normal
reborrow ^0.5
normal
seq-macro ^0.3
normal
assert_approx_eq ^1.1.0
dev
criterion ^0.5
dev
dbgf ^0.1.0
dev
nalgebra ^0.32.3
dev
rand ^0.8.5
dev
Versions
58.67%
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
☰
faer_core
0.13.3
AsMatRef
Required Methods
as_mat_ref
Implementors
In crate faer_core
?
Trait
faer_core
::
AsMatRef
source
·
[
−
]
pub trait AsMatRef<E:
Entity
> { // Required method fn
as_mat_ref
(&self) ->
MatRef
<'_, E>; }
Required Methods
§
source
fn
as_mat_ref
(&self) ->
MatRef
<'_, E>
Implementors
§
source
§
impl<E:
Entity
>
AsMatRef
<E> for &
Mat
<E>
source
§
impl<E:
Entity
>
AsMatRef
<E> for &
MatMut
<'_, E>
source
§
impl<E:
Entity
>
AsMatRef
<E> for &
MatRef
<'_, E>
source
§
impl<E:
Entity
>
AsMatRef
<E> for
Mat
<E>
source
§
impl<E:
Entity
>
AsMatRef
<E> for
MatMut
<'_, E>
source
§
impl<E:
Entity
>
AsMatRef
<E> for
MatRef
<'_, E>