mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
it remains only to set the status of RealSchur and EigenSolver
This commit is contained in:
parent
1f4927a28c
commit
a06cd0fb13
@ -10,7 +10,7 @@ namespace Eigen {
|
||||
<tr>
|
||||
<td></td>
|
||||
<td colspan="5" align="center">Generic information, not Eigen-specific</td>
|
||||
<td colspan="2" align="center">Eigen-specific</td>
|
||||
<td colspan="3" align="center">Eigen-specific</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -136,20 +136,20 @@ namespace Eigen {
|
||||
<tr>
|
||||
<td>SelfAdjointEigenSolver</td>
|
||||
<td>Self-adjoint</td>
|
||||
<td>Fast</td>
|
||||
<td>Fast, depends on condition number</td>
|
||||
<td>Good</td>
|
||||
<td>Yes</td>
|
||||
<td>Eigenvalues/vectors</td>
|
||||
<td>-</td>
|
||||
<td>Good</td>
|
||||
<td>Soon: specializations for 2x2 and 3x3</td>
|
||||
<td><em>Soon: specializations for 2x2 and 3x3</em></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>ComplexEigenSolver</td>
|
||||
<td>Square</td>
|
||||
<td>Slow</td>
|
||||
<td>TODO Jitse answer this</td>
|
||||
<td>Slow, depends on condition number</td>
|
||||
<td>Depends on condition number</td>
|
||||
<td>Yes</td>
|
||||
<td>Eigenvalues/vectors</td>
|
||||
<td>-</td>
|
||||
@ -160,19 +160,19 @@ namespace Eigen {
|
||||
<tr>
|
||||
<td>EigenSolver</td>
|
||||
<td>Square and real</td>
|
||||
<td>Average</td>
|
||||
<td>TODO Jitse answer this</td>
|
||||
<td>Average, depends on condition number</td>
|
||||
<td>Depends on condition number</td>
|
||||
<td>Yes</td>
|
||||
<td>Eigenvalues/vectors</td>
|
||||
<td>-</td>
|
||||
<td>Average</td>
|
||||
<td>TODO Jitse answer this</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>GeneralizedSelfAdjointEigenSolver</td>
|
||||
<td>Square</td>
|
||||
<td>Fast</td>
|
||||
<td>Fast, depends on condition number</td>
|
||||
<td>Depends on condition number</td>
|
||||
<td>-</td>
|
||||
<td>Generalized eigenvalues/vectors</td>
|
||||
@ -184,8 +184,8 @@ namespace Eigen {
|
||||
<tr>
|
||||
<td>RealSchur</td>
|
||||
<td>Square and real</td>
|
||||
<td>TODO Jitse answer this</td>
|
||||
<td>TODO Jitse answer this</td>
|
||||
<td>Average, depends on condition number</td>
|
||||
<td>Depends on condition number</td>
|
||||
<td>Yes</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
@ -193,6 +193,18 @@ namespace Eigen {
|
||||
<td>-</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>ComplexSchur</td>
|
||||
<td>Square and real</td>
|
||||
<td>Slow, depends on condition number</td>
|
||||
<td>Depends on condition number</td>
|
||||
<td>Yes</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>Average</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>UpperBidiagonalization</td>
|
||||
<td>rows >= columns</td>
|
||||
@ -214,7 +226,7 @@ namespace Eigen {
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>Good</td>
|
||||
<td>Soon: blocking</td>
|
||||
<td><em>Soon: blocking</em></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -226,7 +238,7 @@ namespace Eigen {
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>Good</td>
|
||||
<td>Soon: blocking</td>
|
||||
<td><em>Soon: blocking</em></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user