blitz
blitz copied to clipboard
Blitz++ Multi-Dimensional Array Library for C++
the docs mention blitz::ColumnMajor while in the blitz header this is named blitz::ColumnMajorArray
Following up on a post on the mailing list: https://sourceforge.net/p/blitz/mailman/message/32391243/ Has anyone looked into adding support for a const Array type to the blitz++ package? Simply qualifying an Array instance...
Migrated from: https://sourceforge.net/p/blitz/bugs/53/ As reported by @sergiopasra: > The configure script in blitz does nor support ARM aarch64 architecture. The support for this architecture was added to autoconf 2.69, whereas...
Packaged versions of Blitz are shipped with bzconfig.h file full of information on the compiler features and library availability which not necessarily match the ones of the environment in which...
Blitz code contains optional compiler vectorization optimizations for SIMD instruction, but it is not mentioned yet in the docs.
+ the "--enable-serialization" option to configure
Migrated from: https://sourceforge.net/p/blitz/bugs/65/ As pointed out in this mailing list thread: https://sourceforge.net/p/blitz/mailman/message/32742056/ mixing arrays of different dimensionality in the example expression requires a trick employing placeholders like "0*tensor::i" etc -...
Migrated from: https://sourceforge.net/p/blitz/bugs/56/ As mentioned in blitz/manual/README (Sep. 2004): "...files that were previously contained in this directory have been replaced by the .texi files in the doc subdirectory and are...
As reported on the mailing list by Fermin Otalora, BZ_DECLARE_FUNCTOR is not documented. (issue migrated from SF: https://sourceforge.net/p/blitz/bugs/43/)
Migrated from: https://sourceforge.net/p/blitz/bugs/42/ As reported by Patrik Jonsson on 2012-05-09: > If a1 is a 1-dim array and a2 is a 2-dim one, it works fine to do > >...