[OctDev] laguerre polynomials

2008-07-30 Thread Eric Chassande-Mottin
I've written a routine which computes the Laguerre polynomials. It could be added to octaveForge? it is maybe redundant with a routine of the GSL. if it is worth it, I am not sure where it should be placed (specfun? misc?). e. http://www.nabble.com/file/p18730466/laguerre.m laguerre.m -- View

Re: [OctDev] laguerre polynomials

2008-07-30 Thread David Bateman
Eric Chassande-Mottin wrote: I've written a routine which computes the Laguerre polynomials. It could be added to octaveForge? it is maybe redundant with a routine of the GSL. if it is worth it, I am not sure where it should be placed (specfun? misc?). e.