index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
LU
/
arch
Commit message (
Expand
)
Author
Age
*
Fix 4x4 inverse via SSE for submatrices
Gael Guennebaud
2014-07-31
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
Fix out-of-range int constant in 4x4 inverse.
Keir Mierle
2012-01-05
*
remove the use of non standard long long
Gael Guennebaud
2011-06-14
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix 4x4 SSE inversion when storage orders don't match
Gael Guennebaud
2010-08-24
*
fix inversion of 4x4 unaligned matrices
Gael Guennebaud
2010-08-24
*
email change
Gael Guennebaud
2010-06-24
*
fix compilation on 32bits systems
Gael Guennebaud
2010-02-01
*
add SSE code (from Intel) for the fast inversion of 4x4 matrices of double
Gael Guennebaud
2010-01-19
*
update the fast 4x4 SSE inversion code from more recent Intel's code
Gael Guennebaud
2010-01-19
*
suppress unused variable warnings
Gael Guennebaud
2009-12-15
*
no, this wasn't equivalent to ei_pload at all, after all!
Benoit Jacob
2009-12-15
*
Gael, who is a man of few words^Winstructions, is right, as usual.
Benoit Jacob
2009-12-15
*
*use scalar instructions, packet not needed here
Benoit Jacob
2009-12-14
*
add SSE path for Matrix4f inverse, taken from Intel except that we do a kosher
Benoit Jacob
2009-12-14