powerit
C++ implementation for power iterations
Loading...
Searching...
No Matches
Public Attributes | List of all members
powerit::Result< Data_ > Struct Template Reference

Result of compute(). More...

#include <core.hpp>

Public Attributes

Data_ value
 
int iterations
 

Detailed Description

template<typename Data_>
struct powerit::Result< Data_ >

Result of compute().

Template Parameters
Data_Type of the matrix data.

Member Data Documentation

◆ iterations

template<typename 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.

◆ value

template<typename Data_ >
Data_ powerit::Result< Data_ >::value

Estimate of the first eigenvalue.


The documentation for this struct was generated from the following file: