blitz
blitz copied to clipboard
Blitz++ Multi-Dimensional Array Library for C++
Theodore Papadopoulo wrote: One task that really needs to be added is the cleanup of all the macro stuff that was needed to support old non-standard compilers. Nowadays, we can...
Examples
After the question (#183), I studied the examples. I could update them according to the current state of the library. However, I saw the latest [commit](https://github.com/blitzpp/blitz/commit/d45a4e210bbb4d4caef983890175a6819c4fb3db) by @citibeth with **IMPORTANT...
I'm getting the following error: ``` Thread 1 "r01.exe" received signal SIGFPE, Arithmetic exception. 0x00007ffff7b58b12 in blitz::Divide::apply (a=1, b=0) at /home/kdm/projects/GISS/LIME/opt/include/blitz/ops.h:147 147 BZ_DEFINE_BINARY_OP(Divide,/) ``` From this line: ```C blitz::Array sIpvXOp(1....
There was an error during the compilation. The function sprintf has been replaced by snprintf accordingly.
See https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path.
