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
Commit message (
Expand
)
Author
Age
...
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Fix numerous nested versus nested_eval shortcomings
Gael Guennebaud
2014-08-01
*
Fix 4x4 inverse via SSE for submatrices
Gael Guennebaud
2014-07-31
*
merge with default branch
Gael Guennebaud
2014-07-18
|
\
|
*
bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...
Gael Guennebaud
2014-07-17
*
|
merge with default branch
Gael Guennebaud
2014-07-02
|
\
|
|
*
Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...
Christoph Hertzberg
2014-07-01
*
|
merge with default branch
Gael Guennebaud
2014-06-20
|
\
|
|
*
Fix doc'n of FullPivLU re permutation matrices (bug #815).
Jitse Niesen
2014-05-31
*
|
Migrate JacobiSVD to Solver
Gael Guennebaud
2014-03-11
*
|
Fix CoeffReadCost issues
Gael Guennebaud
2014-03-11
*
|
Split LU/Inverse.h to Core/Inverse.h for the generic Inverse expression, and ...
Gael Guennebaud
2014-02-24
*
|
Hide some deprecated classes.
Gael Guennebaud
2014-02-24
*
|
Generalize evaluator<Inverse<>> such that there is no need to specialize it
Gael Guennebaud
2014-02-21
*
|
Port LU module to evaluators (except image() and kernel())
Gael Guennebaud
2014-02-20
*
|
Add general Inverse<> expression with evaluator
Gael Guennebaud
2014-02-20
|
/
*
merge with main branch
Gael Guennebaud
2013-07-17
|
\
|
*
Fix documentation typo
Rhys Ulerich
2013-06-17
*
|
merge with default branch
Gael Guennebaud
2013-04-19
|
\
|
|
*
Fix a couple of int versus Index issues.
Gael Guennebaud
2013-04-09
|
*
Add assertion on the input matrix size in factorizations relying on permutati...
Gael Guennebaud
2013-02-26
*
|
Add support for NVCC5: most of the Core and part of LU are callable from CUDA...
Gael Guennebaud
2013-02-07
|
*
Replace assert() by eigen_assert() (fixes bug #548).
Jitse Niesen
2013-02-02
|
/
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
Manual MPL2 relicensing fixes
Benoit Jacob
2012-07-13
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix more warnings in MKL support
Gael Guennebaud
2012-04-18
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix several const qualifier issues: double ones, meaningless ones, some missi...
Gael Guennebaud
2012-02-03
*
add missing return *this
Gael Guennebaud
2012-01-31
*
Fix out-of-range int constant in 4x4 inverse.
Keir Mierle
2012-01-05
*
Intel(R) MKL support added.
karturov
2011-12-05
*
stop fill pivoting LU only if the pivot is exactly 0
Gael Guennebaud
2011-11-22
*
protect calls to min and max with parentheses to make Eigen compatible with d...
Gael Guennebaud
2011-07-21
*
remove the use of non standard long long
Gael Guennebaud
2011-06-14
*
clean a bit previous patch (ctor vs static_cast and a few bits)
Gael Guennebaud
2011-05-23
*
fix implicit scalar conversions (needed to support fancy scalar types, see bu...
David H. Bailey
2011-05-23
*
merge
Gael Guennebaud
2011-01-26
|
\
*
|
extend PermutationMatrix and Transpositions to support arbitrary interger typ...
Gael Guennebaud
2011-01-26
|
*
eigen2: pass lu test
Benoit Jacob
2011-01-25
|
/
*
do not stop the factorization if one pivot is exactly 0, and return the
Gael Guennebaud
2011-01-17
*
Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...
Hauke Heibel
2010-10-26
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
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
*
add support for determinant on empty matrix
Gael Guennebaud
2010-07-19
*
shut one more warning
Thomas Capricelli
2010-07-01
*
email change
Gael Guennebaud
2010-06-24
*
rename:
Benoit Jacob
2010-06-14
[prev]
[next]