aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Collapse)AuthorAge
* Fix bug #643: enable vectorization of compound assignement for fixed size ↵Gravatar Gael Guennebaud2013-08-19
| | | | objects
* typoGravatar Gael Guennebaud2013-08-19
|
* Fix bug #642: add vectorization of sqrt for doubles, and make sqrt really ↵Gravatar Gael Guennebaud2013-08-19
| | | | safe if EIGEN_FAST_MATH is disabled
* Merged in advanpix/eigen-mp-devs (pull request PR-30)Gravatar Jitse Niesen2013-08-19
|\ | | | | | | Added support for custom-scalars
| * Added support for custom-scalarsGravatar Pavel Holoborodko2013-09-02
| |
* | Documentation of deprecated struct. Closing bug #426.Gravatar Christoph Hertzberg2013-08-16
| |
* | Deprecate boolean sum operator (bug #426)Gravatar Christoph Hertzberg2013-08-13
|/
* Fix cost evaluation of partial reduxions -> improve performance of ↵Gravatar Gael Guennebaud2013-08-11
| | | | vectorwise/replicate expressions involving partial reduxions
* Ref<> objects must be nested by reference because they potentially store a ↵Gravatar Gael Guennebaud2013-08-11
| | | | temporary object
* Added copy constructor and assignment to DenseStorage.Gravatar Hauke Heibel2013-08-10
| | | | | Required by the standard even when its not used but elided. Added a test for DenseStorage copying and assignment.
* Added alternative C++11 detection.Gravatar Hauke Heibel2013-08-10
|
* Disabled std::log1p on Cygwin.Gravatar Hauke Heibel2013-08-10
|
* doc: Explain type of result for VectorwiseOp member functions.Gravatar Jitse Niesen2013-08-06
| | | | Prompted by a question on the forum.
* Removed errornous swap for stack storage.Gravatar Hauke Heibel2013-08-03
|
* Ensure that (potentially aligned) stack objects are passed by reference.Gravatar Hauke Heibel2013-08-02
|
* Added move support for Matrix and Array.Gravatar Hauke Heibel2013-08-02
| | | | | | Added EIGEN_HAVE_RVALUE_REFERENCES define. Added move unit tests. Removed superfluous 'inline' declarations in DenseStorage.
* Fix bug #635: add isCompressed to MappedSparseMatrix for compatibilityGravatar Gael Guennebaud2013-08-02
|
* Make Pardiso solvers non copyabeGravatar Gael Guennebaud2013-08-02
|
* Fix compilation and warning of PARDISOGravatar Gael Guennebaud2013-08-02
|
* Merged in advanpix/eigen-mp-3.2 (pull request PR-29)Gravatar Hauke Heibel2013-07-30
|\ | | | | | | Quick fix in order to be custom-scalar friendly.
* | Removed non-standard conforming (17.4.3.1.2/1) leading underscore.Gravatar Hauke Heibel2013-07-30
| |
| * Quick fix in order to be custom-scalar friendly.Gravatar Pavel Holoborodko2013-07-29
|/
* bug #502: add bool intersects() methods to AlignedBoxGravatar Sven Strothoff2013-07-28
|
* Fixed constness in Array- and MatrixWrapper.Gravatar Hauke Heibel2013-07-28
| | | | This also fixes the compilation on VC11.
* Fixed dummy_precision evaluation.Gravatar Hauke Heibel2013-07-28
|
* Fix bug in MatrixFunctions for matrices with multiple eigenvalues.Gravatar Jitse Niesen2013-07-26
| | | | | | Store indices, not eigenvalues, in clusters. Bug was introduced in changeset a3a55357db7394281c872e911f13d69aba510aec .
* Merged simple geometry asserts.Gravatar Hauke Heibel2013-07-25
|\
* \ Merge in jdh8's branch.Gravatar Jitse Niesen2013-07-21
|\ \ | | | | | | | | | | | | * Enable singular matrix power and complex exponents. * Eliminate unnecessary copying for sparse Kronecker product.
* | | Fix ICE with ICC 11Gravatar Gael Guennebaud2013-07-19
| | |
* | | Previous isFinite->hasNonFinite change was broken. After discussion let's ↵Gravatar Gael Guennebaud2013-07-18
| | | | | | | | | | | | rename it to allFinite
* | | Fix bug #326 : expose tridiagonal eigensolver to end-users through ↵Gravatar Desire NUENTSA2013-07-18
| | | | | | | | | | | | ComputeFromTridiagonal()
* | | Rename isFinite to hasNonFinite to avoid future naming collisions.Gravatar Gael Guennebaud2013-07-17
| | |
* | | Bump default branch to 3.2.90Gravatar Gael Guennebaud2013-07-17
| | |
* | | SparseLU: make COLAMDOrdering the default ordering method.Gravatar Gael Guennebaud2013-07-17
| | |
* | | IncompleteLUT should not raise an assert in compute if factorize failed.Gravatar Gael Guennebaud2013-07-17
| | |
* | | avoid unneeded const_castGravatar Desire NUENTSA2013-07-16
| | |
* | | Fix Sparse LU for matrices in non compressed modeGravatar Desire NUENTSA2013-07-16
| | |
* | | Expose InnerSizeAtCompileTime in SparseMatrixBase (it was already present in ↵Gravatar Gael Guennebaud2013-07-16
| | | | | | | | | | | | DenseBase) and simplify sparse_vector_assign_selector (this also fix a stupid warning in old gcc versions)
* | | SparseVector::assign: it is not always possible to reserve according to ↵Gravatar Gael Guennebaud2013-07-14
| | | | | | | | | | | | given non-zeros.
* | | Rationalize assignment to sparse vectorsGravatar Gael Guennebaud2013-07-13
| | |
* | | Fix various scalar type conversion warnings.Gravatar Gael Guennebaud2013-07-12
| | |
* | | Fix SparseMatrix::conservativeResize() when one dimension is nullGravatar Gael Guennebaud2013-07-12
| | |
* | | Fix constness of diagonal() and transpose() for MSVC.Gravatar Desire Nuentsa2013-07-11
| | |
* | | Remove double const qualifierGravatar Gael Guennebaud2013-07-10
| | |
* | | Add no_assignment_operator to a few classes that must not be assigned, and ↵Gravatar Gael Guennebaud2013-07-10
| | | | | | | | | | | | fix a couple of warnings.
* | | Revisit the implementation of random_default_impl for integer to make sure ↵Gravatar Gael Guennebaud2013-07-10
| | | | | | | | | | | | avoid overflows and compiler warnings.
| * | Slightly optimize atanh2.Gravatar Chen-Pang He2013-07-08
| | |
* | | Rationalize the use of Index type in iteratorsGravatar Gael Guennebaud2013-07-06
| | |
* | | ReturnByValue should not be assignable!Gravatar Gael Guennebaud2013-07-06
| | |
* | | Fix ambiguity from the origin of Index type in BlockImpl<Sparse>::InnerIteratorGravatar Gael Guennebaud2013-07-06
| | |