<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
3) Is comparison between pointers appropriate? For example if (dptr != zarray) { is scary if some arrays are zero length how do we know what the pointer value will be?<br>
<br></blockquote><div><br></div><div>Yes, you need to consider these cases, which is kind of error prone.</div><div><br></div><div>Also, I think merging transpose,and not,is a good idea because the way the code is setup it is easy. You just grab a different cached object and keep your rmaps and cmaps straight,I think.</div><div> </div></div></div>