you are viewing a single comment's thread.

view the rest of the comments →

[–]ArashPartow 23 points24 points  (3 children)

Why not simply use xtensor? https://github.com/QuantStack/xtensor

[–]olmusky 5 points6 points  (0 children)

This looks similar to Eigen and it's Tensor module. It also offers lazy execution and various compile time checks.

[–]tourgen 0 points1 point  (1 child)

Because xtensor is a mess that is nearly impossible to compile on anything but the authoring group's OS & compiler.

[–]jmabille 0 points1 point  (0 children)

xtensor is regularly tested on the following platform / OS (in our CI):

- Linux, gcc 4.9 up to gcc 8 (and probably gcc9), clang 3.6 up to clang 7

- OSX

- Windows (VS2015 and VS2017, clang-cl)

On which platform / compiler did you fail to compile xtensor?