index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
Commit message (
Expand
)
Author
Age
*
extend documentation of *Support modules
Gael Guennebaud
2012-06-21
*
fix bug #478: RealSchur failed on a zero matrix.
Gael Guennebaud
2012-06-20
*
fix bug #477: warning with gcc 4.7
Gael Guennebaud
2012-06-20
*
prevent the allocation of the two preconditioner, only one is needed
Gael Guennebaud
2012-06-15
*
fix a warning and formatting
Gael Guennebaud
2012-06-15
*
fix a few warnings
Gael Guennebaud
2012-06-15
*
bump to 3.1.0-rc1
Gael Guennebaud
2012-06-14
*
bug #466: better fix for the race condition: this new patch add an initParall...
Gael Guennebaud
2012-06-14
*
fix bug #475: .exp() now returns +inf when overflow occurs (SSE)
Gael Guennebaud
2012-06-14
*
disable the MKL's vm*powx functions on windows
Gael Guennebaud
2012-06-14
*
simplify and clean a bit the Pastix support module
Gael Guennebaud
2012-06-12
*
fix inclusion order
Gael Guennebaud
2012-06-12
*
avoid dynamic allocation for fixed size triangular solving
Gael Guennebaud
2012-06-12
*
Fix bug #466: race condition destected by helgrind in manage_caching_sizes.
Gael Guennebaud
2012-06-08
*
workaround ICC 11.1 compilation issue
Gael Guennebaud
2012-06-08
*
fix ambiguous calls in the functors by prefixing function calls with internal::
Gael Guennebaud
2012-06-08
*
For consistency, Simplicial* now factorizes P A P^-1 (instead of P^-1 A P).
Gael Guennebaud
2012-06-07
*
fix documentaion of twistedBy
Gael Guennebaud
2012-06-07
*
bump to beta1
Gael Guennebaud
2012-06-06
*
fix installation path
Gael Guennebaud
2012-06-06
*
Fix stopping criteria of CG
Gael Guennebaud
2012-06-06
*
fix umfpack for row-major
Gael Guennebaud
2012-06-06
*
Fix bug #454: allow Block/Map objects for solving with SuperLU
Gael Guennebaud
2012-06-06
*
Fixed RVCT 3.1 compiler errors.
williami
2012-06-04
*
CholmodDecomposition now has explicit variants. These variants will allow to ...
Gael Guennebaud
2012-06-04
*
make Simplicial* non-copyable, and fix return type of Simplicial*::compute()
Gael Guennebaud
2012-06-04
*
add a noncopyable base class for decompositions
Gael Guennebaud
2012-06-04
*
Fix bug #468: generalize UmfPack support to accept any input at the cost of a...
Gael Guennebaud
2012-06-01
*
SimplicialCholesky: avoid multiple twisting of the same matrix when calling c...
Gael Guennebaud
2012-06-01
*
ARM NEON supports multiply-accumulate instruction vmla, use that in pmadd().
kmargar
2012-05-28
*
bug #455: add support for c++11 in aligned_allocator
Gael Guennebaud
2012-05-03
*
Define NoChange as enum constant (bug #450).
Jitse Niesen
2012-04-29
*
fix more warnings in MKL support
Gael Guennebaud
2012-04-18
*
Fix infinite recursion in ProductBase::coeff() (bug #447)
Jitse Niesen
2012-04-18
*
cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ...
Gael Guennebaud
2012-04-18
*
remove debug output
Gael Guennebaud
2012-04-17
*
Remove unused file EigenvaluesCommon.h
Jitse Niesen
2012-04-16
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
remove an extra ';' and suppress a 'variable used before its value is set' wa...
Gael Guennebaud
2012-04-11
*
suppress extra ',' and ';'
Gael Guennebaud
2012-04-10
*
fix compilation of "somedensematrix.llt().matrixL().transpose()" (missing con...
Gael Guennebaud
2012-04-10
*
Replicate now makes use of the cost model to evaluate its nested expression
Gael Guennebaud
2012-04-06
*
fix bug #362 and add missing specialization for affine-compact * projective
Gael Guennebaud
2012-03-30
*
fix compilation with ICC
Gael Guennebaud
2012-03-30
*
Add private copy constructors to sparse solvers backends
Desire NUENTSA
2012-03-29
*
modify the unit tests of sparse linear solvers to enable tests on real matri...
Desire NUENTSA
2012-03-29
*
add missing forward declaration
Gael Guennebaud
2012-03-29
*
add sparse * permutation products with assiciated unit tests
Gael Guennebaud
2012-03-29
*
add sparse-selfadjoint to sparse-selfadjoint assignment operators
Gael Guennebaud
2012-03-29
*
fix bug #439: add Quaternion::FromTwoVectors() static constructor
Gael Guennebaud
2012-03-26
[next]