Docs.rs
lmutils-0.2.47
lmutils 0.2.47
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mrvillage
Dependencies
aligned-vec ^0.6.1
normal
cfg-if ^1.0
normal
diol ^0.8.3
normal
extendr-api ^0.8.0
normal
optional
faer ^0.22
normal
flate2 ^1.0.30
normal
num_cpus ^1.16.0
normal
pulp ^0.18
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
rayon ^1.10.0
normal
regex ^1.11.1
normal
rkyv ^0.7.44
normal
serde ^1.0.202
normal
serde_cbor ^0.11.2
normal
serde_json ^1.0.117
normal
statrs ^0.17.1
normal
thiserror ^1.0.61
normal
tracing ^0.1.40
normal
test-log ^0.2.16
dev
libc ^0.2.155
normal
memfile ^0.3.2
normal
libc ^0.2.155
build
Versions
17.65%
of the crate is documented
Go to latest version
Platform
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
lmutils
0.2.47
Into
Matrix
Required Methods
into_matrix
Implementations on Foreign Types
Mat<f64>
MatMut<'_, f64>
MatRef<'_, f64>
Implementors
In crate lmutils
lmutils
Trait
IntoMatrix
Copy item path
Source
pub trait IntoMatrix { // Required method fn
into_matrix
(self) ->
Matrix
; }
Required Methods
§
Source
fn
into_matrix
(self) ->
Matrix
Implementations on Foreign Types
§
Source
§
impl
IntoMatrix
for
Mat
<
f64
>
Source
§
fn
into_matrix
(self) ->
Matrix
Source
§
impl
IntoMatrix
for
MatMut
<'_,
f64
>
Source
§
fn
into_matrix
(self) ->
Matrix
Source
§
impl
IntoMatrix
for
MatRef
<'_,
f64
>
Source
§
fn
into_matrix
(self) ->
Matrix
Implementors
§
Source
§
impl
IntoMatrix
for
File
Source
§
impl
IntoMatrix
for
OwnedMatrix