Francesco Lannutti
|
7f7025af8a
|
Fixed the sign inversion calculation for the determinant of KLU
|
2017-09-17 17:24:12 +02:00 |
Francesco Lannutti
|
d4be3b1354
|
Implement klu_z_print()
|
2017-09-17 17:24:12 +02:00 |
Francesco Lannutti
|
b5c587271f
|
Implement spMatrix_CSC_dump()
|
2017-09-17 17:24:12 +02:00 |
rlar
|
46b46f773c
|
fix vsrc for pz analysis
|
2017-09-17 17:24:12 +02:00 |
Francesco Lannutti
|
8a9387a79a
|
Use spDeterminant_KLU
|
2017-09-17 17:24:12 +02:00 |
Francesco Lannutti
|
4f3fa801f1
|
Implemented spDeterminant_KLU
|
2017-09-17 17:24:12 +02:00 |
Francesco Lannutti
|
55223ad468
|
Fixed SMPcZeroCol
|
2017-09-17 17:24:12 +02:00 |
Francesco Lannutti
|
3dd2a40dc5
|
klu_extract_Udiag, Fixed the PZ Analysis for KLU - Added a missing KLU node in VSRC which exists only in case of PZ Analysis - Other fixes
|
2017-09-17 17:24:12 +02:00 |
Francesco Lannutti
|
3c61520119
|
other fixes
|
2017-09-17 17:24:12 +02:00 |
Francesco Lannutti
|
35f095d663
|
Fixed a bug in SMPpreOrder and let KLU digest an empty matrix
|
2017-09-17 17:24:12 +02:00 |
Francesco Lannutti
|
67b7fc6570
|
Implemented the Solve Transpose for KLU
|
2017-09-17 17:22:16 +02:00 |
Francesco Lannutti
|
c991737022
|
Fixed the SMPcSolve routine for KLU
|
2017-09-17 17:22:16 +02:00 |
Francesco Lannutti
|
c2e206a4eb
|
Enhanced KLU to avoid loosing computation cycles. The speedup is quite low, though: ~1%
|
2017-09-17 17:22:16 +02:00 |
Francesco Lannutti
|
bd219965dc
|
fix the list of supported devices
|
2017-09-17 17:22:16 +02:00 |
rlar
|
ae17e49bc4
|
Added CPL Model to KLU
|
2017-09-17 17:22:16 +02:00 |
Francesco Lannutti
|
69f4b33cbc
|
Added HISIMHV2 Model to KLU
|
2017-09-17 17:22:16 +02:00 |
Francesco Lannutti
|
8bb6525a78
|
Added ASRC Model to KLU
|
2017-09-17 17:22:16 +02:00 |
Francesco Lannutti
|
3b3236cbac
|
KLU Integration from scratch #7, devices, bsim4/ (which is bsim4v8)
|
2017-09-17 17:22:16 +02:00 |
rlar
|
b621bbe16b
|
KLU Integration from scratch #6, devices, bsim4v7/
|
2017-09-17 17:22:16 +02:00 |
Francesco Lannutti
|
0375f0f523
|
Fixed the KLU package to let it correctly compile in libngspice.so
|
2017-09-17 17:22:16 +02:00 |
Francesco Lannutti
|
70b086863b
|
KLU Integration from scratch #5, devices
|
2017-09-17 17:22:16 +02:00 |
Francesco Lannutti
|
03e5f5eb7a
|
KLU Integration from scratch #4, changed files
|
2017-09-17 17:22:15 +02:00 |
Francesco Lannutti
|
e12daabda5
|
KLU Integration from scratch #1, new files
|
2017-09-17 17:22:15 +02:00 |
Francesco Lannutti
|
d4932f7442
|
move include files to src/include/ngspice/
|
2017-09-17 17:22:15 +02:00 |
Francesco Lannutti
|
9a80981d1c
|
fix include file directories (will be in src/include/ngspice/)
|
2017-09-17 17:22:15 +02:00 |
rlar
|
59a33fc43e
|
delete-trailing-whitespace
|
2017-09-17 17:22:15 +02:00 |
Francesco Lannutti
|
c04f6e3014
|
incorporate KLU source files from SuiteSparse-3.7.0.tar.gz
|
2017-09-17 17:22:15 +02:00 |
rlar
|
bcb8f0e080
|
SuiteSparse.org, recipe for incorporation of SuiteSparse-3.7.0.tar.gz
|
2017-09-17 17:22:15 +02:00 |
Francesco Lannutti
|
2659949be8
|
KLU Integration from scratch #1, examples/klu/Circuits
|
2017-09-17 17:22:15 +02:00 |
rlar
|
b45622e7ab
|
typify VECTOR_ALLOC and MATRIX_ALLOC
|
2017-09-17 17:22:14 +02:00 |
Francesco Lannutti
|
95fe893581
|
Modified the Sensitivity Analysis to use the SMP interface for SPARSE
|
2017-09-17 17:22:14 +02:00 |
Francesco Lannutti
|
af7ab797c2
|
build-for-mac-os.sh, script to build ngspice under MacOS
|
2017-09-17 08:48:28 +02:00 |
rlar
|
3f9e79925e
|
tests/bin/check.sh, process MINGW and MSYS test results like Linux
|
2017-09-16 20:42:17 +02:00 |
rlar
|
91c60c28df
|
whitespace change, avoid gcc warnings due to missleading indentation
|
2017-09-16 20:38:27 +02:00 |
h_vogt
|
b3827f6488
|
gnuplot.c, correct the setting of limits in log plots
|
2017-09-16 20:37:24 +02:00 |
rlar
|
e9a675efb6
|
regression/**/*.cir, hide printed numeric values in some test cases
these tests shall be decided by "exit" value,
not be "diffing" the printed numerical values
|
2017-09-16 20:32:05 +02:00 |
dwarning
|
9f931ad155
|
modelQaTestRoutines.om, avoid '(' ')' and '/' in the platform name
which will be used as a directory name
|
2017-09-16 20:30:42 +02:00 |
h_vogt
|
927f955156
|
run ./autogen.sh, if compiling shared ngspice
|
2017-09-11 00:23:58 +02:00 |
h_vogt
|
230bce05cf
|
remove out-of-date comment.
|
2017-09-09 11:57:34 +02:00 |
h_vogt
|
a3a0aa2338
|
add info for generating ngspice shared library
|
2017-09-09 11:22:24 +02:00 |
dwarning
|
2fd3c4d94f
|
fix the still existing wrong array access in psd smooth routine
|
2017-09-05 11:28:14 +02:00 |
h_vogt
|
44efe91e07
|
compile_min.sh is now executable
|
2017-09-04 23:03:07 +02:00 |
dwarning
|
8316af27cf
|
autosclae for psd plot
|
2017-09-02 10:25:31 +02:00 |
h_vogt
|
ca3a9bb648
|
com_fft.c, correct scaling and filtering for PSD
|
2017-09-01 23:16:25 +02:00 |
dwarning
|
0ef666ea26
|
com_psd: Correct the special handling of dc and nyquist component in fftw branch
|
2017-08-26 17:20:19 +02:00 |
h_vogt
|
2c0081e5c0
|
tiny updates
|
2017-08-25 18:10:09 +02:00 |
h_vogt
|
f2bb3be222
|
prepare for ngspice-27
|
2017-08-24 18:01:05 +02:00 |
h_vogt
|
2ea8efa3db
|
Further clarification of the CIDER license status,
table.cm status added.
|
2017-08-24 17:45:23 +02:00 |
h_vogt
|
b82401abca
|
New BSD for CIDER
|
2017-08-24 17:34:47 +02:00 |
h_vogt
|
fbde62ad1e
|
add info on cross compiling
|
2017-08-24 11:11:38 +02:00 |