Commit Graph

8 Commits (0ef4d26850fc5ce8a14312ae5598237a31bf9684)

Author SHA1 Message Date
Toni 7f80c906c4 Fix override warnings: modernize-use-override 2021-01-28 23:02:13 -05:00
Jose Luis Blanco Claraco 0198c648e3
Fix all new gcc warnings/errors: make explicit virtual/override methods.
Rules are:
- use "virtual" in base classes only.
- use "override" in all derived classes.
2020-07-26 11:20:42 +02:00
Fan Jiang 7f293eb84e add comments 2020-07-10 15:01:54 -04:00
Fan Jiang 3f4731a948 Added wrapping for the PCG solver in Cython 2020-07-10 15:00:57 -04:00
dellaert 64bb6b77d7 Merged in feature/SmartCT (pull request #107)
Refactoring of Smart Factors
2015-02-22 06:14:19 +01:00
cbeall3 a7cd94c9dc Fix struct vs. class mismatch warning 2014-06-20 12:07:28 -04:00
Yong-Dian Jian 17426d0076 subgraph preconditioner revised 2014-06-15 23:14:06 -04:00
Yong-Dian Jian e8d3809917 add new generic pcgsolver and preconditioner classes
add a unit test for the PCGSolver class
2014-06-08 00:34:23 -04:00