summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/solver/nld_ms_sm.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-2/+2
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-1/+0
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-15/+10
* - More code cleanup. couriersud2016-06-071-1/+1
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-2/+6
* Leading underscore massacre. (nw) couriersud2016-05-271-26/+26
* Moved more code into plib namespace. (nw) couriersud2016-05-271-1/+1
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-251-2/+2
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-2/+2
* Fix standalone-compile. couriersud2016-05-061-2/+2
* Converted most subdevices to unique_ptr. This is a temporary measure couriersud2016-05-021-3/+5
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-2/+2
* Simplify solver infrastructure. couriersud2016-04-181-16/+1
* Recover from creating solvers by copy paste. Move common code were it couriersud2016-04-151-109/+3
* Moved solver members to proper place. Minor code changes. (nw) couriersud2016-04-151-2/+2
* Use c++11 features to use more templates. couriersud2016-04-091-57/+4
* Solver model simplification. couriersud2016-04-091-127/+4
* Align with standalone-build. couriersud2016-04-091-3/+3
* nld_ms_sm.h: better use '!' instead of 'not' (nw) yz70s2016-04-081-1/+1
* Minor changes, mostly signed comparisons and adding includes for couriersud2016-04-081-12/+13
* Try to fix netlist build visual studio 2015 yz70s2016-03-301-1/+1
* Cleanups and version bump Miodrag Milanovic2016-03-301-2/+2
* Remove sorting from Sherman-Morrison solver. It doesn't help. couriersud2016-03-291-53/+17
* Visual Studio compile fix. (nw) dankan18902016-03-281-1/+1
* fix compile. (nw) dankan18902016-03-281-1/+1
* Added some notes about Sherman-Morrison. couriersud2016-03-281-0/+25
* Fix crash in stat output when no calculations were run couriersud2016-03-281-39/+52
* First version of Sherman-Morrison solver. couriersud2016-03-281-0/+636