Angus Leeming wrote:
Russell Hind wrote:
Thanks, where are these methods defined? I'm using 1.30.2 and have searched the ublas directory for files with lu_factorize in and can't find it.
I do not know when these routines arrived, but they are certainly present in boost 1.31. Example usage:
Yep, found lu.hpp in CVS. This is what I think I have
matrix<double> X;
vector<double> y;
These are known and I have created them.
I'm trying to solve
Xa = y
So should I be doing this? (I'm getting compile errors with bcc so
can't check anything at the moment).
permutation_matrix