c++blitz++

Where is blitz/tinyvec.h in blitz 0.10?


I had used blitz 0.09 for a long time. Currently I updated it to blitz 0.10. And the blitz/tinyvec.h is gone. There is a similar one blitz/tinyvec2.h. I change to it, but compilation doesn't pass. I have to include blitz/array.h to pass the compilation. How can I just include a short tinyvec header file in blitz 0.10 since I only use tiny vectors? Thanks.


Solution

  • I have found that blitz/tinyvec2.h will compile if you also include blitz/tinyvec2.cc.

    I hope that helps.