Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 3.42 KB

numeric.md

File metadata and controls

59 lines (49 loc) · 3.42 KB

Header <numeric> implementation status

Reference
Implementation

  • : Cannot implement with language itself. Need compiler support. Used C++ N STL
  • : Partially implemented with C++ N
  • : Fully implemented with C++ N
  • : Not yet implemented
Features Standard Implemented in
Functions
iota
ranges::iota
accumulate
reduce
transform_reduce
inner_product
adjacent_difference
partial_sum
inclusive_scan
exclusive_scan
transform_inclusive_scan
transform_exclusive_scan
gcd
lcm
midpoint