numeric-loops 0.1.1

Efficient numerical loops (sum, dot product) with optional nightly-using special cases and optimizations.
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented0 out of 2 items with examples
  • Size
  • Source code size: 9.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.16 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • bluss/numeric-loops
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bluss

Efficient core numerical loops

Crate Feature Flags

The following crate feature flags are available. They are configured in your Cargo.toml.

  • use_nightly

    • Optional, requires Recent nightly compiler
    • Enables optimizations using fast math flags and specialization