We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The advantage is to avoid setting the include path of the compiler. for example, in array-impl.h, change <> to "filename"
#include "blitz.h" #include "memblock.h" #include "range.h" #include "tinyvec2.h" #include "tvecglobs.h"
#include "indexexpr.h"
#include "array/slice.h" // Subarrays and slicing #include "array/map.h" // Tensor index notation #include "array/multi.h" // Multicomponent arrays #include "array/domain.h" // RectDomain class #include "array/storage.h" // GeneralArrayStorage
The text was updated successfully, but these errors were encountered:
thanks, could you please create a pull request with these changes?
Sorry, something went wrong.
No branches or pull requests
The advantage is to avoid setting the include path of the compiler.
for example, in array-impl.h, change <> to "filename"
#include "blitz.h"
#include "memblock.h"
#include "range.h"
#include "tinyvec2.h"
#include "tvecglobs.h"
#include "indexexpr.h"
#include "array/slice.h" // Subarrays and slicing
#include "array/map.h" // Tensor index notation
#include "array/multi.h" // Multicomponent arrays
#include "array/domain.h" // RectDomain class
#include "array/storage.h" // GeneralArrayStorage
The text was updated successfully, but these errors were encountered: