
17 Jun
2006
17 Jun
'06
11:23 p.m.
Leland Brown said: (by the date of Fri, 16 Jun 2006 09:45:53 -0700 (PDT))
--- Janek Kozicki <janek_listy@wp.pl> wrote:
3. don't do it at all. Just make matrix classes (like in examples above) that cannot do any other operations except multiplication with a vector. The user will decide how he wants to handle that - write own code to solve Ax=b, while taking care of units, or call lapack and temporarily turn units "off".
I'd probably also include multiplication of one matrix by another, which is an equally straightforward operation.
fully agreed, I was thinking about it, but didn't wrote this. This qualifies to be put into wiki with specifications of this library. -- Janek Kozicki |