#optimization #dot #sum #optional #product #special #nightly

numeric-loops

Efficient numerical loops (sum, dot product) with optional nightly-using special cases and optimizations

2 releases

Uses old Rust 2015

0.1.1 Sep 23, 2017
0.1.0 Oct 19, 2016

#685 in Science

27 downloads per month

MIT/Apache

9KB
177 lines

numeric-loops

Please read the API documentation here

build_status

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

How to use with cargo:

[dependencies]
numeric-loops = "0.1"

Recent Changes

  • 0.1.1
    • Add crate categories
  • 0.1.0
    • Initial release.

License

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.

Dependencies

~245KB