| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html> |
| <head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
| <title> |
| Tiny Vector Matrix library using Expression Templates |
| </title> |
| <!-- This Tiny Vector and Matrix C++ template libary uses Meta Templates and |
| Expression Templates to evaluate results at compile time - to make it fast |
| for low order (tiny) systems. --> |
| <META name="description" content="This Tiny Vector and Matrix C++ template |
| libary uses Meta Templates and Expression Templates to evaluate results |
| at compile time - to make it fast for low order (tiny) systems."> |
| <META name="keywords" content="tiny, vector, matrix, fast, C++, STL, template, library, |
| expression templates, meta templates, fixed size, fixed dimension, |
| matrix-matrix, matrix-vector, vector-matrix, binary, unary, operations, operators, |
| product, transpose, linear algebra, cross product, dot product, type promotion, |
| exception, linux, kernel, embedded system, regression test, gcc, g++, |
| blitz, blitz++, TinyVector, TinyMatrix, MTL, TNT, |
| gnu compiler suite, portland group c++, kai c++, intel compiler, LGPL"> |
| <link href="tvmet.css" rel="stylesheet" type="text/css"> |
| </head> |
| <body bgcolor="#ffffff"> |
| <table width="100%"> |
| <tr> |
| <td width="20%" align="left" valign="center"> |
| <a href="http://sourceforge.net/projects/tvmet"> |
| <img src="http://sourceforge.net/sflogo.php?group_id=39733&type=3" width="125" height="37" border="0" alt="SourceForge Logo"></a> |
| </td> |
| <td width="50%" align="center" valign="center"> |
| <b><big>T</big>iny <big>V</big>ector <big>M</big>atrix library using <big>E</big>xpression <big>T</big>emplates</b> |
| </td> |
| <td width="20%" align="right" valign="center"> |
| <a href="http://tvmet.sourceforge.net">Sourceforge Project Page</a> |
| </td> |
| </tr> |
| </table> |
| <hr> |