Hello,
We now have started the development of some functions for vectors since
a few weeks. All of them rely on the fact that the value_type's are
numerical value types (NumericValue concept). In the first document
about GLAS we supposed that vectors and matrices only contain numerical
values. I recall vague suggestions on the mailing list on expanding the
value_type to other than float, double, std::complex<float>,
std::complex<double>.
Before continuing with any more new algorithms, it might be good to know
which other value_type's should be supported.