aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | Fix usage of nested versus nested_evalGravatar Gael Guennebaud2015-06-19
| |
* | Fix ambiguous instanciation using clean class-level SFINAE in product_evaluatorGravatar Gael Guennebaud2015-06-19
| |
* | Remove a few deprecated internal expressionsGravatar Gael Guennebaud2015-06-19
|/
* Check number of temporaries when applying permutationsGravatar Gael Guennebaud2015-06-19
|
* Factorize VERIFY_EVALUATION_COUNT in unit testsGravatar Gael Guennebaud2015-06-19
|
* Fix permutation/transposiitons products wrt nested_evalGravatar Gael Guennebaud2015-06-19
|
* Introduce a AliasFreeProduct option for Permutations and TranspositionsGravatar Gael Guennebaud2015-06-19
|
* Remove useless specializations of evaluator_traitsGravatar Gael Guennebaud2015-06-19
|
* Improbe compatibility of Transpositions and evaluatorsGravatar Gael Guennebaud2015-06-19
|
* Make Transpositions use evaluatorsGravatar Gael Guennebaud2015-06-19
|
* Enforce eigenvectors to be column-major (for performance reasons)Gravatar Gael Guennebaud2015-06-19
|
* Clean implementation of permutation * matrix products.Gravatar Gael Guennebaud2015-06-19
|
* Fix compilation of BDCSVD with DEFAULT_TO_ROWMAJORGravatar Gael Guennebaud2015-06-19
|
* Fix storage order computation in traits<Product>Gravatar Gael Guennebaud2015-06-19
|
* Fixed a compilation warningGravatar Benoit Steiner2015-06-17
|
* Workaround broken complex*real product on old clang versionsGravatar Gael Guennebaud2015-06-17
|
* workaround clang's broken complex divisionGravatar Gael Guennebaud2015-06-17
|
* Fixed merge conflictGravatar Benoit Steiner2015-06-16
|
* Pulled latest updates from trunkGravatar Benoit Steiner2015-06-16
|\
* | Fixed compilation warnings triggered by clangGravatar Benoit Steiner2015-06-16
| |
| * Add unit test for bug #879Gravatar Gael Guennebaud2015-06-16
| |
| * Fix compilation in TensorImagePatchGravatar Gael Guennebaud2015-06-16
| |
| * Fix shadow warnings in Tensor moduleGravatar Gael Guennebaud2015-06-16
| |
| * Fix compilation of alignedvector3 unit testGravatar Gael Guennebaud2015-06-16
| |
| * Remove the usage of result_of for DenseBase::redux as discussed in bug #1006Gravatar Gael Guennebaud2015-06-15
| |
| * Remove support of std::binder* in C++11Gravatar Gael Guennebaud2015-06-15
| |
| * Remove aligned-on-scalar assert and fallback to non vectorized path at ↵Gravatar Gael Guennebaud2015-06-14
| | | | | | | | runtime (first_aligned already had this runtime guard)
| * Fix isfinite/isinf/isnan code snippetsGravatar Gael Guennebaud2015-06-15
| |
| * typoGravatar Gael Guennebaud2015-06-15
| |
| * Relax tolerance when testing LDLT on singular problemsGravatar Gael Guennebaud2015-06-15
| |
| * Extend VERIFY_IS_APPROX to report the magnitude of the relative difference ↵Gravatar Gael Guennebaud2015-06-15
| | | | | | | | in case of failure. This will ease identifying strongest failing tests
| * Add missing forward declaration of AlignedBoxGravatar Gael Guennebaud2015-06-15
|/
* Fix use of unitialized buffers.Gravatar Gael Guennebaud2015-06-13
|
* Relax aligned-on-scalar assert as in the 3.2 branchGravatar Gael Guennebaud2015-06-12
|
* Enable C++11 math function in a more conservative manner.Gravatar Gael Guennebaud2015-06-11
|
* mergeGravatar Gael Guennebaud2015-06-11
|\
* | Introduce EIGEN_PI, get rid of M_PI and acos(-1.0)Gravatar Gael Guennebaud2015-06-10
| |
* | Make more use of EIGEN_HAS_C99_MATHGravatar Gael Guennebaud2015-06-10
| |
* | fix isinf(complex(inf,NaN)) to return false.Gravatar Gael Guennebaud2015-06-10
| |
* | Rename free functions isFinite, isInf, isNaN to be compatible with c++11Gravatar Gael Guennebaud2015-06-10
| |
* | bug #80: merge with d_hood branch on adding more coefficient-wise unary ↵Gravatar Gael Guennebaud2015-06-10
|\ \ | | | | | | | | | array functors
* | | bug #890, add a more general routine to check that two dense object ↵Gravatar Gael Guennebaud2015-06-10
| | | | | | | | | | | | reference to the same data
* | | Add regression test for bug #890Gravatar Gael Guennebaud2015-06-10
| | |
* | | bug #897: make umfpack support use Ref<>Gravatar Gael Guennebaud2015-06-09
| | |
* | | bug #910: add a StandardCompressedFormat option to Ref<SparseMatrix> to ↵Gravatar Gael Guennebaud2015-06-09
| | | | | | | | | | | | | | | | | | enforce standard compressed storage format. If the input is not compressed, then this trigger a copy for a const Ref, and a runtime assert for non-const Ref.
* | | bug #650: fix sparse * dense wrt noalias and compound assignmentGravatar Gael Guennebaud2015-06-09
| | |
* | | bug #1003: assert in MapBase if the provided pointer is not aligned on ↵Gravatar Gael Guennebaud2015-06-09
| | | | | | | | | | | | scalar while it is expected to be. Also add a EIGEN_ALIGN8 macro.
* | | Enable -Wshadow with clangGravatar Gael Guennebaud2015-06-09
| | |
* | | code simplificationGravatar Gael Guennebaud2015-06-09
| | |
* | | formattingGravatar Gael Guennebaud2015-06-09
| | |