Registry / utility / argmin-math

argmin-math

JSON →
library0.5.1rscratesunverified

Provides math abstractions for the argmin optimization framework.

# Cargo.toml [dependencies] argmin-math = "0.5.1"
INSTALL
IMPORT
SIG · ARGMIN-MATH
A
argmin-math
utilityrustv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ArgminAdd
use argmin_math::ArgminAdd;

Demonstrates adding two vectors using the ArgminAdd trait.

use argmin_math::ArgminAdd; fn main() { let a = vec![1.0, 2.0]; let b = vec![3.0, 4.0]; let c = a.add(&b); println!("{:?}", c); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
2
Resources
argmin-math — cargo add argmin-math · libregistry