Commit Graph

6 Commits

Author SHA1 Message Date
Petter Strandmark ab8e2dc453 EigenSolver takes a bool
Change-Id: Ie197b4530adf23cee799b369ab96b0afafb9ead3
2012-09-10 08:46:22 -07:00
Sameer Agarwal 0beab86dfa Fix glog includes and include sorting order.
Change-Id: I0ec85218e82d1714279d41f7635104d480fb91c3
2012-08-13 15:47:24 -07:00
Keir Mierle 4d84182acc Remove unused variable.
Change-Id: Ic8de7931be8ac51f583eaa5da73178aa0a38122b
2012-08-10 16:41:00 -07:00
Keir Mierle ebcfdf4c65 Fix formatting in the polynomial rootfinder.
Change-Id: I771793bbabad30cdc4b369d37cae846e541c6f77
2012-08-08 10:33:06 -07:00
Sameer Agarwal 2278ec4f9e Fix off by one error in the polynomial solver
Change-Id: I682525a911ce62b6e057072ce396723c7249df1b
2012-08-02 18:57:18 -07:00
Markus Moll c9eca7812a Add a polynomial solver
Add a function to find the (complex) roots of a polynomial
with real coefficients. The roots are extracted as the
eigenvalues of the (balanced) companion matrix. Also adds a test.
The polynomial solver will be needed in the Dogleg subspace
strategy.

Change-Id: Ia6626158819efb858522b7f4998649ca010d6688
2012-07-26 22:26:21 +02:00