Docs.rs
  • tiny-solver-0.13.0
    • tiny-solver 0.13.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • powei-lin
    • Dependencies
      • faer ^0.20.1 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
      • env_logger ^0.11.6 dev
      • itertools ^0.13.0 dev
      • plotters ^0.3.6 dev
    • Versions
    • 0% 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.13.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