2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-01-26 07:02:18 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Amit Singh
dcc3163ef6 Fixing the ambiguous extents type and using constexpr function to get
strides rather than creating type traits just to do the same task.
2022-01-02 19:42:01 +05:30
Cem Bassoy
231ba5f730 refactor(core): simplify and eliminate auxiliary tensor types (#115)
Auxiliary functions for extents and strides were using different
functions. Additionally, many tags were used to distinguish between
different tensor types. This patch simplifies interfaces of different
core functions and unifies functions that can process different types of
extent and stride types.
2021-09-09 11:34:14 +02:00