H2Lib
3.0
|
Real tridiagonal matrix , represented by vectors containing the diagonal, sub- and superdiagonal. More...
#include <eigensolvers.h>
Data Fields | |
preal | d |
Diagonal represented by the vector , dimension dim . | |
preal | l |
Subdiagonal represented by the vector , dimension dim-1 . | |
preal | u |
Superdiagonal represented by the vector , dimension dim-1 . | |
uint | size |
Matrix dimension. | |
ptridiag | owner |
If this a submatrix, this points to the supermatrix it was taken from. | |
Real tridiagonal matrix , represented by vectors containing the diagonal, sub- and superdiagonal.