Docs.rs
optimization-solvers-0.1.1
optimization-solvers 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
fedemagnani
Dependencies
derive-getters ^0.5.0
normal
lbfgsb-sys ^0.1.0
normal
optional
nalgebra ^0.33.2
normal
num-traits ^0.2.19
normal
plotly ^0.10.0
normal
thiserror ^2.0.3
normal
tracing ^0.1.40
normal
tracing-appender ^0.2.3
normal
tracing-subscriber ^0.3.18
normal
getrandom ^0.2
normal
js-sys ^0.3
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
Versions
38.39%
of the crate is documented
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
InfinityNorm
optimization_
solvers
0.1.1
Infinity
Norm
Required Methods
infinity_norm
Implementations on Foreign Types
DVector<Floating>
Implementors
In optimization_
solvers::
number
optimization_solvers
::
number
Trait
Infinity
Norm
Copy item path
Source
pub trait InfinityNorm { // Required method fn
infinity_norm
(&self) ->
Floating
; }
Required Methods
§
Source
fn
infinity_norm
(&self) ->
Floating
Implementations on Foreign Types
§
Source
§
impl
InfinityNorm
for
DVector
<
Floating
>
Source
§
fn
infinity_norm
(&self) ->
Floating
Implementors
§