|
powerit
C++ implementation for power iterations
|
#include <core.hpp>
Public Attributes | |
| Data_ | value |
| int | iterations |
| Data_ | Type of the matrix data. |
| int powerit::Result< Data_ >::iterations |
Number of iterations required to convergence. Set to -1 if convergence did not occur before the maximum number of iterations specified in Options::iterations.
| Data_ powerit::Result< Data_ >::value |
Estimate of the first eigenvalue.