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

Provides specialized Bidiagonal solvers #5277

Merged
merged 3 commits into from
Jan 9, 2014
Merged

Provides specialized Bidiagonal solvers #5277

merged 3 commits into from
Jan 9, 2014

Conversation

jiahao
Copy link
Member

@jiahao jiahao commented Jan 1, 2014

This PR provides specialized linear solvers and eigensystem solvers for Bidiagonal matrices

Additionally:

  • Bidiagonal methods are cleaned up
  • overtyping of existing Bidiagonal methods is reduced.
  • Miscellaneous improvements to Bidiagonal tests, including tests of Float16 and BigFloat eltypes
  • Adds BigFloat(x::Float16)

Addresses #3688

- New tests of Float16 and BigFloat
- Miscellaneous improvements to Bidiagonal tests
- Clean up bidiagonal methods, particularly to reduct overtyping
- Adds BigFloat(x::Float16)
@jiahao
Copy link
Member Author

jiahao commented Jan 7, 2014

Ready for review

@ViralBShah
Copy link
Member

It's amazing that you are systematically implementing all the useful methods for all these matrix types. At some point, this deserves a blog post!

jiahao added a commit that referenced this pull request Jan 9, 2014
Provides specialized Bidiagonal solvers
@jiahao jiahao merged commit 891224f into master Jan 9, 2014
@jiahao jiahao deleted the cjh/solve-bidiag branch January 9, 2014 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants