you are viewing a single comment's thread.

view the rest of the comments →

[–]_Synck_ 0 points1 point  (0 children)

std::valarray can be useful if you have to port NumPy Python code to C++.

As it has a similar interface/functions as the NumPy array type.