This is the mail archive of the gsl-cvs@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gsl/rng gsl_rng.h


CVSROOT:	/cvs/gsl
Module name:	gsl
Changes by:	bjg@egcs.cygnus.com	99/03/01 14:02:00

Modified files:
	rng            : gsl_rng.h 

Log message:
	moved static class information (max, min, etc) out of the instance data.
	Originally I avoided this because of the overhead of the extra indirection
	(r->type->get vs r->get) for every get function call, but that turns out to
	be only about 10% at worst so it's worth the slight speed cost to make the
	code safer.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]