Docs.rs
ndarray-linalg-0.5.3
ndarray-linalg 0.5.3
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
termoshtt
jturner314
LukeMathWalker
Dependencies
ndarray ^0.9
derive-new ^0.4
enum-error-derive ^0.1
rand ^0.3
blas ^0.15
num-complex ^0.1
lapack ^0.11
num-traits ^0.1
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-gnu
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ndarray_linalg
::
convert
Function
ndarray_linalg
::
convert
::
into_row
[
−
]
[src]
pub fn into_row<S>(a:
ArrayBase
<S,
Ix1
>) ->
ArrayBase
<S,
Ix2
>
where
S:
Data
,