numerics
Loading...
Searching...
No Matches
num::PowerResult Struct Reference

Result of a single-eigenvalue iteration. More...

#include <power.hpp>

Public Attributes

real eigenvalue
 Converged eigenvalue (Rayleigh quotient)
 
Vector eigenvector
 Corresponding unit eigenvector.
 
idx iterations
 Iterations performed.
 
bool converged
 Whether tolerance was met.
 

Detailed Description

Result of a single-eigenvalue iteration.

Definition at line 24 of file power.hpp.

Member Data Documentation

◆ converged

bool num::PowerResult::converged

Whether tolerance was met.

Definition at line 28 of file power.hpp.

◆ eigenvalue

real num::PowerResult::eigenvalue

Converged eigenvalue (Rayleigh quotient)

Definition at line 25 of file power.hpp.

◆ eigenvector

Vector num::PowerResult::eigenvector

Corresponding unit eigenvector.

Definition at line 26 of file power.hpp.

◆ iterations

idx num::PowerResult::iterations

Iterations performed.

Definition at line 27 of file power.hpp.


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