aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Add doc to seq, seqN, ArithmeticSequence, operator(), etc.Gravatar Gael Guennebaud2017-01-10
* Factorize const and non-const version of the generic operator() method.Gravatar Gael Guennebaud2017-01-10
* add writeable IndexedViewGravatar Gael Guennebaud2017-01-10
* Simplify Symbolic API: std::tuple is now used internally and automatically bu...Gravatar Gael Guennebaud2017-01-10
* Simplify symbolic API by using "symbol=value" to associate a runtime value to...Gravatar Gael Guennebaud2017-01-10
* Fix linking issue.Gravatar Gael Guennebaud2017-01-10
* Fix ambiguous callGravatar Gael Guennebaud2017-01-10
* Fix linking issueGravatar Gael Guennebaud2017-01-10
* Add doc for IndexedViewGravatar Gael Guennebaud2017-01-10
* Fallback to Block<> when possible (Index, all, seq with > increment).Gravatar Gael Guennebaud2017-01-10
* Add a more generic evaluation mechanism and minimalistic doc.Gravatar Gael Guennebaud2017-01-10
* Cleanup Eigen's namespaceGravatar Gael Guennebaud2017-01-10
* Refactoring: move all symbolic stuff into its own namespaceGravatar Gael Guennebaud2017-01-10
* Move 'last' and 'end' to their own namespaceGravatar Gael Guennebaud2017-01-10
* Implement c++98 version of seq()Gravatar Gael Guennebaud2017-01-10
* Isolate legacy code (we keep it for performance comparison purpose)Gravatar Gael Guennebaud2017-01-10
* Add a minimalistic symbolic scalar type with expression template and make use...Gravatar Gael Guennebaud2017-01-09
* Rename span/range to seqN/seqGravatar Gael Guennebaud2017-01-09
* Fix extraction of compile-time size of std::array with gccGravatar Gael Guennebaud2017-01-06
* Add support for plain arrays for columns and both rows/columnsGravatar Gael Guennebaud2017-01-06
* Propagate compile-time size for plain arraysGravatar Gael Guennebaud2017-01-06
* Add support for plain-array as indices, e.g., mat({1,2,3,4})Gravatar Gael Guennebaud2017-01-06
* Propagate compile-time increment and strides.Gravatar Gael Guennebaud2017-01-06
* Propagate compile-time size with "all" and add c++11 array unit testGravatar Gael Guennebaud2017-01-06
* Use "fix" for compile-time values, propagate compile-time sizes for span, cle...Gravatar Gael Guennebaud2017-01-06
* Initial commit to add a generic indexed-based view of matrices.Gravatar Gael Guennebaud2017-01-06
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
* bug #1336: workaround doxygen failing to include numerous members of MatriBas...Gravatar Gael Guennebaud2017-01-04
* Document selfadjointViewGravatar Gael Guennebaud2017-01-04
* Added += and + operators to inner iteratorsGravatar Valentin Roussellet2016-12-28
* Move common cwise-unary method from MatrixBase/ArrayBase to the common DenseB...Gravatar Gael Guennebaud2017-01-02
* bug #1365: fix another type mismatch warningGravatar Gael Guennebaud2016-12-28
* bug #1369: fix type mismatch warning.Gravatar Gael Guennebaud2016-12-28
* Make sure that traits<CwiseBinaryOp>::Flags reports the correct storage order...Gravatar Gael Guennebaud2016-12-27
* Harmless typoGravatar Gael Guennebaud2016-12-27
* Avoid using horizontal adds since they're not very efficient.Gravatar Benoit Steiner2016-12-21
* Use native AVX512 types instead of Eigen Packets whenever possible.Gravatar Benoit Steiner2016-12-21
* Remove superfluous const's (can cause warnings on some Intel compilers)Gravatar Angelos Mantzaflaris2016-12-07
* Remove MSVC warning 4127 - conditional expression is constant from the disabl...Gravatar Gael Guennebaud2016-12-20
* bug #1362: workaround constant conditional warning produced by MSVCGravatar Gael Guennebaud2016-12-20
* Fix bug #1367: compilation fix for gcc 4.1!Gravatar Gael Guennebaud2016-12-20
* Add transpose, adjoint, conjugate methods to SelfAdjointView (useful to write...Gravatar Gael Guennebaud2016-12-20
* Optimize storage layout of Cwise* and PlainObjectBase evaluator to remove the...Gravatar Gael Guennebaud2016-12-20
* Remove common "noncopyable" base class from evaluator_base to get a chance to...Gravatar Gael Guennebaud2016-12-20
* Clean-up usage of ExpressionTraits in all/any implementation.Gravatar Gael Guennebaud2016-12-20
* Fixed compilation errors with gcc6 when compiling the AVX512 intrinsicsGravatar Benoit Steiner2016-12-19
* Use 32 registers on ARM64Gravatar Benoit Jacob2016-12-19
* bug #1360: fix sign issue with pmull on altivecGravatar Gael Guennebaud2016-12-18
* Fix unused warningGravatar Gael Guennebaud2016-12-18
* Made sure EIGEN_HAS_C99_MATH is defined when compiling OpenCL codeGravatar Benoit Steiner2016-12-17