Docs.rs
single-svdlib-1.0.8
single-svdlib 1.0.8
Docs.rs crate page
Links
crates.io
Source
Owners
ianfd
Dependencies
anyhow ^1.0
normal
nalgebra ^0.34
normal
nalgebra-sparse ^0.11.0
normal
ndarray ^0.16
normal
num-traits ^0.2.19
normal
rand ^0.9.0
normal
rand_distr ^0.5.1
normal
rayon ^1.10.0
normal
single-utilities ^0.8.7
normal
thiserror ^2.0.9
normal
Versions
15.05%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
IntoNdarray2
single_
svdlib
1.0.8
Into
Ndarray2
Required Associated Types
Out
Required Methods
into_ndarray2
Implementations on Foreign Types
Matrix<N, Dyn, Dyn, VecStorage<N, Dyn, Dyn>>
Implementors
In crate single_
svdlib
single_svdlib
Trait
Into
Ndarray2
Copy item path
Source
pub trait IntoNdarray2 { type
Out
; // Required method fn
into_ndarray2
(self) -> Self::
Out
; }
Required Associated Types
§
Source
type
Out
Required Methods
§
Source
fn
into_ndarray2
(self) -> Self::
Out
Implementations on Foreign Types
§
Source
§
impl<N:
Scalar
>
IntoNdarray2
for
Matrix
<N,
Dyn
,
Dyn
,
VecStorage
<N,
Dyn
,
Dyn
>>
where
DefaultAllocator
:
Allocator
<
Dyn
,
Dyn
, Buffer<N> =
VecStorage
<N,
Dyn
,
Dyn
>>,
Source
§
type
Out
=
ArrayBase
<
OwnedRepr
<N>,
Dim
<[
usize
;
2
]>>
Source
§
fn
into_ndarray2
(self) -> Self::
Out
Implementors
§