Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add eigvals(::Eigen) and eigvecs(::Eigen) methods #12758

Merged
merged 1 commit into from
Aug 24, 2015
Merged

Conversation

jiahao
Copy link
Member

@jiahao jiahao commented Aug 22, 2015


eigvals{T,V,S,U}(F::Union(Eigen{T,V,S,U}, GeneralizedEigen{T,V,S,U}) = F[:values]::U
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing closing parenthesis here and I think we now prefer Union{} over Union().

@kshyatt kshyatt added the linear algebra Linear algebra label Aug 22, 2015
jiahao added a commit that referenced this pull request Aug 24, 2015
Add eigvals(::Eigen) and eigvecs(::Eigen) methods
@jiahao jiahao merged commit ca1f741 into master Aug 24, 2015
@jiahao jiahao deleted the cjh/eigvalsvecs branch August 24, 2015 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants