Docs.rs
  • feanor-math-2.2.0
    • feanor-math 2.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • FeanorTheElf
    • Dependencies
      • append-only-vec ^0.1.5 normal
      • atomicbox ^0.4.0 normal
      • libc ^0.2 normal
      • ndarray ^0.15.6 normal optional
      • oorandom ^11.1.3 normal
      • rayon ^1.8.0 normal optional
      • stability ^0.2.0 normal
      • thread_local ^1.1.8 normal
      • feanor-mempool ^2.1.0 dev
    • Versions
    • 61.75% 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

feanor_math2.2.0

Module algorithms

  • Modules

In crate feanor_math

Module feanor_math::algorithms

source ·
Expand description

A collection of all number-theoretic algorithms that are currently implemented in this crate.

Modules§

  • bigint
  • buchberger
  • convolution
  • cyclotomic
  • discrete_log
  • ec_factor
  • eea
  • erathostenes
  • f4
  • fft
  • gauss
  • hensel
  • int_bisect
  • int_factor
  • interpolate
  • linsolve
  • lll
  • matmul
  • miller_rabin
  • poly_div
  • poly_factor
  • resultant
  • smith
  • sparse_invert
  • sqr_mul
  • unity_root