
28 Mar
2006
28 Mar
'06
6:56 p.m.
Hi, I'd like to continue to use multi array as my array type for numerical work. I'd like to hear some suggestions on how I could implement a banded matrix based on multi_array such that it could be used as a multi_array_ref. The obvious solution is to subclass, have an array of multi_array<T,1> and overload the indexing operators. Are there any gotchas? Thanks! Sohail