aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
| | |
* | | 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., ↵Gravatar Gael Guennebaud2015-06-09
| | | | | | | | | | | | SimplicialLLT without reordering)
* | | 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
| | |
* | | Fix homogeneous() for 1x1 matrix: in this case, homogeneous follows the ↵Gravatar Gael Guennebaud2015-06-08
| | | | | | | | | | | | storage order guaranteeing that v.transpose().homogeneous() == v.homogeneous().transpose()
* | | Add missing accessors for 1D index based access to Replicate<> expressions.Gravatar Gael Guennebaud2015-06-08
| | |