[SciPy-user] Couple of Matrix() questions

Gary Pajer pajer at iname.com
Sun Aug 31 13:07:41 EDT 2003


[...]
>  >>> E=hstack((vstack((A,C)),vstack((B,D))))
>
> which is not an array type (maybe not a bad thing). However, I'd still
> like to avoid so much work (typing, watching my tuples, etc.) to just
> do something so simple. Oh well, Roberts matcat function seems to
> work just great. I just hate to have a function for each common matrix
> function when it could (or should) be part of the underlying class.

I argree entirely, and I continue to search for the syntax that makes it so.

-gary




More information about the SciPy-User mailing list