aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * check for __ARM_NEON instead as it's defined in arm64 as wellGravatar Konstantinos Margaritis2014-10-21
| |
* | bug #670: add unit test for mapped input in sparse solver.Gravatar Gael Guennebaud2014-10-20
| |
* | bug #701: workaround (min) and (max) blocking ADL by introducing ↵Gravatar Gael Guennebaud2014-10-20
| | | | | | | | numext::mini and numext::maxi internal functions and a EIGEN_NOT_A_MACRO macro.
* | bug #766: Check minimum CUDA versionGravatar Christoph Hertzberg2014-10-20
| |
* | bug #718: Introduce a compilation error when using the wrong InnerIterator ↵Gravatar Gael Guennebaud2014-10-20
| | | | | | | | type with a SparseVector
* | Addendum to bug #859: pexp(NaN) for double did not return NaN, also, ↵Gravatar Christoph Hertzberg2014-10-20
| | | | | | | | | | | | plog(NaN) did not return NaN. psqrt(NaN) and psqrt(-1) shall return NaN if EIGEN_FAST_MATH==0
* | Fix bug #859: pexp(NaN) returned Inf instead of NaNGravatar Gael Guennebaud2014-10-20
| |
* | Add unit tests for Rotation2D's inverse(), operator*, slerp, and fix ↵Gravatar Gael Guennebaud2014-10-20
| | | | | | | | regression wrt explicit ctor change
* | Fix bug #894: the sign of LDLT was not re-initialized at each call of compute()Gravatar Gael Guennebaud2014-10-20
| |
* | Fix SparseQR::rank for a completely empty matrix.Gravatar Gael Guennebaud2014-10-19
|/
* mergeGravatar Gael Guennebaud2014-10-17
|\
* | Fix SparseLU::absDeterminant and add respective unit testGravatar Gael Guennebaud2014-10-17
| |
* | Ignore automalically imported lapack source filesGravatar Gael Guennebaud2014-10-17
| |
* | Fix D&C SVD wrt zero matricesGravatar Gael Guennebaud2014-10-17
| |
* | Fix JacobiSVD wrt undeR/overflow by doing scaling prior to QR preconditioningGravatar Gael Guennebaud2014-10-17
| |
* | Add lapack interface to JacobiSVD and BDCSVDGravatar Gael Guennebaud2014-10-17
| |
| * quieted more g++ warnings of the form: warning: typedef XXX locally defined ↵Gravatar Mark Borgerding2014-10-16
|/ | | | but not used [-Wunused-local-typedefs]
* Make SVD unit test even more toughGravatar Gael Guennebaud2014-10-15
|
* mergeGravatar Gael Guennebaud2014-10-15
|\
* | Extend svd unit tests to stress problems with duplicated singular values.Gravatar Gael Guennebaud2014-10-15
| |
* | D&C SVD: fix some numerical issues by truly skipping deflated singular ↵Gravatar Gael Guennebaud2014-10-15
| | | | | | | | values when computing them
* | D&C SVD: fix deflation of repeated singular values, fix sorting of singular ↵Gravatar Gael Guennebaud2014-10-15
| | | | | | | | values, fix case of complete deflation
| * bug #891: Determine sizeof(void*) via CMAKE variable instead of test programGravatar Christoph Hertzberg2014-10-14
| |
| * Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.Gravatar Christoph Hertzberg2014-10-13
|/ | | | Although the test passes now, there might still be some missing.
* Remove unused and dangerous CompressedStorage::Map functionGravatar Gael Guennebaud2014-10-09
|
* bug #367: fix double copies in atWithInsertion, and add respective unit-testGravatar Gael Guennebaud2014-10-09
|
* Fix indentationGravatar Gael Guennebaud2014-10-09
|
* bug #887: fix CompressedStorage::reallocate wrt memory leaksGravatar Gael Guennebaud2014-10-09
|
* Add a scoped_array helper class to handle locally allocated/used arraysGravatar Gael Guennebaud2014-10-09
|
* Various numerical fixes in D&C SVD: I cannot make it fail with double, but ↵Gravatar Gael Guennebaud2014-10-09
| | | | still need to tune for single precision, and carefully test with duplicated singular values
* bug #889: fix protected typedefGravatar Gael Guennebaud2014-10-08
|
* bug #882: fix various const-correctness issues with *View classes.Gravatar Gael Guennebaud2014-10-07
|
* Workaround MSVC issue.Gravatar Gael Guennebaud2014-10-07
|
* Fix missing outer() member in DynamicSparseMatrixGravatar Gael Guennebaud2014-10-07
|
* D&C SVD: add scaling to avoid overflow, fix handling of fixed size matricesGravatar Gael Guennebaud2014-10-06
|
* Re-enable products with triangular views of sparse matrices: we simply have ↵Gravatar Gael Guennebaud2014-10-06
| | | | to treat them as a sparse matrix.
* bug #887: use ei_declare_aligned_stack_constructed_variable instead of ↵Gravatar Gael Guennebaud2014-10-06
| | | | manual new[]/delete[] pairs in AMD and Paralellizer
* Fix SparseLU regarding uncompressed inputs and avoid manual new/delete calls.Gravatar Gael Guennebaud2014-10-06
|
* Extend unit tests to check uncompressed sparse inputs in sparse solversGravatar Gael Guennebaud2014-10-06
|
* template keyword not allowed before non-template function callGravatar Christoph Hertzberg2014-10-01
|
* fixed to make big-endian VSX work as wellGravatar Konstantinos Margaritis2014-10-01
|
* Add missing default ctor in Rotation2DGravatar Gael Guennebaud2014-09-30
|
* Avoid `unneeded-internal-declaration' warningGravatar Christoph Hertzberg2014-09-30
|
* Missing outerStride in AlignedVector3 resulted in infinite recursionGravatar Christoph Hertzberg2014-09-30
|
* Missing explicitGravatar Christoph Hertzberg2014-09-30
|
* bug #884: Copy constructor of Ref shall never malloc, constructing from ↵Gravatar Christoph Hertzberg2014-09-30
| | | | other RefBase shall only malloc if the memory layout is incompatible.
* make sure that regex does not match cmakeGravatar Christoph Hertzberg2014-09-29
|
* Related to bug #880: Accept make as well a gmake when searching the ↵Gravatar Christoph Hertzberg2014-09-29
| | | | MakeCommand. And don't include \n in match expression
* Fix compilation with GCCGravatar Gael Guennebaud2014-09-29
|
* Let KroneckerProduct exploits the recently introduced generic InnerIterator ↵Gravatar Gael Guennebaud2014-09-29
| | | | class.