[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] gsl_linalg_LU_decomp Function
From: |
m . p . boulton |
Subject: |
[Help-gsl] gsl_linalg_LU_decomp Function |
Date: |
Tue, 7 Aug 2007 17:15:52 +0100 |
User-agent: |
Internet Messaging Program (IMP) 3.2.1 |
I'm having some trouble with the gsl_linalg_LU_decomp function from the GSL
library.
Basically I have a matrix called 'matrix' and a permutation matrix called
'indx', both of which are of length mat_size + 1 (except that 'matrix' is in 2D
of course so it has two columns of that length). However, GCC flags up an error
when I run the code saying:
gsl: lu.c:67: ERROR: permutation length must match matrix size
I have made a thorough check that both 'matrix' and 'indx' are of the same
length, because of course the matrix cannot be solved if they aren't. However
aside from this obvious check I'm stumped.
Does this error actually mean something else?
Kind Regards,
Matt
- [Help-gsl] gsl_linalg_LU_decomp Function,
m . p . boulton <=