Subversion Repositories gelsvn

Rev

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

Rev 2 Rev 45
Line 20... Line 20...
20
			The final argument is the number of solutions to find. If only
20
			The final argument is the number of solutions to find. If only
21
			a number of solutions are interesting, use this argument to save
21
			a number of solutions are interesting, use this argument to save
22
			cycles.
22
			cycles.
23
	*/
23
	*/
24
	template <class MT>
24
	template <class MT>
25
	int power_eigensolution(const MT& A, MT& Q, MT& L, int max_sol=1000);
25
	int power_eigensolution(const MT& A, MT& Q, MT& L, unsigned int max_sol=1000);
26
}
26
}
27
#endif
27
#endif