This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Error in SimplicialLLT?

Tags: None
(comma "," separated)
-Roman-
Registered Member
Posts
16
Karma
0

Error in SimplicialLLT?

Wed Jun 20, 2012 2:54 pm
Hi,

I've run into the following issue: The SimplicialLLT solver for the tridiagonal matrix given below does not give the right result, even though Eigen::Success is returned. I'm using the 3.1.0-rc1 version.

Code: Select all
A =
1 0 0 0 0 0 0 0 0 0 0
-1 2 -1 0 0 0 0 0 0 0 0
0 -1 2 -1 0 0 0 0 0 0 0
0 0 -1 2 -1 0 0 0 0 0 0
0 0 0 -1 2 -1 0 0 0 0 0
0 0 0 0 -1 2 -1 0 0 0 0
0 0 0 0 0 -1 2 -1 0 0 0
0 0 0 0 0 0 -1 2 -1 0 0
0 0 0 0 0 0 0 -1 2 -1 0
0 0 0 0 0 0 0 0 -1 2 -1
0 0 0 0 0 0 0 0 0 0 1

Roman
jitseniesen
Registered Member
Posts
204
Karma
2

Re: Error in SimplicialLLT?

Wed Jun 20, 2012 3:50 pm
That matrix is not symmetric: A(0,1) = 0 and A(1,0) = -1.
-Roman-
Registered Member
Posts
16
Karma
0

Re: Error in SimplicialLLT?

Wed Jun 20, 2012 3:57 pm
You are right... Totally missed that. :<

Roman


Bookmarks



Who is online

Registered users: Baidu [Spider], Bing [Bot], Google [Bot], rblackwell