mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-30 17:40:05 +08:00
update the position of the owl
This commit is contained in:
parent
54814eb05b
commit
e19c6b89f5
@ -123,7 +123,7 @@ namespace Eigen {
|
||||
<td>R-SVD</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<tr class="alt">
|
||||
<td>SelfAdjointEigenSolver</td>
|
||||
<td>Self-adjoint</td>
|
||||
<td>Fast-average<sup><a href="#note2">2</a></sup></td>
|
||||
@ -147,7 +147,7 @@ namespace Eigen {
|
||||
<td>-</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<tr class="alt">
|
||||
<td>EigenSolver</td>
|
||||
<td>Square and real</td>
|
||||
<td>Average-slow<sup><a href="#note2">2</a></sup></td>
|
||||
@ -185,7 +185,7 @@ namespace Eigen {
|
||||
<td>-</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<tr class="alt">
|
||||
<td>ComplexSchur</td>
|
||||
<td>Square</td>
|
||||
<td>Slow-very slow<sup><a href="#note2">2</a></sup></td>
|
||||
@ -209,7 +209,7 @@ namespace Eigen {
|
||||
<td>-</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<tr class="alt">
|
||||
<td>Tridiagonalization</td>
|
||||
<td>Self-adjoint</td>
|
||||
<td>Fast</td>
|
||||
|
@ -700,6 +700,15 @@ img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
img.logo {
|
||||
float:right;
|
||||
margin:10px;
|
||||
|
||||
/* position:absolute;
|
||||
border:none;
|
||||
right:10px;
|
||||
top:10px */
|
||||
}
|
||||
|
||||
/* Common style for all Eigen's tables */
|
||||
|
||||
|
@ -11,5 +11,4 @@
|
||||
<body onload='searchBox.OnSelectItem(0);'>
|
||||
<a name="top"></a>
|
||||
<a class="logo" href="http://eigen.tuxfamily.org/">
|
||||
<img src="Eigen_Silly_Professor_64x64.png" width=64 height=64 alt="Eigen's silly professor"
|
||||
style="position:absolute; border:none; right:10px; top:10px" /></a>
|
||||
<img class="logo" src="Eigen_Silly_Professor_64x64.png" width=64 height=64 alt="Eigen's silly professor"/></a>
|
||||
|
Loading…
Reference in New Issue
Block a user