ngspice/src/maths/KLU
dwarning 54865ed39d bring the KLU_malloc() in right order, ticket #717 2024-12-06 22:48:56 +01:00
..
Makefile.am Add more KLU headers to enable their distribution 2023-12-27 16:42:37 +01:00
SuiteSparse.org SuiteSparse.org, recipe for incorporation of SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
amd_1.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
amd_2.c delete-trailing-whitespace 2023-08-16 11:14:09 +02:00
amd_aat.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
amd_control.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
amd_defaults.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
amd_dump.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
amd_global.c delete-trailing-whitespace 2023-08-16 11:14:09 +02:00
amd_info.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
amd_internal.h fix include file directories (will be in src/include/ngspice/) 2023-08-16 11:14:09 +02:00
amd_order.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
amd_post_tree.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
amd_postorder.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
amd_preprocess.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
amd_valid.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
btf_internal.h delete-trailing-whitespace 2023-08-16 11:14:09 +02:00
btf_maxtrans.c fix include file directories (will be in src/include/ngspice/) 2023-08-16 11:14:09 +02:00
btf_order.c fix include file directories (will be in src/include/ngspice/) 2023-08-16 11:14:09 +02:00
btf_strongcomp.c fix include file directories (will be in src/include/ngspice/) 2023-08-16 11:14:09 +02:00
colamd.c fix include file directories (will be in src/include/ngspice/) 2023-08-16 11:14:09 +02:00
colamd_global.c delete-trailing-whitespace 2023-08-16 11:14:09 +02:00
klu.c (int) casts, applied to a double which just has been limited to INT_MAX 2023-08-16 11:14:14 +02:00
klu_analyze.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
klu_analyze_given.c bring the KLU_malloc() in right order, ticket #717 2024-12-06 22:48:56 +01:00
klu_defaults.c 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 2023-08-16 11:14:18 +02:00
klu_diagnostics.c delete-trailing-whitespace 2023-08-16 11:14:09 +02:00
klu_dump.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
klu_extract.c First KLU support of CIDER ONED simulations 2023-08-16 11:14:16 +02:00
klu_factor.c bring the KLU_malloc() in right order, ticket #717 2024-12-06 22:48:56 +01:00
klu_free_numeric.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
klu_free_symbolic.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
klu_internal.h fix include file directories (will be in src/include/ngspice/) 2023-08-16 11:14:09 +02:00
klu_kernel.c Enhanced KLU to avoid loosing computation cycles. The speedup is quite low, though: ~1% 2023-08-16 11:14:11 +02:00
klu_memory.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
klu_multiply.c Fixed Sensibility Analysis for KLU - First Trial 2023-08-16 11:14:13 +02:00
klu_refactor.c Fixed a bug in SMPpreOrder and let KLU digest an empty matrix 2023-08-16 11:14:12 +02:00
klu_scale.c incorporate KLU source files from SuiteSparse-3.7.0.tar.gz 2023-08-16 11:14:09 +02:00
klu_solve.c Fixed a bug in SMPpreOrder and let KLU digest an empty matrix 2023-08-16 11:14:12 +02:00
klu_sort.c delete-trailing-whitespace 2023-08-16 11:14:09 +02:00
klu_tsolve.c Fixed a bug in SMPpreOrder and let KLU digest an empty matrix 2023-08-16 11:14:12 +02:00
klu_utils.c use TMALLOC 2023-08-16 11:14:14 +02:00
klu_version.h casting, use (int) sizeof(), to swallow some warnings 2023-08-16 11:14:14 +02:00
klusmp.c Don't derefence Matrix->SMPkluMatrix->KLUmatrixCommon if it is NULL. 2024-01-14 15:12:03 +01:00