$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ralf W. Grosse-Kunstleve (rwgk_at_[hidden])
Date: 2008-03-08 10:01:41
We are using the "Template Numerical Toolkit" (TNT) for Eigensystem
calculations (and some other things):
----- Original Message ----
From: David Doria <daviddoria_at_[hidden]>
To: boost_at_[hidden]
Sent: Friday, March 7, 2008 10:31:09 AM
Subject: [boost] Eigen vectors?
Hi all,
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?
-- Thanks, David