From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13408 invoked by alias); 22 Jun 2008 21:09:58 -0000 Received: (qmail 13400 invoked by uid 22791); 22 Jun 2008 21:09:58 -0000 X-Spam-Check-By: sourceware.org Received: from mail.network-theory.co.uk (HELO mail.network-theory.co.uk) (66.199.228.187) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 22 Jun 2008 21:09:31 +0000 Date: Sun, 22 Jun 2008 21:09:00 -0000 Message-ID: <87hcblkwhr.wl%bjg@network-theory.co.uk> From: Brian Gough To: "Thierry Moisan" Cc: gsl-discuss@sourceware.org Subject: Re: gsl_matrix_complex functions documentation In-Reply-To: <55577cf0806221219sf587019j9983d3c46e621d2a@mail.gmail.com> References: <55577cf0806221219sf587019j9983d3c46e621d2a@mail.gmail.com> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Message-Mac: 64ef60ba5d8a986a58025e452e05969e Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00029.txt.bz2 At Sun, 22 Jun 2008 15:19:19 -0400, Thierry Moisan wrote: > Hi, I'm the student who work on Math::GSL for google summer of code. > The goal of Math::GSL is to port the GSL library to Perl. While > working on this project, I realized the gsl_matrix_complex functions > haven't been documented yet. I wanted to know if it was meant to be > done soon. If not, I thought I could help by documenting them. I'll > have to document them anyway inside my project, so I tought it would > be better not to duplicate the work. > > I'd like to know how I could work on the development of the > documentation? To who or which server/repository do I have to push my > changes? Hello, The individual description of each function is given only for the 'double' version of the functions. The others (including complex, char, int, etc) have the same form so they aren't described separately. The introduction to the chapter gives a full list of the valid types. If there are any specific functions that you think need to be described separately let me know. Thanks. -- Brian Gough p.s. If you need the repository for any other reason the details are at http://www.gnu.org/software/gsl/