H2Lib  3.0
Data Fields
_tridiag Struct Reference

Real tridiagonal matrix $T$, represented by vectors containing the diagonal, sub- and superdiagonal. More...

#include <eigensolvers.h>

Data Fields

preal d
 Diagonal represented by the vector $(t_{11},t_{22},\ldots,t_{nn})$, dimension dim.
 
preal l
 Subdiagonal represented by the vector $(t_{21},t_{32},\ldots,t_{n,n-1})$, dimension dim-1.
 
preal u
 Superdiagonal represented by the vector $(t_{12},t_{23},\ldots,t_{n-1,n})$, dimension dim-1.
 
uint size
 Matrix dimension.
 
ptridiag owner
 If this a submatrix, this points to the supermatrix it was taken from.
 

Detailed Description

Real tridiagonal matrix $T$, represented by vectors containing the diagonal, sub- and superdiagonal.


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