<div dir="ltr">Hello all,<div><br></div><div>I am trying to form a matrix whose columns are eigenvectors I have calculated before U = [v1,v2,v3]. Is there any easy way of forming this matrix? My matrix should be parallel and I have created vectors as below, where nev i s the number of requested eigenvalues. So each V[i] represents an eigenvector and I should form a matrix by using V.</div><div><br></div><div>Vec *V;<br>  VecDuplicateVecs(vr,nev,&V); <br>  for (i=0; i<nev;i++){<br>  ierr = EPSGetEigenpair(eps,i,&kr,NULL,V[i],NULL);  <br>  }<br></div><div><br></div><div>Thanks!</div><div><br></div><div>Eda</div></div>