help-gsl
[Top][All Lists]
Advanced

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

[Help-gsl] undefined reference to gsl_matrix_complex_const_subrow


From: Jo_Jo
Subject: [Help-gsl] undefined reference to gsl_matrix_complex_const_subrow
Date: Wed, 05 Dec 2007 19:59:00 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20070801)

Hi,

I have upgraded my gsl installation.

In file
       gsl_matrix_complex_double.h
line 174 one finds the declaration:
_gsl_vector_complex_const_view
gsl_matrix_complex_const_subrow (const gsl_matrix_complex * m,
                                       const size_t i, const size_t offset,
                                       const size_t n);
In file
   choleskyc.c
line 70 one calls  that function:

          if (j > 0)
            {
              gsl_vector_complex_const_view aj =
                gsl_matrix_complex_const_subrow(A, j, 0, j);

But I can't  find the body of that function:
I'm looking for:
"
gsl_vector_complex_const_view  gsl_matrix_complex_const_subrow (const
gsl_matrix_complex * m,
                                                                                
                                           
const size_t i, const size_t offset,
                                                                       
                                                    const size_t n)
{     .................. ?           ............. } 
"

Where is  the whole function?

I've downloaded the gsl_1.10.tar.gz  from ftp://ftp.gnu.org/gnu/gsl/.
I use OpenSUSE10.3 Linux distribution. FindFiles search utility from
SUSE finds the text
"gsl_matrix_complex_const_subrow" only in files:  choleskyc.c  and 
gsl_matrix_complex_double.h.
I've installed the library with standard command line calling :
./configure; make; su make install.
Where are  the whole functions  `gsl_matrix_complex_subcolumn() ' and
gsl_matrix_complex_subrow()' ?

Best regards

Andrzej Buczynski
Moosburg, Germany



 











reply via email to

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