
7 Mar
2008
7 Mar
'08
11:07 p.m.
On 7 Mar 2008, at 22:06, Andrew Sutton wrote:
I am very new to boost, and I thought I'd do some simple linear algebra examples to get started. I got some simple vector/matrix multiplications going with .../boost/numeric/ublas/vector.hpp and matrix.hpp. However, I didn't see any function in the documentation do find eigen values or to do factorizations or anything like that. Are those kinds of functions not included, or am I crazy and just missed them in docs?
You might find something in the ublas library...
They are in the LAPACK library, for which there are ublas bindings in the sandbox Matthias