.. |
CMakeLists.txt
|
Build process...
|
2012-06-13 18:26:05 +02:00 |
SparseLU_column_bmod.h
|
Change int to Index type for SparseLU
|
2013-01-29 16:21:24 +01:00 |
SparseLU_column_dfs.h
|
Add no_assignment_operator to a few classes that must not be assigned, and fix a couple of warnings.
|
2013-07-10 23:48:26 +02:00 |
SparseLU_copy_to_ucol.h
|
Change int to Index type for SparseLU
|
2013-01-29 16:21:24 +01:00 |
SparseLU_gemm_kernel.h
|
Fix a couple of int versus Index issues.
|
2013-04-09 09:43:00 +02:00 |
SparseLU_heap_relax_snode.h
|
Change int to Index type for SparseLU
|
2013-01-29 16:21:24 +01:00 |
SparseLU_kernel_bmod.h
|
Using Index type instead of hard coded int type to prevent potential implicit integer conversion.
|
2014-09-22 18:56:36 +02:00 |
SparseLU_Memory.h
|
Fix infinite loop in sparselu
|
2014-02-14 23:10:16 +01:00 |
SparseLU_panel_bmod.h
|
Change int to Index type for SparseLU
|
2013-01-29 16:21:24 +01:00 |
SparseLU_panel_dfs.h
|
Change int to Index type for SparseLU
|
2013-01-29 16:21:24 +01:00 |
SparseLU_pivotL.h
|
Added support for custom scalars
|
2013-08-20 15:00:28 +09:00 |
SparseLU_pruneL.h
|
Fix various scalar type conversion warnings.
|
2013-07-12 16:40:02 +02:00 |
SparseLU_relax_snode.h
|
Change int to Index type for SparseLU
|
2013-01-29 16:21:24 +01:00 |
SparseLU_Structs.h
|
Change int to Index type for SparseLU
|
2013-01-29 16:21:24 +01:00 |
SparseLU_SupernodalMatrix.h
|
Fix SparseLU::absDeterminant and add respective unit test
|
2014-10-17 16:52:56 +02:00 |
SparseLU_Utils.h
|
Change int to Index type for SparseLU
|
2013-01-29 16:21:24 +01:00 |
SparseLU.h
|
Fix SparseLU::absDeterminant and add respective unit test
|
2014-10-17 16:52:56 +02:00 |
SparseLUImpl.h
|
bug #482: pass scalar arguments by const references. Still remains a few cases that might affect the ABI (see the bug entry)
|
2013-02-25 18:05:57 +01:00 |