Docs.rs
  • tiny-solver-0.16.0
    • tiny-solver 0.16.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • powei-lin
    • Dependencies
      • faer ^0.20.2 normal
      • faer-ext ^0.4.1 normal
      • log ^0.4.21 normal
      • nalgebra ^0.33.2 normal
      • num-dual ^0.11.0 normal
      • num-traits ^0.2.19 normal
      • numpy ^0.23.0 normal optional
      • pyo3 ^0.23.3 normal optional
      • rayon ^1.9.0 normal
      • simba ^0.9.0 normal
      • env_logger ^0.11.6 dev
      • itertools ^0.14.0 dev
      • nalgebra ^0.33.2 dev
      • plotters ^0.3.6 dev
      • rand ^0.8.5 dev
    • Versions
    • 1.25% of the crate is documented
  • Go to latest version
  • 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

tiny_solver0.16.0

Module optimizer

Module Items

  • Modules

In crate tiny_solver

tiny_solver

Module optimizer

Source

Re-exports§

pub use common::*;
pub use gauss_newton_optimizer::*;
pub use levenberg_marquardt_optimizer::*;

Modules§

common
gauss_newton_optimizer
levenberg_marquardt_optimizer