Hi,
I would like to find the eigen vectors of a symmetric matrix folowing: AV = Vlambda.
where V is the matrix of eigen vectors and lambda is a matrix containing the eigen values.
I wanted to use cuSolver library to perform this procedure in parallel but unfortunately i found that your example follows the formula:
AV = lambdav which i think different than what i want to do since lambdaV != Vlambda
I would be grateful if you help me in that, because i’m really stuck.
Thanks,