aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Collapse)AuthorAge
...
* | 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.
| * Add nvcc support for small eigenvalues decompositions and workaround lack of ↵Gravatar Gael Guennebaud2013-08-01
| | | | | | | | support for std::swap and std::numeric_limits
| * Extend support for nvcc to Array objects and wrappersGravatar Gael Guennebaud2013-07-31
| |
* | Fixed constness in Array- and MatrixWrapper.Gravatar Hauke Heibel2013-07-28
| | | | | | | | This also fixes the compilation on VC11.
* | 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
| | |
| | * merge with main branchGravatar 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
| |
| * Workarounf nvcc not being able to find RowMajor when declaring a Matrix<...> ↵Gravatar Gael Guennebaud2013-06-25
| | | | | | | | inside another namespace.
* | 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 nvcc support for normalize, initializers, and fuzzy comparisonsGravatar Gael Guennebaud2013-06-05
| |