blitzpp / blitz

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

docs: example output code differs from current Blitz behaviour #61

Open slayoo opened 5 years ago

slayoo commented 5 years ago

Migrated from: https://sourceforge.net/p/blitz/bugs/64/

e.g. in section 2.8.1 on the output mechanism, the old output method is apparent:

4 x 5
[ ...

while the new one is:

(1,4) x (1,5)
[ ...