This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b0f55ef85a900a130fe244a0baacd0247db0cb3b
eigen
/
Eigen
/
src
/
Core
/
util
History
Gael Guennebaud
b0f55ef85a
merge
2017-02-21 17:04:10 +01:00
..
BlasUtil.h
…
Constants.h
Add support for mat(all) as an alias to mat.reshaped(mat.size(),fix<1>);
2017-02-21 13:49:09 +01:00
DisableStupidWarnings.h
Remove MSVC warning 4127 - conditional expression is constant from the disabled list as we now have a local workaround.
2016-12-20 22:53:19 +01:00
ForwardDeclarations.h
Cleanup intitial reshape implementation:
2017-01-29 14:57:45 +01:00
IndexedViewHelper.h
Rename fix_t to FixedInt
2017-01-24 09:39:49 +01:00
IntegralConstant.h
Fix long to int conversion
2017-02-21 13:56:01 +01:00
Macros.h
Fix usage of CUDACC_VER
2017-02-20 08:16:36 +01:00
Memory.h
Revert PR-292. After further investigation, the memcpy->memmove change was only good for Haswell on older versions of glibc. Adding a switch for small sizes is perhaps useful for string copies, but also has an overhead for larger sizes, making it a poor trade-off for general memcpy.
2017-01-26 12:46:06 -08:00
Meta.h
Fall back is_integral to std::is_integral in c++11
2017-02-13 17:14:26 +01:00
MKL_support.h
…
NonMPL2.h
…
ReenableStupidWarnings.h
…
ReshapedHelper.h
Fix linking issue.
2017-02-21 16:52:22 +01:00
StaticAssert.h
…
SymbolicIndex.h
Add test for multiple symbols
2017-01-24 16:27:51 +01:00
XprHelper.h
Merged in ggael/eigen-flexidexing (pull request PR-294)
2017-01-26 08:04:23 +00:00