aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Collapse)AuthorAge
* 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 .
* Merge in jdh8's branch.Gravatar Jitse Niesen2013-07-21
|\ | | | | | | | | * Enable singular matrix power and complex exponents. * Eliminate unnecessary copying for sparse Kronecker product.
* | Previous isFinite->hasNonFinite change was broken. After discussion let's ↵Gravatar Gael Guennebaud2013-07-18
| | | | | | | | rename it to allFinite
* | 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
| |
* | Fix constness of diagonal() and transpose() for MSVC.Gravatar Desire Nuentsa2013-07-11
| |
* | Remove double const qualifierGravatar Gael Guennebaud2013-07-10
| |
* | 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
| |
* | ReturnByValue should not be assignable!Gravatar Gael Guennebaud2013-07-06
| |
| * Let complex power fall back to "log, scale, exp".Gravatar Chen-Pang He2013-07-05
| |
| * Remove unused declarations for MatrixPowerProduct.Gravatar Chen-Pang He2013-07-05
|/
* Add missing namespace prefix in pconjGravatar Gael Guennebaud2013-07-03
|
* doc: Mention vec=vec.head(n) in aliasing page.Gravatar Jitse Niesen2013-07-02
|
* Fix bug #554: include unistd.h before checking the presence of posix_memalign.Gravatar Gael Guennebaud2013-06-26
|
* CwiseUnaryView should not inherit no_assignment_operator!Gravatar Gael Guennebaud2013-06-24
|
* fix compilation of ArrayBase::transposeInPlaceGravatar Gael Guennebaud2013-06-24
|
* Fix bug #590: NEON Duplicate lane loadGravatar Simon Pilgrim2013-06-23
|
* Disable ASM comments on non x86 architecture and do not redfine if ↵Gravatar Gael Guennebaud2013-06-21
| | | | EIGEN_ASM_COMMENT is already defined
* Add missing using std::pow in lpNorm.Gravatar Gael Guennebaud2013-06-21
|
* bug #71: enable vectorization of diagonal products in more cases.Gravatar Gael Guennebaud2013-06-18
|
* Fix compilation issue with some compilers (when doing using Base::foo;, foo ↵Gravatar Gael Guennebaud2013-06-18
| | | | must be visible in the direct base class)
* Make psqrt works with numeric_limits<float>::minGravatar Gael Guennebaud2013-06-14
|
* Fix bug #613: psqrt was incorrect for small numbersGravatar Jeff Dean2013-06-13
|
* Remove meaningless explicit qualifierGravatar Gael Guennebaud2013-06-12
|
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
|
* Fix warning: explicitely initialize all member of IOFormatGravatar Gael Guennebaud2013-06-12
|
* Add default value for IsRepeatable in functor_traitsGravatar Gael Guennebaud2013-06-12
|
* Fix bug #583: add compile-time check that DenseIndex is signedGravatar Gael Guennebaud2013-06-10
|
* Fix bug #591: minor optimization in NEON vectorization supportGravatar Simon Pilgrim2013-06-10
|
* Simplify and generalize assign_selector logicGravatar Gael Guennebaud2013-06-10
|
* Fix bug #605: ambiguous call to std::min when calling .diagonal() on a ↵Gravatar Gael Guennebaud2013-06-10
| | | | sparse matrix with non default index type
* Fix bug #607: handle implicit transposition from sparse vector to dense vectorGravatar Gael Guennebaud2013-06-10
|
* Add missing pconj specializationsGravatar Gael Guennebaud2013-05-17
|
* Fix non const data() member in Array and Matrix wrappers.Gravatar Gael Guennebaud2013-05-16
|
* Add missing support for x.noalias() = ReturnByValue<...>Gravatar Gael Guennebaud2013-05-13
|
* document the evaluation order of the comma initializerGravatar Gael Guennebaud2013-04-19
|
* Extend internal doc of ploaddup and palignGravatar Gael Guennebaud2013-04-17
|
* Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16
|
* Fix bug #482: pass scalar value by const reference (it remained a few cases)Gravatar Gael Guennebaud2013-04-12
|
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
|
* Fix a serious bug in handmade_aligned_realloc: original data have to be ↵Gravatar Gael Guennebaud2013-04-10
| | | | moved if the alignment offset differs.
* Remove a useless variable in blueNormGravatar Gael Guennebaud2013-04-10
|
* bug #564: document the fact that minCoeff/maxCoeff members have undefined ↵Gravatar Gael Guennebaud2013-04-09
| | | | behavior if the matrix contains NaN.
* Fix bug #562: add vector-wise normalized and normalize functionsGravatar Gael Guennebaud2013-04-09
|
* Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
|
* Add missing epsilon/dummy_precision function in NumTraits<Array>Gravatar Gael Guennebaud2013-04-09
|
* Fix bug #581: remove useless piece of code is blueNormGravatar Gael Guennebaud2013-04-09
|
* Allow multiplication like binary operators to be applied on type couples ↵Gravatar Gael Guennebaud2013-03-20
| | | | supported by scalar_product_traits
* Add SSE4 min/max for integersGravatar Gael Guennebaud2013-03-20
|