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
1b98b7347248b959a76157a1da16ce70253fb597
eigen
/
Eigen
/
src
/
Core
/
util
History
Benoit Jacob
1b98b73472
Refactor force-inlining macros and use EIGEN_ALWAYS_INLINE to force inlining of the integer overflow helpers, whose non-inlining caused major performance problems, see the mailing list thread 'Significant perf regression probably due to bug
#363
patches'
2011-11-06 16:27: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
add the possibility to specialize assign_impl and still call the default implementations.
2011-08-18 10:19:25 +02:00
DisableStupidWarnings.h
disable ICC 12 warning 279 - controlling expression is constant
2011-03-06 19:06:44 -05:00
ForwardDeclarations.h
Implement matrix logarithm + test + docs.
2011-06-07 14:44:43 +01:00
Macros.h
Refactor force-inlining macros and use EIGEN_ALWAYS_INLINE to force inlining of the integer overflow helpers, whose non-inlining caused major performance problems, see the mailing list thread 'Significant perf regression probably due to bug
#363
patches'
2011-11-06 16:27:41 -05:00
Memory.h
Refactor force-inlining macros and use EIGEN_ALWAYS_INLINE to force inlining of the integer overflow helpers, whose non-inlining caused major performance problems, see the mailing list thread 'Significant perf regression probably due to bug
#363
patches'
2011-11-06 16:27:41 -05:00
Meta.h
add is_const
2010-12-01 09:22:54 -05:00
ReenableStupidWarnings.h
shut up a stupid clang 2.8 warning
2011-02-27 20:18:03 -05:00
StaticAssert.h
In the Matrix constructor taking (rows, cols), statically assert that the types are integer.
2011-11-05 23:56:48 -04:00
XprHelper.h
Removed internal::as_argument. This fixes the alignment issues of bug
#165
.
2011-02-06 17:33:04 +01:00