belog elog
About
Benchmarks
News
Tutorial
Download
Links
Designed with
quanta
gimp
Best viewed with
konqueror
Contact:
author

Linear algebra

  • blitz++ is a wonderful array library which solves the classical problem of operator overloading code bloats while retaining ease of use and conceptualization abilities of C++.
  • tvmet is in the same spirit as blitz++ but is specialized in vectors and matrices of fixed sizes. It compiles faster and gives very good runtime code.
  • MTL is a matrix library which has inspired LFMat from the genericity and the "templatization" point of view. It is able to represent matrices with a wide variety of storage types.

Symbolic algebra

  • GiNaC is a C++ library which allows to do symbolic computation.