$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joel Young (jdy_at_[hidden])
Date: 2001-03-16 18:53:02
From: Jeremy Siek <jsiek_at_[hidden]>
> I'm glad to see the interest growing at Boost for numeric libraries!
> A good first step would be to figure out what numeric sub-domains we
> are interested in. The focus should be on what problems people want to
> solve, and what algorithms will be needed. The data-structures
> (matrices, arrays, etc.) and interfaces to those data-structures will
> fall out of how we want to write those algorithms.
I am interested in svd decompositions on very large (maybe bigger than
core) sparse matrices. Also in k-largest singular values/vectors...
Also inner/outer products on large sets of sparse vectors.
Joel