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 Bidiagonal matrix type and specialized SVD #2713

Merged
merged 1 commit into from
Mar 31, 2013
Merged

Provides Bidiagonal matrix type and specialized SVD #2713

merged 1 commit into from
Mar 31, 2013

Conversation

jiahao
Copy link
Member

@jiahao jiahao commented Mar 30, 2013

Provides LAPACK.bdsqr! and LAPACK.bdsdc! wrappers

Also fixes typo in tridiag

Provides LAPACK.bdsqr! and LAPACK.bdsdc! wrappers

Also fixes typo in tridiag
@ViralBShah
Copy link
Member

Can the name be BiDiagonal for consistency with TriDiagonal? The D in diagonal should be capitalized. Rest looks good.

@ViralBShah
Copy link
Member

Also, let's update the svdvals and eigvals documentation to say what all special cases are available.

@jiahao
Copy link
Member Author

jiahao commented Mar 31, 2013

Tridiagonal and SymTridiagonal do not have Diagonal capitalized, and Bidiagonal follows this scheme. Tri- and bidiagonal are both valid English words anyway.

@ViralBShah
Copy link
Member

Oops. My bad.

ViralBShah pushed a commit that referenced this pull request Mar 31, 2013
Provides Bidiagonal matrix type and specialized SVD
@ViralBShah ViralBShah merged commit e09e9c5 into JuliaLang:master Mar 31, 2013
@jiahao jiahao deleted the bdsqr branch March 31, 2013 05:14
@jiahao jiahao mentioned this pull request Apr 11, 2013
@alanedelman
Copy link
Contributor

Just went looking for a bidagonal! Thanks so much guys!

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

3 participants