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

lapack wrapper for tridiagonal eigensolver added #1321

Merged
merged 2 commits into from
Jul 28, 2013

Conversation

lambday
Copy link
Member

@lambday lambday commented Jul 28, 2013

  • also fixed few doxygen warnings in log-det

sonney2k pushed a commit that referenced this pull request Jul 28, 2013
lapack wrapper for tridiagonal eigensolver added
@sonney2k sonney2k merged commit 6076c05 into shogun-toolbox:develop Jul 28, 2013
for (index_t i=0; i<size-1; ++i)
m(i,i+1)=m(i+1,i)=0.5;

VectorXcd eigenvals=m.eigenvalues();
Copy link
Member

Choose a reason for hiding this comment

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

Is there a typo? Xcd?

Copy link
Member Author

Choose a reason for hiding this comment

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

@lisitsyn no its for complex double :)

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