What about A.*eiegn[tab]
On Oct 10, 2014 1:54 PM, "Dan Drake" <ddr...@math.wisc.edu> wrote:

> For objects that have lots of methods, it's not very easy to find one by
> doing
>
>     X.<TAB>
>
> 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.<TAB> | grep eigen
>
> and give me
>
> A.eigenmatrix_left
> A.eigenmatrix_right
> A.eigenspaces_left
> A.eigenspaces_right
> A.eigenvalues
> A.eigenvectors_left
> A.eigenvectors_right
> A.left_eigenmatrix
> A.left_eigenspaces
> A.left_eigenvectors
> A.right_eigenmatrix
> A.right_eigenspaces
> A.right_eigenvectors
>
> I suspect there's a trac ticket related to this but I'm too lazy at the
> moment to find it. (But not, evidently, too lazy to complain about
> the issue...)
>
>
> Dan
>
> --
> ---  Dan Drake
> -----  www.math.wisc.edu/~ddrake/
> -------
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to