numerics 0.1.0
Loading...
Searching...
No Matches
num::EigenResult Struct Reference

Symmetric eigendecomposition \(A=V\Lambda V^T\). More...

#include <jacobi_eig.hpp>

Public Attributes

Vector values
 
Matrix vectors
 
idx sweeps = 0
 
bool converged = false
 

Detailed Description

Symmetric eigendecomposition \(A=V\Lambda V^T\).

Definition at line 15 of file jacobi_eig.hpp.

Member Data Documentation

◆ converged

bool num::EigenResult::converged = false

Definition at line 19 of file jacobi_eig.hpp.

◆ sweeps

idx num::EigenResult::sweeps = 0

Definition at line 18 of file jacobi_eig.hpp.

◆ values

Vector num::EigenResult::values

Definition at line 16 of file jacobi_eig.hpp.

Referenced by num::lanczos().

◆ vectors

Matrix num::EigenResult::vectors

Definition at line 17 of file jacobi_eig.hpp.

Referenced by num::lanczos().


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