Subversion Repositories gelsvn

Rev

Rev 354 | Rev 501 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 354 Rev 366
Line 32... Line 32...
32
				for(unsigned int i=0;i<n;++i)
32
				for(unsigned int i=0;i<n;++i)
33
				{
33
				{
34
						// Seed the eigenvector estimate
34
						// Seed the eigenvector estimate
35
						VT q(1);
35
						VT q(1);
36
						q.normalize();
36
						q.normalize();
37
						double l,l_old;
37
						double l=123,l_old;
38
 
38
 
39
						// As long as we haven't reached the max iterations and the
39
						// As long as we haven't reached the max iterations and the
40
						// eigenvalue has not converged, do
40
						// eigenvalue has not converged, do
41
						unsigned int k=0;
41
						unsigned int k=0;
42
						do
42
						do