aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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 runtim...Gravatar Gael Guennebaud2015-06-14
| * 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 in...Gravatar Gael Guennebaud2015-06-15
| * 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 array...Gravatar Gael Guennebaud2015-06-10
|\ \
* | | bug #890, add a more general routine to check that two dense object reference...Gravatar Gael Guennebaud2015-06-10
* | | 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 enfor...Gravatar Gael Guennebaud2015-06-09
* | | 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 scalar...Gravatar Gael Guennebaud2015-06-09
* | | Enable -Wshadow with clangGravatar Gael Guennebaud2015-06-09
* | | code simplificationGravatar Gael Guennebaud2015-06-09
* | | formattingGravatar Gael Guennebaud2015-06-09
* | | remove redundant dynamic allocations in GMRESGravatar Gael Guennebaud2015-06-09
* | | fix some legitimate shadow warningsGravatar Gael Guennebaud2015-06-09
* | | fix unused variable warningGravatar Gael Guennebaud2015-06-09
* | | Clean argument names of some functionsGravatar Gael Guennebaud2015-06-09
* | | Add missing documentation for TriangularViewImpl<MatrixType,Mode,Sparse>Gravatar Gael Guennebaud2015-06-09
* | | bug #872: remove usage of deprecated bind1st.Gravatar Gael Guennebaud2015-06-09
* | | Skip too large real-world problems for solvers that do not scale (e.g., Simpl...Gravatar Gael Guennebaud2015-06-09
* | | Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
* | | Extend unit test and documentation of SelfAdjointEigenSolver::computeDirectGravatar Gael Guennebaud2015-06-08
* | | Update utility for experimenting with 3x3 eigenvaluesGravatar Gael Guennebaud2015-06-08
* | | bug #997: add missing evaluators for m.lazyProduct(v.homogeneous())Gravatar Gael Guennebaud2015-06-08
* | | Add unit test for m.replicate(...)(index).Gravatar Gael Guennebaud2015-06-08