[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] definition of gsl_matrix_row()?
From: |
Allin Cottrell |
Subject: |
Re: [Help-gsl] definition of gsl_matrix_row()? |
Date: |
Sat, 22 Mar 2008 12:49:14 -0400 (EDT) |
User-agent: |
Alpine 1.00 (LRH 882 2007-12-20) |
On Sat, 22 Mar 2008, Frank Reininghaus wrote:
> the definition of gsl_matrix_row () is not as easy to find as the prototype
> because the name of the function does not appear literally in the definition.
>
> Look at the matrix/ subdirectory of the GSL source distribution. The
> file "rowcol.c" defines all gsl_matrix_*_row () and gsl_matrix_*_column ()
> functions for variuous types "*" (for the default type "double", "*" is left
> out in the function names).
Thanks, got it.
Allin Cottrell