Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Conversation

@btracey
Copy link
Member

@btracey btracey commented Jun 25, 2015

No description provided.

@btracey
Copy link
Member Author

btracey commented Jun 25, 2015

This routine is used as a kernel for many other Lapack routines. It works toward linear solve and symmetric eigenvalues.

I thought about changing iladlr and iladlc to return the 1-indexed row which would make the code cleaner. However, according to the call graph at http://www.netlib.org/lapack/explore-html/d5/d87/iladlr_8f.html#a98b05d45e20605b554f65db26470d079 , this routine is only used by dlarf. For the single case of improvement, it didn't seem worth the confusion in behavior difference.

Copy link
Member

Choose a reason for hiding this comment

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

Do we want to add a package-level doc comment at this stage?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. I think that's a good idea. I'll make a new commit for it though.

@kortschak
Copy link
Member

LGTM with very minor comments.

Added dlarf, tests, some auxiliary routines, and missing license headers

PR comments
btracey added a commit that referenced this pull request Jun 29, 2015
@btracey btracey merged commit c3346f2 into master Jun 29, 2015
@vladimir-ch vladimir-ch deleted the adddlarf branch September 30, 2015 02:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants