Docs.rs
vector-victor-0.1.3
vector-victor 0.1.3
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
drewcassidy
Dependencies
itertools ^0.13.0
normal
num-traits ^0.2.15
normal
generic_parameterize ^0.3.0
dev
Versions
91.84%
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
vector_
victor
0.1.3
All Items
Crate Items
Modules
Macros
Structs
Type Aliases
Crate
vector_victor
Copy item path
Source
Modules
§
decompose
index
Helper trait for ergonomic matrix subscripting
Macros
§
swizzle
Rearrange the rows of a matrix by the given row identifiers
Structs
§
Matrix
A 2D array of values which can be operated upon.
Type Aliases
§
Vector
An alias for a
Matrix
with a single column