aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Collapse)AuthorAge
* Cleaning in BDCSVD (formating, handling of transpose case, remove some for ↵Gravatar Gael Guennebaud2014-09-03
| | | | loops)
* Disable solve_ret_val like mechanism with evaluator enabledGravatar Gael Guennebaud2014-09-01
|
* Factorize *SVD::solve to SVDBaseGravatar Gael Guennebaud2014-09-01
|
* merge with default branchGravatar Gael Guennebaud2014-09-01
|\
| * Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class ↵Gravatar Gael Guennebaud2014-09-01
| | | | | | | | to Eigen/SVD, rm copy/pasted JacobiSVD.h file
| * Fix regression is sparse-sparse productGravatar Gael Guennebaud2014-09-01
| |
* | Factorize solveWithGuess in IterativeSolverBaseGravatar Gael Guennebaud2014-09-01
| |
* | Make IncompleteLUT use SparseSolverBase.Gravatar Gael Guennebaud2014-09-01
| |
* | Fix usage of m_isInitialized in SparseLU and Pastix support.Gravatar Gael Guennebaud2014-09-01
| |
* | Fix regression in sparse-sparse productGravatar Gael Guennebaud2014-09-01
| |
* | Fix Cholmod support without evaluatorsGravatar Gael Guennebaud2014-09-01
| |
* | Fix sparse matrix times sparse vector.Gravatar Gael Guennebaud2014-09-01
| |
* | Refactoring of sparse solvers through a SparseSolverBase class and usage of ↵Gravatar Gael Guennebaud2014-09-01
| | | | | | | | the Solve<> expression. Introduce a SolveWithGuess expression on top of Solve.
* | Implement the missing bits to make Solve compatible with sparse rhsGravatar Gael Guennebaud2014-09-01
| |
* | Fix compilation in legacy modeGravatar Gael Guennebaud2014-09-01
| |
| * bug #871: fix compilation on ARM/Neon regarding __has_builtin usageGravatar Gael Guennebaud2014-09-01
| |
* | mergeGravatar Gael Guennebaud2014-08-29
|\ \
* \ \ merge default branchGravatar Gael Guennebaud2014-08-29
|\ \ \ | | |/ | |/|
* | | undef Unsable macroGravatar Gael Guennebaud2014-08-29
| | |
| * | Optimization in sparse-sparse matrix products for small onesGravatar Gael Guennebaud2014-08-29
| | |
| * | Fix SparseVector::coeffRef(i,j) and add missing SparseVector::insert*UnorderedGravatar Gael Guennebaud2014-08-29
| | |
| * | In sparse matrix product, enable sorted insertion when doing two ↵Gravatar Gael Guennebaud2014-08-29
| | | | | | | | | | | | transposition is defenitely not optimal.
| * | In SparseQR, calling factorize() without analyzePattern() was broken.Gravatar Gael Guennebaud2014-08-26
| | |
| * | bug #857: workaround MSVC compilation issue.Gravatar Gael Guennebaud2014-08-26
| | |
| * | bug #861: enable posix_memalign with PGIGravatar Gael Guennebaud2014-08-26
| | |
| * | Do not apply the preconditioner before starting the iterations as this might ↵Gravatar Gael Guennebaud2014-08-21
| | | | | | | | | | | | destroy a very good initial guess.
| * | bug #854: fix numerical issue in SelfAdjointEigenSolver::computeDirect for ↵Gravatar Gael Guennebaud2014-08-21
| | | | | | | | | | | | | | | | | | 3x3 matrices. The tolerance to detect stable cross products was too optimistic. Add respective unit tests.
| * | Fix uninitialized variable warning in SparseQRGravatar Vladimir Chalupecky2014-08-20
| | |
| * | Fix bug #850: workaround MSVC 2008 weird compilation bugGravatar Gael Guennebaud2014-08-02
| | |
| | * Optimize reduxions for HomogeneousGravatar Gael Guennebaud2014-08-01
| | |
| | * Fix nesting of Homogenous evaluatorGravatar Gael Guennebaud2014-08-01
| |/ |/|
* | Fix various small issues detected by gccGravatar Gael Guennebaud2014-08-01
| |
* | Make assignment from general EigenBase object call evaluator, and support ↵Gravatar Gael Guennebaud2014-08-01
| | | | | | | | dense X= sparse
| * Fix more typos in Ref.h (doc).Gravatar Benjamin Chrétien2014-08-01
| |
| * Fix typos in Ref.h (doc).Gravatar Benjamin Chrétien2014-08-01
| |
* | Fix numerous nested versus nested_eval shortcomingsGravatar Gael Guennebaud2014-08-01
| |
* | Make cross product uses nested/nested_evalGravatar Gael Guennebaud2014-08-01
| |
| * Fix typo in PermutationMatrix (doc).Gravatar Benjamin Chrétien2014-08-01
| |
* | Fix 4x4 inverse via SSE for submatricesGravatar Gael Guennebaud2014-07-31
| |
* | Make minimal changes to make homogenous compatible with evaluatorsGravatar Gael Guennebaud2014-07-31
| |
* | Make Transform exposes sizes: Dim+1 x Dim+1 for projective transform, and ↵Gravatar Gael Guennebaud2014-07-31
| | | | | | | | Dim x Dim+1 for all others
* | Call product_generic_impl by default, and remove lot of boilerplate codeGravatar Gael Guennebaud2014-07-31
| |
* | Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
| |
* | Various minor fixesGravatar Gael Guennebaud2014-07-30
| |
| * add missing delete operator overloadsGravatar Gael Guennebaud2014-07-30
| |
| * Simplification of some Altivec constants, reuse existing constants and avoid ↵Gravatar Konstantinos Margaritis2014-07-22
| | | | | | | | loading from RAM esp in the case of p16uc_COMPLEX_TRANSPOSE*
| * Ambiguous call fixes for clang.Gravatar Gael Guennebaud2014-07-22
| |
| * Workaround ambiguous call of init1 with MSVC.Gravatar Gael Guennebaud2014-07-22
| |
| * Extend fixed-size ctor unit test and fix conversion warning.Gravatar Gael Guennebaud2014-07-22
| |
* | Fix max sizes at compile time of DiagonalWrapperGravatar Gael Guennebaud2014-07-22
| |