blob: f26f71ae71db2bf2dd240f2b3a68b77971e7b4ef (
plain)
1
2
3
4
5
6
7
8
9
|
This tiny vector and matrix template libary uses meta templates and
template expressions to evaluate results at compile time - to make
it fast for low order systems. Temporaries are kicked off.
Nevertheless, this isn't a matlab or octave in C++!
For more informations please have a look into docs/html/ or to the
project web page at http://tvmet.sourceforge.net
|