mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
29c6ea4cac
Tiny Vector and Matrix template library
7 lines
290 B
Plaintext
7 lines
290 B
Plaintext
This Tiny Vector and Matrix template library uses Meta and Expression
|
|
Templates to evaluate results at compile time, thus making it fast for
|
|
low-end systems. Temporaries are avoided because of this. The dimensions
|
|
are static and bounded at compile time.
|
|
|
|
WWW: http://tvmet.sourceforge.net/
|