[in] | jobz | Intended usage: = PlasmaIVec: computes eigenpairs of the symmetric tridiagonal matrix = PlasmaVec: computes eigenpairs of the original matrix (not supported now) |
[in] | n | n specifies the dimension of the original matrix |
[in,out] | D | On entry, D contains the diagonal elements of the tridiagonal matrix On exit, D contains the eigenvalues |
[in] | E | On entry, E contains the extra-diagonal elements of the tridiagonal matrix |
[out] | Z | On exit, if jobz = PlasmaVec and info = 0, the eigenvectors. |
[in] | LDZ | The leading dimention of the eigenvectors matrix Z. LDZ >= max(1,N). |
[in] | sequence | Identifies the sequence of function calls that this call belongs to (for completion checks and exception handling purposes). |
[out] | request | Identifies this function call (for exception handling purposes). |