help-gsl
[Top][All Lists]
Advanced

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

[Help-gsl] gsl_matrix_fprintf


From: A J
Subject: [Help-gsl] gsl_matrix_fprintf
Date: Wed, 21 Jun 2006 15:58:50 -0500

Could there be an issue using gsl_matrix_fprintf with a gsl_matrix which
doesn't own it's block? I tried doing this twice:

gsl_matirx_frprintf(f1,X,"%.8g");

In the the first attempt, X owned it's block at the time the function was
called. In the second attempt, this statement was moved to a later step, and
the only apparent difference was that X was not owning it's block when the
function was called.

The call to the function is made from an iterative block which stops
iterating when a particular condition is satisfied. Yet, the exit iteration
number in the first attempt was different than the second attempt.

Can anyone explain why this could be happening?

Thanks,
A


reply via email to

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