mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +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.
38 lines
1.8 KiB
HTML
38 lines
1.8 KiB
HTML
<!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>
|