From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough To: abrahamsmith@students.wisc.edu Cc: gsl-discuss@sources.redhat.com Subject: Re: documentation/reality discrepency: gsl_linalg_hermtd_unpack_dsd Date: Wed, 19 Dec 2001 13:20:00 -0000 Message-id: <15393.936.118812.624488@debian> References: <20011219014634.A28249@euclid.dsl.wisc.edu> X-SW-Source: 2001/msg00831.html Abraham David Smith writes: > The documentation refers to int gsl_linalg_hermtd_unpack_dsd > (const gsl_matrix_complex * A, > gsl_vector * d, > gsl_vector * sd) > However, searching through gsl_linalg.h, I find only: int > gsl_linalg_hermtd_unpack_T (const gsl_matrix_complex * A, > gsl_vector * d, gsl_vector * > subdiag); Hi, Thanks for the bug report. The documentation was out of date. The correct function name is unpack_T. regards Brian Gough From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13692 invoked by alias); 19 Dec 2001 21:20:22 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 13664 invoked from network); 19 Dec 2001 21:20:21 -0000 Received: from unknown (HELO mail4.svr.pol.co.uk) (195.92.193.211) by sources.redhat.com with SMTP; 19 Dec 2001 21:20:21 -0000 Received: from modem-207.elendil.dialup.pol.co.uk ([62.136.183.207] helo=debian) by mail4.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 16Go8L-0007vA-00; Wed, 19 Dec 2001 21:20:13 +0000 Received: from bjg by debian with local (Exim 2.05 #1 (Debian)) id 16Go4e-0001cm-00; Wed, 19 Dec 2001 21:16:24 +0000 From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15393.936.118812.624488@debian> Date: Fri, 14 Dec 2001 01:24:00 -0000 To: abrahamsmith@students.wisc.edu Cc: gsl-discuss@sources.redhat.com Subject: Re: documentation/reality discrepency: gsl_linalg_hermtd_unpack_dsd In-Reply-To: <20011219014634.A28249@euclid.dsl.wisc.edu> References: <20011219014634.A28249@euclid.dsl.wisc.edu> X-Mailer: VM 6.62 under Emacs 19.34.1 X-SW-Source: 2001-q4/txt/msg00155.txt.bz2 Message-ID: <20011214012400.NYsAt4soNYp0jM9vtUh1rphInMLJXuMFibBB--9ISYk@z> Abraham David Smith writes: > The documentation refers to int gsl_linalg_hermtd_unpack_dsd > (const gsl_matrix_complex * A, > gsl_vector * d, > gsl_vector * sd) > However, searching through gsl_linalg.h, I find only: int > gsl_linalg_hermtd_unpack_T (const gsl_matrix_complex * A, > gsl_vector * d, gsl_vector * > subdiag); Hi, Thanks for the bug report. The documentation was out of date. The correct function name is unpack_T. regards Brian Gough