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 Feb 25, 2016

No description provided.

@btracey
Copy link
Member Author

btracey commented Feb 25, 2016

Needs #107

lapack.go Outdated

const (
EigValueOnly EigComp = 'N' // Only compute eigenvalues.
EigDecomp = 'V' // Finds eigenvectors of decomposed matrix.
Copy link
Member

Choose a reason for hiding this comment

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

s/Finds/Find/

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed in #107

@kortschak
Copy link
Member

Comments for dsteqr in #107.

@btracey
Copy link
Member Author

btracey commented Feb 26, 2016

I added Syev to the lapack64 interface and added cgo test.

@btracey btracey mentioned this pull request Feb 26, 2016
cgo/lapack.go Outdated
// at least n, and Dsyev will panic otherwise.
//
// On entry, a contains the elements of the symmetric matrix A in the triangular
// portion specified by uplo. If jobz == lapack.EigComp A contains the
Copy link
Member

Choose a reason for hiding this comment

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

s/EigComp A/EigComp, a/

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@vladimir-ch
Copy link
Member

LGTM

btracey added a commit that referenced this pull request Mar 2, 2016
@btracey btracey merged commit c77d0ca into master Mar 2, 2016
@btracey btracey deleted the adddsyev branch March 2, 2016 03:37
@btracey btracey mentioned this pull request Mar 2, 2016
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