aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Collapse)AuthorAge
* fix a warning and formattingGravatar Gael Guennebaud2012-06-15
|
* fix a few warningsGravatar Gael Guennebaud2012-06-15
|
* bump to 3.1.0-rc1Gravatar Gael Guennebaud2012-06-14
|
* bug #466: better fix for the race condition: this new patch add an ↵Gravatar Gael Guennebaud2012-06-14
| | | | | | | initParallel() function which must be called at the initialization time of any multi-threaded application calling Eigen from multiple threads.
* fix bug #475: .exp() now returns +inf when overflow occurs (SSE)Gravatar Gael Guennebaud2012-06-14
|
* disable the MKL's vm*powx functions on windowsGravatar Gael Guennebaud2012-06-14
|
* simplify and clean a bit the Pastix support moduleGravatar Gael Guennebaud2012-06-12
|
* fix inclusion orderGravatar Gael Guennebaud2012-06-12
|
* avoid dynamic allocation for fixed size triangular solvingGravatar Gael Guennebaud2012-06-12
|
* Fix bug #466: race condition destected by helgrind in manage_caching_sizes.Gravatar Gael Guennebaud2012-06-08
| | | | After all, the solution based on threadprivate is not that costly.
* workaround ICC 11.1 compilation issueGravatar Gael Guennebaud2012-06-08
|
* fix ambiguous calls in the functors by prefixing function calls with internal::Gravatar Gael Guennebaud2012-06-08
|
* For consistency, Simplicial* now factorizes P A P^-1 (instead of P^-1 A P).Gravatar Gael Guennebaud2012-06-07
| | | | Document how is applied the permutation in Simplicial* .
* fix documentaion of twistedByGravatar Gael Guennebaud2012-06-07
|
* bump to beta1Gravatar Gael Guennebaud2012-06-06
|
* fix installation pathGravatar Gael Guennebaud2012-06-06
|
* Fix stopping criteria of CGGravatar Gael Guennebaud2012-06-06
|
* fix umfpack for row-majorGravatar Gael Guennebaud2012-06-06
|
* Fix bug #454: allow Block/Map objects for solving with SuperLUGravatar Gael Guennebaud2012-06-06
|
* Fixed RVCT 3.1 compiler errors.Gravatar williami2012-06-04
|
* CholmodDecomposition now has explicit variants. These variants will allow to ↵Gravatar Gael Guennebaud2012-06-04
| | | | provide access to the underlying factors.
* make Simplicial* non-copyable, and fix return type of Simplicial*::compute()Gravatar Gael Guennebaud2012-06-04
|
* add a noncopyable base class for decompositionsGravatar Gael Guennebaud2012-06-04
|
* Fix bug #468: generalize UmfPack support to accept any input at the cost of ↵Gravatar Gael Guennebaud2012-06-01
| | | | an implicit copy.
* SimplicialCholesky: avoid multiple twisting of the same matrix when calling ↵Gravatar Gael Guennebaud2012-06-01
| | | | compute()
* ARM NEON supports multiply-accumulate instruction vmla, use that in pmadd().Gravatar kmargar2012-05-28
|
* bug #455: add support for c++11 in aligned_allocatorGravatar Gael Guennebaud2012-05-03
|
* Define NoChange as enum constant (bug #450).Gravatar Jitse Niesen2012-04-29
| | | | This gets rid of some warnings on Intel Composer XE, apparently.
* fix more warnings in MKL supportGravatar Gael Guennebaud2012-04-18
|
* Fix infinite recursion in ProductBase::coeff() (bug #447)Gravatar Jitse Niesen2012-04-18
| | | | | Triggered by product of dynamic-size 1 x n and n x 1 matrices. Also, add regression test.
* cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ↵Gravatar Gael Guennebaud2012-04-18
| | | | MarketIO needs iostream
* remove debug outputGravatar Gael Guennebaud2012-04-17
|
* Remove unused file EigenvaluesCommon.hGravatar Jitse Niesen2012-04-16
|
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* remove an extra ';' and suppress a 'variable used before its value is set' ↵Gravatar Gael Guennebaud2012-04-11
| | | | warning
* suppress extra ',' and ';'Gravatar Gael Guennebaud2012-04-10
|
* fix compilation of "somedensematrix.llt().matrixL().transpose()" (missing ↵Gravatar Gael Guennebaud2012-04-10
| | | | constness on the return types)
* Replicate now makes use of the cost model to evaluate its nested expressionGravatar Gael Guennebaud2012-04-06
|
* fix bug #362 and add missing specialization for affine-compact * projectiveGravatar Gael Guennebaud2012-03-30
|
* fix compilation with ICCGravatar Gael Guennebaud2012-03-30
|
* Add private copy constructors to sparse solvers backendsGravatar Desire NUENTSA2012-03-29
|
* modify the unit tests of sparse linear solvers to enable tests on real ↵Gravatar Desire NUENTSA2012-03-29
| | | | matrices, from MatrixMarket for instance
* add missing forward declarationGravatar Gael Guennebaud2012-03-29
|
* add sparse * permutation products with assiciated unit testsGravatar Gael Guennebaud2012-03-29
|
* add sparse-selfadjoint to sparse-selfadjoint assignment operatorsGravatar Gael Guennebaud2012-03-29
| | | | (no need to use .twistedBy(I) anymore)
* fix bug #439: add Quaternion::FromTwoVectors() static constructorGravatar Gael Guennebaud2012-03-26
|
* Add simple API to set Pastix parametersGravatar Desire NUENTSA2012-03-22
|
* workaround stupid gcc 4.7 warningGravatar Gael Guennebaud2012-03-22
|
* s/__SSE3__/EIGEN_VECTORIZE_SSE3Gravatar Gael Guennebaud2012-03-21
|
* Add some documentation to existing methods in the Householder module.Gravatar Kolja Brix2012-03-08
|