[Lapackpp-devel] norm() function in matricies?
Status: Beta
Brought to you by:
cstim
|
From: Jacob \(Jack\) G. <jg...@cs...> - 2004-08-13 18:58:31
|
Is there a function that calculates the norm of a matrix? Maybe we should implement it? How about pointwise operators? i.e. a pointwise division.. I also have an unrelated question. Can operator's be created for any ascii character/string, or they are limited to the same operators already used by C++? For example, if I wanted to make a pointwise multiplier, could I do operator.*= (note the dot before the asterisk) Jack |