At Thu, 30 Nov 2006 21:09:01 +0800, Dai Bing Tian wrote: > I wish to find out the complexity of eigen system solving function > *gsl_eigen_symmv on real symmetric matrices of dimension nxn, please > advise, thank you very much.
Hello, The algorithm is implemented from G. H. Golub, C. F. Van Loan, Matrix Computations (3rd Ed, 1996), ISBN 0-8018-5414-8. There is a detailed discussion of it there. -- best regards, Brian Gough (GSL Maintainer) Network Theory Ltd, Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/ _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
