What about A.*eiegn[tab]
On Oct 10, 2014 1:54 PM, "Dan Drake" wrote:
> For objects that have lots of methods, it's not very easy to find one by
> doing
>
> X.
>
> since there's just so much. In analogy with search_def, search_src, etc,
> I wish there was, say, search_methods. On a matrix, for
For objects that have lots of methods, it's not very easy to find one by
doing
X.
since there's just so much. In analogy with search_def, search_src, etc,
I wish there was, say, search_methods. On a matrix, for example:
search_methods(A, 'eigen')
which would, in effect, do
A. | gr