mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-11 18:00:51 +08:00
release of tvmet (inactive for 2 years and developer unreachable) as the basis for eigen2, because it provides seemingly good expression template mechanisms, we want that, and it would take years to reinvent that wheel. We'll see. So this commit imports the last tvmet release.
10 lines
367 B
Plaintext
10 lines
367 B
Plaintext
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
|
|
|