blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
402 stars 83 forks source link

Header files #183

Closed gleb-kun closed 4 months ago

gleb-kun commented 4 months ago

In the "examples" folder I saw the inclusion of header files, for example these (examples/pick.cpp):

#include <blitz/vector-et.h>
#include <blitz/vecpick.h>

However I can't find them in the project, are they outdated files?

citibeth commented 4 months ago

Apparently so, there is no guarantee any examples will work.

gleb-kun commented 4 months ago

Thanks for the answer.