aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Re-enable some invalid scalar type conversion checks by disabling explicit ↵Gravatar Gael Guennebaud2015-10-06
| | | | vectorization
* Add sparse vector to Ref<SparseMatrix> conversion unit tests, and improve ↵Gravatar Gael Guennebaud2015-10-06
| | | | output of sparse_ref unit test in case of failure.
* Fix wrong casting syntaxGravatar Gael Guennebaud2015-10-06
|
* Fix storage index type in empty permutationsGravatar Gael Guennebaud2015-10-06
|
* Define Permutation*<>::Scalar to 'void', re-enable scalar type compatibility ↵Gravatar Gael Guennebaud2015-10-06
| | | | check in assignment while relaxing this test for void types.
* Some cleaningGravatar Gael Guennebaud2015-10-06
|
* Handle various TODOs in SSE vectorization (remove splitted storeu, enable ↵Gravatar Gael Guennebaud2015-10-06
| | | | SSE3 integer vectorization, plus minor tweaks)
* Fix Ref<SparseMatrix> for Transpose<SparseVector>Gravatar Gael Guennebaud2015-10-06
|
* bug #1076: fix scaling in IncompleteCholesky, improve doc, add read-only ↵Gravatar Gael Guennebaud2015-10-06
| | | | access to the different factors, remove debugging code.
* Optimise assignment into a Block<SparseMatrix> by using Ref and avoiding ↵Gravatar Gael Guennebaud2015-10-06
| | | | useless updates in non-compressed mode. This make row-by-row filling of a row-major sparse matrix very efficient.
* Optimize Ref<SparseMatrix> by removing useless default initialisation of ↵Gravatar Gael Guennebaud2015-10-06
| | | | SparseMapBase and SparseMatrix
* Enable to view a SparseVector as a Ref<SparseMatrix>Gravatar Gael Guennebaud2015-10-06
|
* Make SparseVector derive from SparseCompressedBase, thus improving ↵Gravatar Gael Guennebaud2015-10-06
| | | | compatibility between sparse vectors and matrices
* Improve counting of sparse temporariesGravatar Gael Guennebaud2015-10-06
|
* Propagate cmake generatorGravatar Gael Guennebaud2015-10-05
|
* Make abs2 compatible with custom complex typesGravatar Gael Guennebaud2015-10-02
|
* bug #1075: fix AlignedBox::sample for runtime dimensionGravatar Gael Guennebaud2015-09-30
|
* Merged in doug_kwan/eigen (pull request PR-137)Gravatar Gael Guennebaud2015-09-30
|\ | | | | | | Specified signedness of char type in test
* \ mergeGravatar Gael Guennebaud2015-09-29
|\ \
* | | Fix performance regression in sparse * dense product where "sparse" is an ↵Gravatar Gael Guennebaud2015-09-29
| | | | | | | | | | | | expression
| | * Specified signedness of char type in test so that test passesGravatar Doug Kwan2015-09-28
| |/ | | | | | | consistently on different targets.
| * Call numext::mini instead of std::min in several places.Gravatar Benoit Steiner2015-09-28
|/
* Add support for permutation * homogenousGravatar Gael Guennebaud2015-09-28
|
* bug #1070: propagate last three Matrix template arguments for ↵Gravatar Gael Guennebaud2015-09-28
| | | | NumTraits<AutoDiffScalar<>>::Real
* bug #1071: improve doc on lpNorm and add example for some operator normsGravatar Gael Guennebaud2015-09-28
|
* Add support for row/col-wise lpNorm()Gravatar Gael Guennebaud2015-09-28
|
* bug #1069: fix AVX support on MSVC (use of non portable C-style cast)Gravatar Gael Guennebaud2015-09-28
|
* Fix bug #1067: naming conflictGravatar Gael Guennebaud2015-09-19
|
* Cleaned up a testGravatar Benoit Steiner2015-09-18
|
* Fixed compilation warningGravatar Benoit Steiner2015-09-17
|
* Fix return type for TensorEvaluator<TensorSlicingOp>::dataGravatar Benoit Steiner2015-09-17
|
* Fix typo in Vectowise::any()Gravatar Gael Guennebaud2015-09-16
|
* Merged in ↵Gravatar Christoph Hertzberg2015-09-13
|\ | | | | | | | | | | daalpa/eigen/daalpa/removed-documentation-that-did-not-match-1442148941751 (pull request PR-136) Removed documentation that did not match the member function DenseBase::outerSize()
| * Removed documentation that did not match the member function ↵Gravatar daalpa2015-09-13
|/ | | | DenseBase::outerSize()
* Fixed cuda code: EIGEN_DEVICE_FUNC must come after template<...>Gravatar Christoph Hertzberg2015-09-10
|
* Add unit tests for bug #981: valid and invalid usage of ternary operatorGravatar Gael Guennebaud2015-09-09
|
* Fixed a compilation warningGravatar Benoit Steiner2015-09-08
|
* Fixed a compilation warningGravatar Benoit Steiner2015-09-08
|
* Added support for predux_mul for CUDA devicesGravatar Benoit Steiner2015-09-08
|
* Fixed minor regression caused by 7031a851d45a8526474ac1ac972ad12a48e99f1aGravatar Christoph Hertzberg2015-09-08
|
* MKL is now free of charge for opensourceGravatar Gael Guennebaud2015-09-07
|
* Add EIGEN_QUATERNION_PLUGINGravatar Gael Guennebaud2015-09-07
|
* Fix link and code formatingGravatar Gael Guennebaud2015-09-07
|
* Generalize matrix ctor and compute() method of dense decomposition to 1) ↵Gravatar Gael Guennebaud2015-09-07
| | | | limit temporaries, 2) forward expressions to nested decompositions, 3) fix ambiguous ctor instanciation for square decomposition
* Added tag 3.3-alpha1 for changeset f9303cc7c54bf9355bc0e1f490ed18be975b2109Gravatar Gael Guennebaud2015-09-04
|
* bump to 3.3-alpha1Gravatar Gael Guennebaud2015-09-04
|
* Workaround wrong instanciation made by VS2010Gravatar Gael Guennebaud2015-09-04
|
* Fix returned index type of inner iterators of sparse blocks.Gravatar Gael Guennebaud2015-09-03
|
* InnerIterator::index() should really return a StorageIndexGravatar Gael Guennebaud2015-09-03
|
* Add a few missing EIGEN_DEVICE_FUNC declarationsGravatar Gael Guennebaud2015-09-03
|