Gael Guennebaud
|
b3fd93207b
|
Fix typos found using codespell
|
2018-06-07 14:43:02 +02:00 |
|
Gael Guennebaud
|
524119d32a
|
Fix uninitialized output argument.
|
2018-04-03 10:56:10 +02:00 |
|
Gael Guennebaud
|
e8d6862f14
|
Properly adjust precision when saving to Market format.
|
2016-12-20 22:10:33 +01:00 |
|
Gael Guennebaud
|
e2f4ee1c2b
|
Speed up parsing of sparse Market file.
|
2016-12-20 21:56:21 +01:00 |
|
Gael Guennebaud
|
35a8e94577
|
bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command.
|
2016-08-29 10:59:37 +02:00 |
|
Gael Guennebaud
|
8b0d1eb0f7
|
Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation warnings
|
2016-01-01 21:45:06 +01:00 |
|
Gael Guennebaud
|
186ec1437c
|
Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENERIC_PUBLIC_INTERFACE
|
2015-10-08 22:06:49 +02:00 |
|
Gael Guennebaud
|
846b227bb7
|
Get rid of class internal::nested<> (still have to updated Tensor module)
|
2015-06-19 17:56:39 +02:00 |
|
Gael Guennebaud
|
8bc26562f4
|
Do not abort if the folder cannot be openned!
|
2015-06-05 14:31:29 +02:00 |
|
Gael Guennebaud
|
3e7bc8d686
|
Improve loading of symmetric sparse matrices in MatrixMarketIterator
|
2015-06-05 10:16:29 +02:00 |
|
Gael Guennebaud
|
15b5adb327
|
Fix regression in DynamicSparseMatrix and SuperLUSupport wrt recent change on nonZeros/nonZerosEstimate
|
2015-04-02 22:21:41 +02:00 |
|
Gael Guennebaud
|
8d9bfb3a7b
|
fix loadMarket wrt Index versus int
|
2015-03-20 16:00:10 +01:00 |
|
Christoph Hertzberg
|
97a36ecba4
|
Suppress some remaining Index conversion warnings
|
2015-02-17 18:52:39 +01:00 |
|
Gael Guennebaud
|
fc202bab39
|
Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type.
|
2015-02-13 18:57:41 +01:00 |
|
Christoph Hertzberg
|
e8cdbedefb
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
|
2014-12-04 22:48:53 +01:00 |
|
Gael Guennebaud
|
503c176d8e
|
Fix missing outer() member in DynamicSparseMatrix
|
2014-10-07 09:53:27 +02:00 |
|
Gael Guennebaud
|
0ca43f7e9a
|
Remove deprecated code not used by evaluators
|
2014-09-18 15:15:27 +02:00 |
|
Gael Guennebaud
|
b3d63b4db2
|
Add evaluator for DynamicSparseMatrix
|
2014-09-01 17:21:05 +02:00 |
|
Gael Guennebaud
|
d79516660c
|
Make loadMarket use the sparse-matrix index type, thus enabling loading huge matrices.
|
2014-07-31 16:43:19 +02:00 |
|
Gael Guennebaud
|
1221dd90aa
|
Fix no newline at end of file warning
|
2014-04-01 11:21:14 +02:00 |
|
Desire NUENTSA
|
4bb1c48f25
|
Add a block sparse matrix class. tests to be added
|
2013-09-20 18:54:17 +02:00 |
|
Jitse Niesen
|
14e2ab02b5
|
Replace assert() by eigen_assert() (fixes bug #548).
|
2013-02-02 22:04:42 +00:00 |
|
Gael Guennebaud
|
6a790058f5
|
remove deprecated InnerVectorSet for the deprecated DynamicSparseMatrix class
|
2012-11-16 09:03:42 +01:00 |
|
Desire NUENTSA W.
|
fe9956defe
|
Read real and complex bench matrices from a unique folder
Output and display bench results using XML and XSLT
|
2012-08-27 22:52:43 +02:00 |
|
Benoit Jacob
|
69124cfca2
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
|
Gael Guennebaud
|
3fd2beebc8
|
Matrix-Market: fix perf issue and infinite loop
|
2012-06-15 09:07:13 +02:00 |
|
Desire NUENTSA
|
5cbe6a5fbf
|
Read header of Hermitian matrices
|
2012-05-25 17:53:37 +02:00 |
|
Gael Guennebaud
|
5cab18976b
|
cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, MarketIO needs iostream
|
2012-04-18 10:09:46 +02:00 |
|
Jitse Niesen
|
3c412183b2
|
Get rid of include directives inside namespace blocks (bug #339).
|
2012-04-15 11:06:28 +01:00 |
|
Gael Guennebaud
|
a060e0b486
|
does not include MatrixMaketIterator on win32,
no "using whatever" in global scope in a header file
|
2012-03-31 18:01:43 +02:00 |
|
Desire NUENTSA
|
ada9e79145
|
add a benchmark routine for all sparse linear solvers in Eigen
|
2012-03-29 14:29:55 +02:00 |
|
Desire NUENTSA
|
f6cd3389a2
|
compress loaded market matrix
|
2012-03-22 15:53:25 +01:00 |
|
Desire NUENTSA
|
37d2efd4f6
|
Adding support to read and write complex matrices in Matrix Market format
|
2012-03-08 18:45:47 +01:00 |
|
Gael Guennebaud
|
86bb20c431
|
remove dead code
|
2011-12-08 23:22:28 +01:00 |
|
Gael Guennebaud
|
dd504d6aae
|
fix bug #223: SparseMatrix::Flags no longer encode triangularness information
|
2011-12-05 10:17:09 +01:00 |
|
Gael Guennebaud
|
32917515df
|
make the accessors to internal sparse storage part of the public API and remove their "_" prefix.
|
2011-12-04 12:19:26 +01:00 |
|
Gael Guennebaud
|
950eeab4d7
|
RandomSetter: turns the matrix into compressed form before the filling
|
2011-12-03 17:35:21 +01:00 |
|
Gael Guennebaud
|
f10bae74e8
|
- move CompressedStorage and AmbiVector into internal namespace
- remove innerVectorNonZeros(j) => use innerVector(j).nonZeros()
|
2011-12-02 10:00:24 +01:00 |
|
Gael Guennebaud
|
53fa851724
|
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stable yet" warning
|
2011-11-12 14:11:27 +01:00 |
|
Gael Guennebaud
|
a997dacc67
|
mark deprecated sparse solvers as so.
|
2011-10-24 09:51:02 +02:00 |
|
Gael Guennebaud
|
5d43b4049d
|
factorize solving with guess
|
2011-10-24 09:33:24 +02:00 |
|
Gael Guennebaud
|
70df09b76d
|
move DynamicSparseMatrix to SparseExtra
|
2011-10-24 09:31:33 +02:00 |
|
Gael Guennebaud
|
4f237f035c
|
extend SimplicialCholesky for sparse rhs, and add determinant
|
2011-10-11 11:31:12 +02:00 |
|
Gael Guennebaud
|
2fc1b58cd2
|
split SimplicialCholesky into SimplicialLLt and SimplicialLDLt classes and add specific factor access functions
|
2011-10-09 21:45:55 +02:00 |
|
Gael Guennebaud
|
683ea3c93f
|
fix superLU when the salver is called multiple times
|
2011-09-27 18:30:53 +02:00 |
|
Gael Guennebaud
|
b2988375e8
|
fix a couple of issues in SuperLU support (memory and determinant)
|
2011-09-24 14:20:31 +02:00 |
|
Gael Guennebaud
|
6799fabba9
|
port umfpack support to new API
|
2011-09-24 14:19:39 +02:00 |
|
Gael Guennebaud
|
22bff949c8
|
protect calls to min and max with parentheses to make Eigen compatible with default windows.h
(transplanted from 49b6e9143e1d74441924c0c313536e263e12a55c
)
|
2011-07-21 11:19:36 +02:00 |
|
Gael Guennebaud
|
2489c81562
|
add new interface to SuperLU
|
2011-07-07 14:19:42 +02:00 |
|
Gael Guennebaud
|
421ece38e1
|
Sparse: fix long int as index type in simplicial cholesky and other decompositions
|
2011-06-06 10:17:28 +02:00 |
|