blitz icon indicating copy to clipboard operation
blitz copied to clipboard

Blitz++ Multi-Dimensional Array Library for C++

Results 96 blitz issues
Sort by recently updated
recently updated
newest added

this fixes both TinyMatrix::begin overloads

`TinyMatrix::begin()` : both overloads have wrong implementations. They should simply `return data_;`

An array can have various memory management policy: duplicate, neverDelete, deleteWhenDone... Calling array.free(), doesn't release memory of array having neverDelete policy. Unfortunately there is no way to check what policy...

https://github.com/blitzpp/blitz/blob/39f885951a9b8b11f931f917935a16066a945056/blitz/tau.h#L52 This defined macro causes an issue of compiling projects that include blitz and Qt5, specifically QColor.h as shown in the following link: https://github.com/qt/qtbase/blob/40143c189b7c1bf3c2058b77d00ea5c4e3be8b28/src/gui/painting/qcolor.h#L266 The error output doesn't help much....

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...

blitz 1.0.2, in storage.h, class ColumnMajorArray ordering_ = tensor::i; // error modify: //ordering_ = tensor::i; IndexPlaceholder i; ordering_ = i;

Using Boost.Preprocessor for slicing operator to accept any number of arguments. (Cf. #44)

Hello, ```TBB``` is replaced with its new iteration called ```oneTBB```. ```oneTBB``` doesn't supply ```tbb/atomic.h``` that ```blitz``` depends on. Could you please update ```blitz```? Thanks, Yuri

GNU/Linux platform: GNU ld-2.35.1 cmake version 3.18.4 GNU Make 4.3 gfortran-9.3.0 || gfortran-10.2.0 g++-10.2.1 || g++-9.3.0 || clang++ version 11.0.0 || clang++ version 9.0.1 Command sequence: ``` $ cmake -D...

I downloaded the latest Blitz in .zip form from Github. I used the instructions found here: https://github.com/blitzpp/blitz/blob/master/INSTALL cmake, then make in the builddir builds the library. sudo make install works...