PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
void CORE_slaed3_merge ( int  n,
int  K,
float *  D,
int *  INDXQ 
)

CORE_slaed3_merge - Merge the eigenvalues of two subproblems and generates the index arrays to sort the associated eigenvectors.

Parameters
[in]nn specifies the dimension of the symmetric tridiagonal matrix
[in]KK specifies the number of non-deflated eigenvalues
[out]DArray of float of size n. On exit, stores the sorted eigenvalues.
[out]INDXQArray of integers of size n. On exit, INDXQ stores the permutation array to sort the eigenvectors.