Boost logo

Ublas :

From: Dima Sorkin (dsorkin_at_[hidden])
Date: 2005-07-06 04:07:53


Hi.
 The second question : extendability.
 I find ublas-library VERY useful,but
sometimes I need to write a small
extensions for it (for example:
multiplication of matrices of my-classes,
concatenation,etc.). I always do it the
simpliest way (no performance considerations
at all).

 However,I was trying (as an excersize) to add
ublas new functionality (listed above) in a
"ublas way".

 How do I write in a "ublas way"?

(with ETs or without, this really does not matter)
I see a lack of documentation of how ublas works.

 My general request is :
Could the internals of ublas be documented ?
(the methods of work,not small things).
It is not simple to understand the mechanizm
by parsing the bare code.

Thank you.
 Dima.