Docs.rs
wls-alloc-0.1.2
wls-alloc 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
noidvan
Dependencies
libm ^0.2
normal
nalgebra ^0.34
normal
criterion ^0.5
dev
Versions
100%
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
Skip to main content
Module setup
wls_
alloc
0.1.2
Module setup
Module Items
Functions
In crate wls_
alloc
wls_alloc
Module
setup
Copy item path
Source
Expand description
Problem setup: convert WLS control-allocation parameters into LS form.
Functions
ยง
setup_a
Convert WLS control allocation to a least-squares problem
min ||Au - b||
.
setup_b
Compute the right-hand side
b
for the LS problem.