aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Shutdown clang warning: argument unused during compilation: '-ansi' at ↵Gravatar Gael Guennebaud2013-06-21
| | | | linking time
* Reduce maximum number of warnings/errors. (they took GBs even for limited ↵Gravatar Gael Guennebaud2013-06-20
| | | | period of time)
* new unsupported and not finished SVD, using a divide and conquert algorithm, ↵Gravatar Gauthier Brun2013-06-19
| | | | with tests and benchmark
* bug #71: enable vectorization of diagonal products in more cases.Gravatar Gael Guennebaud2013-06-18
|
* Fix bug #542: fix detection of compiler version on systems without the head ↵Gravatar Gael Guennebaud2013-06-18
| | | | command.
* Avoid phrase "static allocation" for local storage on stack (bug #615).Gravatar Jitse Niesen2013-06-18
|
* Implement mixed static/dynamic-size .block() (bug #579)Gravatar Jitse Niesen2013-06-18
|
* bug #230, fix compilation issues and wrong static assertionsGravatar Kolja Brix2013-06-18
|
* Fix compilation issue with some compilers (when doing using Base::foo;, foo ↵Gravatar Gael Guennebaud2013-06-18
| | | | must be visible in the direct base class)
* Require at least cmake version 2.8.2 (bug #606).Gravatar Jitse Niesen2013-06-17
|
* Merged in RhysU/eigen//fix-documentation-typo-1371479301909 (pull request PR-25)Gravatar Jitse Niesen2013-06-17
|\ | | | | | | Fix documentation typo
| * Fix documentation typoGravatar Rhys Ulerich2013-06-17
|/
* Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ↵Gravatar Gael Guennebaud2013-06-17
| | | | tests.
* Make psqrt works with numeric_limits<float>::minGravatar Gael Guennebaud2013-06-14
|
* Extend sparse-block unit test to explicitly cover bug #584Gravatar Gael Guennebaud2013-06-14
|
* Fix bug #613: psqrt was incorrect for small numbersGravatar Jeff Dean2013-06-13
|
* Extend the magnitude range of tested numbers in packet math unit testsGravatar Gael Guennebaud2013-06-13
|
* Fix copy constructor signatureGravatar Gael Guennebaud2013-06-12
|
* Add missing changes.Gravatar Gael Guennebaud2013-06-12
|
* Remove meaningless explicit qualifierGravatar Gael Guennebaud2013-06-12
|
* Suppress warning #2304: non-explicit constructor with single argument may ↵Gravatar Gael Guennebaud2013-06-12
| | | | cause implicit type conversion
* compilation fixes in unsupportedGravatar Gael Guennebaud2013-06-12
|
* Fix sparse_basic unit test conflictGravatar Gael Guennebaud2013-06-12
|
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
|
* Complete the lapack interface to make it complete enough for suitesparse QR.Gravatar Gael Guennebaud2013-06-12
|
* Improve SuiteSparse cmake scriptsGravatar Gael Guennebaud2013-06-12
|
* Fix implicit conversion warningsGravatar Gael Guennebaud2013-06-12
|
* Fix warning: explicitely initialize all member of IOFormatGravatar Gael Guennebaud2013-06-12
|
* Add default value for IsRepeatable in functor_traitsGravatar Gael Guennebaud2013-06-12
|
* Add missing dependency in SparseSholesky headerGravatar Gael Guennebaud2013-06-11
|
* Fix bug in SparseLU dfs for dense matricesGravatar Desire NUENTSA2013-06-11
|
* Fix bug #588 : Compute a determinant using SparseLUGravatar Desire NUENTSA2013-06-11
|
* Add support with unit test for off-diagonal sparse matrix viewsGravatar Desire NUENTSA2013-06-11
|
* Restore internal math functions for unit testsGravatar Desire NUENTSA2013-06-11
|
* Fix bug #583: add compile-time check that DenseIndex is signedGravatar Gael Guennebaud2013-06-10
|
* Fix bug #591: minor optimization in NEON vectorization supportGravatar Simon Pilgrim2013-06-10
|
* Fix bug #595: typoGravatar Gael Guennebaud2013-06-10
|
* fix bug #597: typo in sparse documentationGravatar Gael Guennebaud2013-06-10
|
* Fix bug #598: add explicit cast to Scalar typeGravatar Gael Guennebaud2013-06-10
|
* Fix bug #599: add missing documentation of some members in QR module.Gravatar Gael Guennebaud2013-06-10
|
* HouseholderSequence should expose standard enums (Rows/Cols, etc.))Gravatar Gael Guennebaud2013-06-10
|
* Check sparse matrices with short indicesGravatar Gael Guennebaud2013-06-10
|
* Simplify and generalize assign_selector logicGravatar Gael Guennebaud2013-06-10
|
* Fix bug #605: ambiguous call to std::min when calling .diagonal() on a ↵Gravatar Gael Guennebaud2013-06-10
| | | | sparse matrix with non default index type
* Fix bug #607: handle implicit transposition from sparse vector to dense vectorGravatar Gael Guennebaud2013-06-10
|
* Add regression test for bug #608Gravatar Gael Guennebaud2013-06-09
|
* Fix bug #608: the sign computation in LDLT was brokenGravatar Gael Guennebaud2013-06-09
|
* Fix bug #609: avoid if statement and improve consistency of eulerAngles methodGravatar Gael Guennebaud2013-06-09
|
* fix unused variable warningGravatar Gael Guennebaud2013-06-09
|
* Add missing pconj specializationsGravatar Gael Guennebaud2013-05-17
|