415 Commits (b41b8a48c3a0da65e49118f18a12ee6a81caac95)

Author SHA1 Message Date
Holger Vogt 612a924ea3 Reformat spoutput.c 1 year ago
Holger Vogt 46e4a67079 Some cosmetics for readability: 1 year ago
Holger Vogt 243bdff377 Formatting: tabs to spaces 1 year ago
Holger Vogt 72d70e3471 bool definition is in stdbool.h, no local definition required 1 year ago
Holger Vogt deb3cd9809 Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
dwarning 54865ed39d bring the KLU_malloc() in right order, ticket #717 1 year ago
dwarning 7b815c743e intel cc see obsolete }; as empty declaration 1 year ago
Brian Taylor 3528156d14 Fix bug #680. Check that src/dest memcpy arguments are non-NULL. 2 years ago
Holger Vogt f495431509 Add a comment 2 years ago
Holger Vogt 83e8cb3715 Remove VS compiler warning 2 years ago
Brian Taylor d01868b725 Cleanup gcc compiler warnings. 2 years ago
dwarning adaa3d39fc no use for grouping in cx_fft and cx_ifft 2 years ago
dwarning 8aa20cfc98 fft window functions back to correct scaling - no need need for post scaling step 2 years ago
dwarning 9e41383dd9 window weightings between 0 and 1 for fft vector function and command 2 years ago
dwarning aafd7bbb42 correct bartlett/triangle fft window formulae 2 years ago
Holger Vogt 0141473aa4 Don't derefence Matrix->SMPkluMatrix->KLUmatrixCommon if it is NULL. 2 years ago
Holger Vogt f4c560ba71 Add more KLU headers to enable their distribution 2 years ago
Giles Atkinson 3cf8fe8c41 Stop after last data point, preventing read overrun of nscale. 2 years ago
Giles Atkinson d82f948832 Fix a crash found by Brian Taylor: when .plot attempts to plot digital 2 years ago
Holger Vogt 0735b8d0a5 fix previous commit on repeating error messages 2 years ago
Holger Vogt 55ba927973 If nan occurs during op calculation, issue the warning 2 years ago
dwarning 2cf2693706 few code cleanings 2 years ago
Holger Vogt 0a087809d6 If both node names are the same, just print them once in the error message. 2 years ago
Holger Vogt a6d5ce8ea6 Some KLU warnings are useless for the normal user, as she or he 3 years ago
Holger Vogt 4864f0a118 Remove crash in CIDER example meclgate.cir 3 years ago
Francesco Lannutti 05aa9f0927 Better fix for previous commit 3 years ago
Francesco Lannutti 13e74751cc Fixed a MLK for XSPICE and commented out an unused array 3 years ago
Francesco Lannutti cab5e8cd37 Added the case of VSRCport to VSRC model for KLU 3 years ago
Francesco Lannutti b08eb2266a Added initial KLU support for node collapsing 3 years ago
Francesco Lannutti 470cd4a514 Fixed KLU SINGULAR matrix handling and messaging 3 years ago
Francesco Lannutti d68e83be78 Fixed VBIC model for KLU 3 years ago
Francesco Lannutti 8123fde6f7 Handled properly KLU messages when XSPICE is purely digital 3 years ago
Francesco Lannutti 4200362f42 Fixed Empty Matrix handling in KLU 3 years ago
Francesco Lannutti 937325e2ce Handled an empty circuit with KLU 3 years ago
Holger Vogt 6b6e9bb7cb Enable log output (warning and error messages) on the Windows GUI 4 years ago
Francesco Lannutti caf1ee7c47 Fixed a crash when SPARSE is used 6 years ago
Francesco Lannutti 3c15993fe5 Fixed the case when DiagGmin has to not be loaded again and the case when refactoring returns 1 6 years ago
Francesco Lannutti 12288f7be6 Fixed KLU memory leak during SMPdestroy 6 years ago
Francesco Lannutti 4639e936a3 Fixed the dimension of the COO Trash Can 6 years ago
Francesco Lannutti 613ae18db9 Fixed a memory leak 6 years ago
Holger Vogt d5434a2df2 fix a memory leak 6 years ago
Francesco Lannutti 967ee13940 Added a comment in NIiter 6 years ago
Francesco Lannutti 1110019ff2 Changed the PivTol in SMPreorder with PivRel 6 years ago
Francesco Lannutti 3b1f5e6122 Changed the Error message in klusmp.c to Information 6 years ago
Francesco Lannutti fe89da2b2c Getting rid of SPARSE for Initial Circuit Matrix creation. Now KLU is totally independent from SPARSE. This opens up the interface for other solvers as well 6 years ago
Francesco Lannutti 49f6444957 Added "klu_memgrow_factor" option to control the KLU memory grow factor 6 years ago
Francesco Lannutti 5513f6e5f6 Handled the SINGULAR matrix case in a more clever way! 6 years ago
Francesco Lannutti fbd8d94cdf Fixed again the NIiter loop for KLU 6 years ago
Francesco Lannutti 710341bbfd Fixed KLU returns values so that NIiter can Factor again, if the matrix is numerically singular from the refactorization 6 years ago
Francesco Lannutti 77fa5c06a9 Fixed the KLU returns values for Factorization and ReFactorization. 6 years ago