On 7/5/05, Gilles GUILLOT <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm working out some Fortran code for which
> I want to compute the Choleski decomposition of a covariance matrix
> in Fortran.
>
> I tried to do it by two methods :
>
> 1) Calling the lapack function DPOTRF.
> I can see the sour
Hi all,
I'm working out some Fortran code for which
I want to compute the Choleski decomposition of a covariance matrix
in Fortran.
I tried to do it by two methods :
1) Calling the lapack function DPOTRF.
I can see the source code and check that my call is correct,
but it does not compile with: