Docs.rs
faer-core-0.17.1
faer-core 0.17.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sarah-quinones
Dependencies
bytemuck ^1
normal
coe-rs ^0.1
normal
dyn-stack ^0.10
normal
equator ^0.1.10
normal
faer-entity ^0.17.0
normal
gemm ^0.17.1
normal
log ^0.4
normal
optional
matrixcompare-core ^0.1.0
normal
optional
num-complex ^0.4
normal
num-traits ^0.2
normal
paste ^1.0
normal
pulp ^0.18.8
normal
rand ^0.8
normal
optional
rayon ^1
normal
optional
reborrow ^0.5
normal
seq-macro ^0.3
normal
serde ^1
normal
optional
assert_approx_eq ^1.1.0
dev
criterion ^0.5
dev
dbgf ^0.1.1
dev
nalgebra ^0.32.3
dev
rand ^0.8.5
dev
serde_test ^1.0.176
dev
Versions
100%
of the crate is documented
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.17.1
Write
Required Methods
write
Implementations on Foreign Types
&mut T
&mut [T]
Implementors
In faer_
core::
group_
helpers
faer_core
::
group_helpers
Trait
Write
Copy item path
Source
pub trait Write:
Read
{ // Required method fn
write
(&mut self, values: Self::
Output
); }
Required Methods
§
Source
fn
write
(&mut self, values: Self::
Output
)
Implementations on Foreign Types
§
Source
§
impl<T>
Write
for &mut
[T]
where T:
Copy
+
Debug
,
Source
§
fn
write
(&mut self, values: <&mut
[T]
as
Read
>::
Output
)
Source
§
impl<T>
Write
for
&mut T
where T:
Copy
+
Debug
,
Source
§
fn
write
(&mut self, values: <
&mut T
as
Read
>::
Output
)
Implementors
§
Source
§
impl<E:
Entity
, S:
Simd
>
Write
for faer_core::group_helpers::
PrefixMut
<'_, E, S>
Source
§
impl<E:
Entity
, S:
Simd
>
Write
for faer_core::group_helpers::
SuffixMut
<'_, E, S>
Source
§
impl<E:
Entity
, T:
Copy
+
Debug
>
Write
for
RefGroupMut
<'_, E, T>
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
f32
, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
f64
, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
i32
, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
i64
, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
u32
, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
u64
, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
Complex
<
f32
>, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
PrefixMut
<'_,
Complex
<
f64
>, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
f32
, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
f64
, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
i32
, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
i64
, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
u32
, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
u64
, S, <S as
Simd
>::
m64s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
Complex
<
f32
>, S, <S as
Simd
>::
m32s
>
where S:
Simd
,
Source
§
impl<S>
Write
for pulp::
SuffixMut
<'_,
Complex
<
f64
>, S, <S as
Simd
>::
m64s
>
where S:
Simd
,