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
2fb5567e084899e31d57d006f1da5aee35e7c322
eigen
/
Eigen
/
src
/
Core
/
util
History
Benoit Jacob
c58a2ff03a
add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in our own CMakeLists. also add a include-guard-like mechanism to prevent doing unmatched #pragma warning push/pop.
2011-02-22 10:05:41 -05:00
..
BlasUtil.h
now gemv supports strides
2011-01-30 08:17:46 +01:00
CMakeLists.txt
Add COMPONENT Devel
2009-02-23 07:50:56 +00:00
Constants.h
Write topic page for storage orders.
2011-02-12 17:43:29 +00:00
DisableStupidWarnings.h
add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in our own CMakeLists. also add a include-guard-like mechanism to prevent doing unmatched #pragma warning push/pop.
2011-02-22 10:05:41 -05:00
ForwardDeclarations.h
for consistency forward declare tan, asin, acos functors
2011-02-17 18:23:04 +01:00
Macros.h
ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compiler
2011-02-22 09:32:39 -05:00
Memory.h
fix memory leak (when conservatively resizing vectors of dynamically allocated scalar types such as bugnums)
2011-02-07 19:52:16 +01:00
Meta.h
add is_const
2010-12-01 09:22:54 -05:00
ReenableStupidWarnings.h
add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in our own CMakeLists. also add a include-guard-like mechanism to prevent doing unmatched #pragma warning push/pop.
2011-02-22 10:05:41 -05:00
StaticAssert.h
fix EIGEN_STATIC_ASSERT_LVALUE (fix found by failtests)
2011-02-06 11:56:33 -05:00
XprHelper.h
Removed internal::as_argument. This fixes the alignment issues of bug
#165
.
2011-02-06 17:33:04 +01:00