help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] Where is gsl_matrix_alloc?


From: Frank Reininghaus
Subject: Re: [Help-gsl] Where is gsl_matrix_alloc?
Date: Fri, 18 Apr 2008 20:48:17 +0200
User-agent: KMail/1.9.6 (enterprise 0.20070907.709405)

Hi Valerio,

On Friday 18 April 2008 20:19:27 Valério Pillar wrote:
> gsl_matrix_alloc
> gsl_vector_alloc
> gsl_matrix_column
> gsl_matrix_set
> and other related functions

the names of these functions do not appear literally in the source, see

http://lists.gnu.org/archive/html/help-gsl/2008-03/msg00051.html

and the reply

http://lists.gnu.org/archive/html/help-gsl/2008-03/msg00052.html

All functions you're looking for are defined in a similar way using "#define"s 
in a *.c file and the type-independent part of the definition in the 
corresponding "*_source.c" file.

Cheers,
Frank






reply via email to

[Prev in Thread] Current Thread [Next in Thread]