help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] How to check the matrix is positive definite?


From: Brian Gough
Subject: Re: [Help-gsl] How to check the matrix is positive definite?
Date: Tue, 25 May 2010 09:10:07 -0400
User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO)

At Thu, 20 May 2010 17:33:18 -0600,
JongKwan Kim wrote:
> I would like to calculate the Cholesky matrix.
> In order to do this, first I must know if the matrix is positive definite or
> not.
> 
> So, could you tell me how can I check it the matrix is positive definite or
> not in GNU GSL?

Hello 

You can check the return code from gsl_linalg_cholesky_decomp (after
turning off the default error handler, as described in the manual) -
if it fails it is GSL_EDOM for a non positive-definite matrix.

-- 
Brian Gough




reply via email to

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