Boost logo

Glas :

[glas] expressions

From: Karl Meerbergen (Karl.Meerbergen_at_[hidden])
Date: 2005-11-30 09:27:13


Hello all,

I finished the implementation for the trans(v)*w dot product as discussed
earlier.

Before continuing with other developments I would like to discuss the
dispatching of functions to the implementation. For example, the
implementation of the dot product depends on the type of arguments (dense,
sparse or mixed).

I have played around with this for a while and now I have the following
proposal. It compiles on various platforms including gcc, intel-linux, ibm.

Comments are welcome,

Karl