summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/analog/nld_solver.c
Commit message (Expand)AuthorAgeFilesLines
* Move solver code into own folder. (nw) couriersud2015-06-191-588/+0
* Completely integrated the GMRES solver into netlist solver templates and couriersud2015-06-191-5/+9
* Some more moves to the netlist namespace. (nw) couriersud2015-06-191-28/+42
* worked around the compilation problem on OSX until we decide etabeta782015-06-181-0/+1
* Rename netlist::netlist_<somename> to just netlist::<somename>. (nw) couriersud2015-06-131-16/+16
* Netlist code now uses "namespace netlist". At the same time, moved all couriersud2015-06-131-1/+5
* Added a GMRES solver to netlist. The generalized minimal residual method couriersud2015-06-121-3/+7
* Fixed a number of bugs and some additions: couriersud2015-06-071-1/+8
* Fixed a number of bugs couriersud2015-06-051-9/+5
* Netlist now uses the same approach as delegate.h to derive member couriersud2015-05-311-7/+7
* Use netlist().log() for logging instead of printf. This avoids the couriersud2015-05-291-1/+1
* commented this line to enable compile on 64bit win (nw) Miodrag Milanovic2015-05-281-1/+1
* Got truthtable parsing working in the parser. The plib preprocessor now couriersud2015-05-281-1/+1
* Moved all files in src/emu/netlist starting with p into plib folder. couriersud2015-05-271-1/+1
* Add #ifndef, #ifdef to netlist preprocessor and implemented == operator couriersud2015-05-261-20/+17
* Changed plist_t to be closer to vector. Commented out tons of inlines couriersud2015-05-261-35/+28
* Cleaned up includes in header files and reworked memory allocation. (nw) couriersud2015-05-241-9/+8
* Removed netlist_input_t and net_output_t. Instead introduced couriersud2015-05-221-4/+3
* Added stop virtual method to devices to be able to log statistics couriersud2015-05-211-1/+13
* netlist: couriersud2015-05-201-2/+2
* Fixed a number of "-Wextra -Wdouble-promotion" warnings. (nw) couriersud2015-05-181-1/+1
* Added netlist-level parameter NETLIST.USE_DEACTIVATE. Device couriersud2015-05-131-1/+1
* liceses for rest of Couriersud files (nw) Miodrag Milanovic2015-05-131-2/+2
* Finally got USE_DEACTIVE_DEVICE to work with breakout as well. couriersud2015-05-121-1/+1
* Fix SOR criteria. (nw) couriersud2015-05-121-1/+1
* Netlist chnages: couriersud2015-05-091-6/+15
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* - improved 9312 device ==> 20% speed increase couriersud2015-05-061-34/+1
* Fix a bug in the solver code. (nw) couriersud2015-05-031-4/+9
* Minor netlist changes. (nw) couriersud2015-04-171-11/+14
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-8/+8
* Introduced an nl_double type. This will be followed by an nl_float type couriersud2015-01-181-7/+7
* Fixed memory allocation in netlist code. This caused a number of memory couriersud2015-01-181-22/+21
* Netlist update. Most prominent one is a "frontier" element which on a couriersud2014-12-311-3/+11
* Changing #includes for headers that are part of toolchain and not part of any... Scott Stone2014-09-291-1/+1
* Cleanups and version bump Miodrag Milanovic2014-07-221-202/+200
* Fixed debug build and a bug in connecting analog output to analog input. Couriersud2014-06-231-1/+1
* Moved solver templates into separate header files. Couriersud2014-06-191-794/+32
* Fix clang compile. Couriersud2014-06-151-1/+1
* Goodbye to m_last_analog ... it was used any longer. Couriersud2014-06-151-5/+0
* netlist: Couriersud2014-06-151-81/+157
* Disable printf logging of stats Couriersud2014-06-031-1/+1
* Quite a number of changes: Couriersud2014-06-031-162/+257
* Document & save work. Pretty convoluted code now. I'd really miss the good ol... Couriersud2014-06-011-80/+160
* Netlist changes: Couriersud2014-05-301-99/+96
* Further work on vectorization. Works, but not yet finished. Couriersud2014-05-291-49/+54
* Further work on vectorization. Works but not yet finished. Couriersud2014-05-291-86/+127
* More cleanups and one bug: resize should never have been public in plists.h Couriersud2014-05-291-6/+8
* Dead code removal Couriersud2014-05-281-15/+11
* Netlist updates and bugfixes Couriersud2014-05-281-43/+71