$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-06-03 09:51:35
"David Abrahams" <dave_at_[hidden]> wrote in message news:ufz9c4t4x.fsf_at_boost-consulting.com...
| 2. I will be starting work on a rewrite of MTL (the Matrix Template
| Library) for linear algebra soon.
sounds excellent. Do you plan to implement generic matrix algorithms like these
for square matrices:
invert
spectral deconposition
trace
determinant
transpose
pow/sqrt
eigen_solve
?
With these algorithms we would get a long way when doing fully generic
multivariate statistics.
br
Thorsten