Docs.rs
  • ode_solvers-0.6.1
    • ode_solvers 0.6.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • srenevey
    • Dependencies
      • nalgebra ^0.33.2 normal
      • num-traits ^0.2.19 normal
      • serde ^1.0.218 normal
      • simba ^0.9.0 normal
      • thiserror ^2.0.11 normal
      • approx ^0.5.1 dev
    • Versions
    • 71.43% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ode_solvers0.6.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • continuous_output_model::ContinuousOutputModel
  • controller::Controller
  • dop853::Dop853
  • dop_shared::SolverResult
  • dop_shared::Stats
  • dopri5::Dopri5
  • rk4::Rk4

Enums

  • dop_shared::IntegrationError
  • dop_shared::OutputType

Traits

  • dop_shared::FloatNumber
  • dop_shared::System

Type Aliases

  • DVector
  • OVector
  • SVector
  • Vector1
  • Vector2
  • Vector3
  • Vector4
  • Vector5
  • Vector6