I am Charmie

メモとログ

Blitz++ installation on Ubuntu 14.04

Blitz++ is a c++ template library for array manipulation. I'm planning to use this library for some tensor computation. Fortunately, we can install the library via Ubuntu package manager as

[code lang="bash"] sudo apt-get install libblitz-doc libblitz0-dev libblitz0ldbl [/code]