oneTBB icon indicating copy to clipboard operation
oneTBB copied to clipboard

Extension of Nd range

Open tobiasweinzierl80 opened this issue 7 months ago • 1 comments

Description

We found that it is very useful for our code if we can construct the range from plain integers. For this, the underlying datatype storing the ranges has to be changed to vector. This should have no negative impact on the performance. However, it makes using the class easier.

The class could do with more assertions and more docu.

Type of change

Choose one or multiple, leave empty if none of the other choices apply

Add a respective label(s) to PR if you have permissions

  • [ ] bug fix - change that fixes an issue
  • [X ] new feature - change that adds functionality
  • [ ] tests - change in tests
  • [ ] infrastructure - change in infrastructure and CI
  • [ X] documentation - documentation update

Tests

  • [ ] added - required for new features and some bug fixes
  • [ X] not needed

Documentation

  • [ X] updated in #555 of spec
  • [ ] needs to be updated
  • [ ] not needed

Breaks backward compatibility

  • [ ] Yes
  • [ X] No
  • [ ] Unknown

Notify the following users

List users with @ to send notifications

Other information

tobiasweinzierl80 avatar Jul 13 '24 16:07 tobiasweinzierl80