Docs.rs
array-matrix-0.1.0
array-matrix 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sigurd4
Dependencies
array-init ^2.0.1
normal
num-complex ^0.4.2
normal
num-traits ^0.2.15
normal
Versions
25.68%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Herm
Required Associated Types
Output
Required Methods
herm
Implementations on Foreign Types
[[F; L]; H]
Implementors
In array_matrix::matrix::herm
?
Trait
array_matrix
::
matrix
::
herm
::
Herm
source
·
[
−
]
pub trait Herm:
Matrix
where
Self::
Output
:
Matrix
,
{ type
Output
; fn
herm
(&self) -> Self::
Output
; }
Required Associated Types
§
source
type
Output
Required Methods
§
source
fn
herm
(&self) -> Self::
Output
Implementations on Foreign Types
§
source
§
impl<F:
ComplexFloat
, const L:
usize
, const H:
usize
>
Herm
for [
[F; L]
;
H
]
where
Self:
Matrix
,
[
[F; H]
;
L
]:
Matrix
,
§
type
Output
= [
[F; H]
;
L
]
source
§
fn
herm
(&self) -> Self::
Output
Implementors
§