Docs.rs
matrix-rs-1.0.1
matrix-rs 1.0.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
deotimedev
Dependencies
checks ^1.0.0
normal
Versions
0%
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
VecMatrix
matrix_
rs
1.0.1
VecMatrix
Aliased Type
Trait Implementations
From<&Matrix<R, C>>
In crate matrix_
rs
matrix_rs
Type Alias
VecMatrix
Copy item path
Source
pub type VecMatrix =
Vec
<
Vec
<
f32
>>;
Aliased Type
§
pub struct VecMatrix {
/* private fields */
}
Trait Implementations
§
Source
§
impl<const R:
usize
, const C:
usize
>
From
<&
Matrix
<R, C>> for
VecMatrix
where
Zero
<R>:
Failed
,
Zero
<C>:
Failed
,
Source
§
fn
from
(val: &
Matrix
<R, C>) -> Self
Converts to this type from the input type.