> Date: Fri, 7 Apr 2006 14:37:02 +0200 > From: "Pan, Lei" <[EMAIL PROTECTED]> > Subject: [Help-gsl] How to do power and exponent of a vector? > > I want to use gsl to do power of a vector (eg vectorA^0.8) and > also exponent of a vector (eg. exp(vectorA)). How can I do this without > using loops?
I've written an extension that has exp, and other math.h-ish functions for vectors and matrices. http://www-etud.iro.umontreal.ca/~bergstrj/msl/html/index.html You can try your luck compiling the libs in cvs, or else you can just steal the code (license permitting). -- james bergstra http://www-etud.iro.umontreal.ca/~bergstrj _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
