aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* Add support for mat(all) as an alias to mat.reshaped(mat.size(),fix<1>);Gravatar Gael Guennebaud2017-02-21
* Fallback Reshaped to MapBase when possible (same storage order and linear acc...Gravatar Gael Guennebaud2017-02-11
* Cleanup intitial reshape implementation:Gravatar Gael Guennebaud2017-01-29
* import yoco xiao's work on reshapeGravatar Gael Guennebaud2017-01-29
|\
* | MSVC 1900 release is not c++14 compatible enough for us. The 1910 update seem...Gravatar Gael Guennebaud2017-01-27
* | Revert PR-292. After further investigation, the memcpy->memmove change was on...Gravatar Rasmus Munk Larsen2017-01-26
* | Merged in ggael/eigen-flexidexing (pull request PR-294)Gravatar Gael Guennebaud2017-01-26
|\ \
| * | Fix unamed type as template argument (ok in c++11 only)Gravatar Gael Guennebaud2017-01-25
| * | Fix duplicates of array_size bewteen unsupported and CoreGravatar Gael Guennebaud2017-01-25
* | | bug #1381: fix sparse.diagonal() used as a rvalue.Gravatar Gael Guennebaud2017-01-25
* | | Update copy helper to use fast_memcpy.Gravatar Rasmus Munk Larsen2017-01-24
* | | Adds a fast memcpy function to Eigen. This takes advantage of the following:Gravatar Rasmus Munk Larsen2017-01-24
| * | Add support for std::integral_constantGravatar Gael Guennebaud2017-01-24
| * | Add test for multiple symbolsGravatar Gael Guennebaud2017-01-24
| * | Add support for "SymbolicExpr op fix<N>" in C++98/11 mode.Gravatar Gael Guennebaud2017-01-24
| * | Extended the set of arithmetic operators supported by FixedInt (-,+,*,/,%,&,|)Gravatar Gael Guennebaud2017-01-24
| * | Add internal docGravatar Gael Guennebaud2017-01-24
| * | Rename fix_t to FixedIntGravatar Gael Guennebaud2017-01-24
* | | Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_tGravatar Gael Guennebaud2017-01-23
| * | Recover compile-time size from seq(A,B) when A and B are fixed values. (c++11...Gravatar Gael Guennebaud2017-01-19
| * | Exploit fixed values in seq and reverse with C++98 compatibilityGravatar Gael Guennebaud2017-01-19
| * | Add support for fixed-value in symbolic expression, c++11 only for now.Gravatar Gael Guennebaud2017-01-19
| * | Add a Symbolic::FixedExpr helper expression to make sure the compiler fully o...Gravatar Gael Guennebaud2017-01-18
| * | Add a .reverse() member to ArithmeticSequence.Gravatar Gael Guennebaud2017-01-18
| * | Add missing operator*Gravatar Gael Guennebaud2017-01-18
| * | Add a get_runtime_value helper to deal with pointer-to-function hack,Gravatar Gael Guennebaud2017-01-17
| * | Add missing overload of get_compile_time for c++98/11Gravatar Gael Guennebaud2017-01-17
| * | Disambiguate the two versions of fix for doxygenGravatar Gael Guennebaud2017-01-17
| * | Add support for symbolic expressions as arguments of operator()Gravatar Gael Guennebaud2017-01-16
| * | typos in docGravatar Gael Guennebaud2017-01-16
| * | Introduce a variable_or_fixed<N> proxy returned by fix<N>(val) to pass both a...Gravatar Gael Guennebaud2017-01-16
| * | Introduce a EIGEN_HAS_CXX14 macroGravatar Gael Guennebaud2017-01-16
| * | Large code refactoring:Gravatar Gael Guennebaud2017-01-11
| * | Make get_compile_time compatible with variable_if_dynamicGravatar Gael Guennebaud2017-01-11
| * | Make variable_if_dynamic<T> implicitely convertible to TGravatar Gael Guennebaud2017-01-11
| * | mergeGravatar Gael Guennebaud2017-01-11
| |\ \ | |/ / |/| |
| * | Move fix and symbolic to their own file, and improve doxygen compatibilityGravatar Gael Guennebaud2017-01-11
| * | Propagate compile-time increment and strides.Gravatar Gael Guennebaud2017-01-06
| * | Initial commit to add a generic indexed-based view of matrices.Gravatar Gael Guennebaud2017-01-06
* | | MSVC 2015 has all we want about c++11 and MSVC 2017 fails on binder1st/binder2ndGravatar Gael Guennebaud2017-01-06
|/ /
* | Make sure that traits<CwiseBinaryOp>::Flags reports the correct storage order...Gravatar Gael Guennebaud2016-12-27
* | Harmless typoGravatar Gael Guennebaud2016-12-27
* | 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
* | Made sure EIGEN_HAS_C99_MATH is defined when compiling OpenCL codeGravatar Benoit Steiner2016-12-17
* | Reenabled the use of constexpr on OpenCL devicesGravatar Benoit Steiner2016-12-15
* | Clean debugging codeGravatar Gael Guennebaud2016-12-05
* | Complete rewrite of column-major-matrix * vector product to deliver higher pe...Gravatar Gael Guennebaud2016-12-03
* | typo UIntPtrGravatar Angelos Mantzaflaris2016-12-01