From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21354 invoked by alias); 29 Jul 2002 15:09:36 -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 21282 invoked from network); 29 Jul 2002 15:09:35 -0000 Received: from unknown (HELO not-myrddin.dynetics.com) (204.154.192.50) by sources.redhat.com with SMTP; 29 Jul 2002 15:09:35 -0000 Received: from newyork.dynetics.com (newyork.rc.dynetics.com [192.168.128.45]) by not-myrddin.dynetics.com (8.12.3/8.12.3) with ESMTP id g6TF9X2f004317 for ; Mon, 29 Jul 2002 10:09:34 -0500 Message-Id: <5.1.1.5.2.20020729100621.02229ee8@mailhub.dynetics.com> X-Sender: konkle@mailhub.dynetics.com Date: Mon, 29 Jul 2002 08:09:00 -0000 To: gsl-discuss@sources.redhat.com From: Daniel T Konkle Subject: Question about Vectors & Matrices Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-SW-Source: 2002-q3/txt/msg00093.txt.bz2 The GSL library has data types for int, long, double, etc in the case of vectors and matrices. Does it have a type for 'pointers' ? I really/want to be able allocate a matrix that holds pointers so that I can use those pointers to allocate other things. This way I could use the GSL functions to access those elements. Is this even possible? Is it as clear as mud? Danny