Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | MIsc. source and comment typos | luz.paz | 2018-03-11 |
| | | | | Found using `codespell` and `grep` from downstream FreeCAD | ||
* | Fix implicit conversion from 0.0 to scalar | Gael Guennebaud | 2018-02-16 |
| | |||
* | better check array index before using it | Gael Guennebaud | 2017-03-15 |
| | |||
* | bug #1167: simplify installation of header files using cmake's ↵ | Gael Guennebaud | 2016-08-29 |
| | | | | install(DIRECTORY ...) command. | ||
* | Fix warning and replace min/max macros by calls to mini/maxi | Gael Guennebaud | 2016-02-01 |
| | |||
* | Update link to suitesparse. | Gael Guennebaud | 2016-01-27 |
| | |||
* | bug #1143: Work-around gcc bug | Christoph Hertzberg | 2016-01-06 |
| | |||
* | Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ↵ | Gael Guennebaud | 2016-01-01 |
| | | | | warnings | ||
* | Fix Index vs StorageIndex naming convention | Gael Guennebaud | 2015-09-03 |
| | |||
* | Fix AMD ordering when a column has only one off-diagonal non-zero (also fix ↵ | Gael Guennebaud | 2015-09-03 |
| | | | | bug #1045) | ||
* | Update approx. minimum ordering method to push and keep structural empty ↵ | Gael Guennebaud | 2015-03-20 |
| | | | | diagonal elements to the bottom-right part of the matrix | ||
* | Add unit tests for CG and sparse-LLT for long int as storage-index | Gael Guennebaud | 2015-03-09 |
| | |||
* | Fix many long to int conversion warnings: | Gael Guennebaud | 2015-02-16 |
| | | | | | | - fix usage of Index (API) versus StorageIndex (when multiple indexes are stored) - use StorageIndex(val) when the input has already been check - use internal::convert_index<StorageIndex>(val) when val is potentially unsafe (directly comes from user input) | ||
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index ↵ | Christoph Hertzberg | 2014-12-04 |
| | | | | to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings. | ||
* | bug #887: use ei_declare_aligned_stack_constructed_variable instead of ↵ | Gael Guennebaud | 2014-10-06 |
| | | | | manual new[]/delete[] pairs in AMD and Paralellizer | ||
* | Fix bug #809: unused variable warning | Gael Guennebaud | 2014-07-08 |
| | |||
* | Add assertion and warning on the requirements of SparseQR and COLAMDOrdering | Gael Guennebaud | 2014-06-20 |
| | |||
* | workaround strange compilation issue with ICC and -strict-ansi | Gael Guennebaud | 2013-04-10 |
| | |||
* | Clean source code and unit tests with respect to -Wunused-local-typedefs | Gael Guennebaud | 2013-04-10 |
| | |||
* | Use a template Index for COLAMD ordering | Desire NUENTSA | 2013-03-20 |
| | |||
* | Fix some MPL2/LGPL lisencing confusions | Gael Guennebaud | 2013-02-06 |
| | |||
* | Cleaning documentation pass in ordering and ILUT | Gael Guennebaud | 2013-01-12 |
| | |||
* | Update SPQR interface | Desire NUENTSA | 2012-12-07 |
| | |||
* | Clean the Colamd routine | Desire NUENTSA | 2012-09-10 |
| | |||
* | add SparseLU in sparse bench | Desire NUENTSA | 2012-09-10 |
| | |||
* | merge Sparse LU branch | Desire NUENTSA | 2012-09-07 |
|\ | |||
| * | Add exception handler to memory allocation | Desire NUENTSA | 2012-07-19 |
| | | |||
| * | Add a draft (not clean ) version of the COLAMD ordering implementation | Desire NUENTSA | 2012-07-18 |
| | | |||
* | | Add a EIGEN_MPL2_ONLY build option to generate compiler errors when ↵ | Benoit Jacob | 2012-07-13 |
| | | | | | | | | including non-MPL2 modules | ||
* | | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | | |||
| * | Update Ordering interface | Desire NUENTSA | 2012-07-06 |
| | | |||
| * | Update Ordering interface | Desire NUENTSA | 2012-07-06 |
| | | |||
* | | fix a few warnings | Gael Guennebaud | 2012-06-15 |
| | | |||
| * | build complete... almost | Desire NUENTSA | 2012-06-14 |
| | | |||
| * | Build process... | Desire NUENTSA | 2012-06-13 |
| | | |||
| * | Checking Syntax... | Desire NUENTSA | 2012-06-11 |
|/ | |||
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
| | |||
* | fix several const qualifier issues: double ones, meaningless ones, some ↵ | Gael Guennebaud | 2012-02-03 |
| | | | | | | missing ones, etc. (note that const qualifiers are set by internall::nested) | ||
* | fix bug #281: replace csparse macros by template functions | Gael Guennebaud | 2011-12-04 |
| | |||
* | make the accessors to internal sparse storage part of the public API and ↵ | Gael Guennebaud | 2011-12-04 |
| | | | | remove their "_" prefix. | ||
* | move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵ | Gael Guennebaud | 2011-11-12 |
stable yet" warning |