aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
* Fix bug #733: step by step solving is not a good example for solveWithGuessGravatar Jan Blechta2015-02-10
|
* typoGravatar Gael Guennebaud2015-02-10
|
* Allows Lower|Upper as a template argument of CG and MINRES: in this case the ↵Gravatar Gael Guennebaud2015-02-10
| | | | full matrix will be considered.
* bug #897: Update unsupported iterative solvers based on IterativeSolverBased.Gravatar Gael Guennebaud2015-02-10
|
* Using numext::pow instead of std::pow in poly_eval function.Gravatar Filippo Basso2015-02-04
|
* Free functions should only be declared as static in separate compilation unitsGravatar Christoph Hertzberg2014-12-12
| | | | | (grafted from d85abc89c5782eebe2b0f2c920d6c495b4dcc091 )
* bug #876: remove usage of atanh2 in matrix powerGravatar Gael Guennebaud2014-12-08
|
* bug #876, matrix_log_compute_2x2: directly use logp1 instead of atanh2Gravatar Gael Guennebaud2014-12-08
|
* Merged in infinitei/eigen-opengl-fixes (pull request PR-90)Gravatar Gael Guennebaud2014-12-05
|\ | | | | | | Adding missing OPENGL_LIBRARIES for openglsupport test.
* | Fix GL support wrt evaluatorsGravatar Gael Guennebaud2014-12-04
| |
| * Adding missing OPENGL_LIBRARIES for openglsupport test. Also adding OpenGL ↵Gravatar Abhijit Kundu2014-12-04
|/ | | | include directories as a better pratice even though these are system include directories in most systems.
* Move D&C SVD to official SVD module.Gravatar Gael Guennebaud2014-10-29
|
* BDCSVD: fix CMake install (missing separator).Gravatar Benjamin Chrétien2014-10-24
|
* Removed weird self assignment.Gravatar Christoph Hertzberg2014-10-24
|
* bug #701: workaround (min) and (max) blocking ADL by introducing ↵Gravatar Gael Guennebaud2014-10-20
| | | | numext::mini and numext::maxi internal functions and a EIGEN_NOT_A_MACRO macro.
* Fix D&C SVD wrt zero matricesGravatar Gael Guennebaud2014-10-17
|
* D&C SVD: fix some numerical issues by truly skipping deflated singular ↵Gravatar Gael Guennebaud2014-10-15
| | | | values when computing them
* D&C SVD: fix deflation of repeated singular values, fix sorting of singular ↵Gravatar Gael Guennebaud2014-10-15
| | | | values, fix case of complete deflation
* Various numerical fixes in D&C SVD: I cannot make it fail with double, but ↵Gravatar Gael Guennebaud2014-10-09
| | | | still need to tune for single precision, and carefully test with duplicated singular values
* Workaround MSVC issue.Gravatar Gael Guennebaud2014-10-07
|
* Fix missing outer() member in DynamicSparseMatrixGravatar Gael Guennebaud2014-10-07
|
* D&C SVD: add scaling to avoid overflow, fix handling of fixed size matricesGravatar Gael Guennebaud2014-10-06
|
* Missing outerStride in AlignedVector3 resulted in infinite recursionGravatar Christoph Hertzberg2014-09-30
|
* Let KroneckerProduct exploits the recently introduced generic InnerIterator ↵Gravatar Gael Guennebaud2014-09-29
| | | | class.
* Correcting the ReturnType in traits<KroneckerProduct<>> to include the ↵Gravatar Georg Drenkhahn2014-09-21
| | | | | | | correct Index type. Fixed mixup of types Rhs::Index and Lhs:Index in various loop variables. Added explicit type conversion for arithmetic expressions which may return a wider type.
* Fixed compiler warning on implicit integer conversion by separating index ↵Gravatar Georg Drenkhahn2014-09-20
| | | | type for matrix and permutation matrix which may not be equal.
* Fixed warning on implicit integer conversion in test case code by using type ↵Gravatar Georg Drenkhahn2014-09-20
| | | | VectorXd::Index instead of int.
* Many improvements in Divide&Conquer SVD:Gravatar Gael Guennebaud2014-09-22
| | | | | | - Fix many numerical issues, in particular regarding deflation. - Add heavy debugging output to help track numerical issues (there are still fews) - Make use of Eiegn's apply-inplane-rotation feature.
* Unify unit test for BDC and Jacobi SVD. This reveals some numerical issues ↵Gravatar Gael Guennebaud2014-09-19
| | | | in BDCSVD.
* Fix inner-stride of AlignedVector3Gravatar Gael Guennebaud2014-09-18
|
* Update KroneckerProduct wrt evaluator changesGravatar Gael Guennebaud2014-09-18
|
* Make MatrixFunction use nested_eval instead of nestedGravatar Gael Guennebaud2014-09-18
|
* Add evaluator for the experimental AlignedVector3Gravatar Gael Guennebaud2014-09-18
|
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
|
* merge with default branchGravatar Gael Guennebaud2014-09-14
|\
* | Exploit sparse structure in naiveU and naiveV when updating them.Gravatar Gael Guennebaud2014-09-05
| |
* | Apply Householder U and V in-place.Gravatar Gael Guennebaud2014-09-04
| |
* | Cleaning in BDCSVD (formating, handling of transpose case, remove some for ↵Gravatar Gael Guennebaud2014-09-03
| | | | | | | | loops)
* | Clean bdcsvdGravatar Gael Guennebaud2014-09-02
| |
* | Factorize *SVD::solve to SVDBaseGravatar Gael Guennebaud2014-09-01
| |
* | merge with default branchGravatar Gael Guennebaud2014-09-01
|\ \
* | | Disable a few unit tests in unsupportedGravatar Gael Guennebaud2014-09-01
| | |
* | | Fix remaining garbage during a merge.Gravatar Gael Guennebaud2014-09-01
| | |
* | | Fix Kronecker product in legacy mode.Gravatar Gael Guennebaud2014-09-01
| | |
* | | Make unsupport sparse solvers use SparseSolverBaseGravatar Gael Guennebaud2014-09-01
| | |
* | | Add evaluator for DynamicSparseMatrixGravatar Gael Guennebaud2014-09-01
| | |
* | | merge default branchGravatar Gael Guennebaud2014-08-29
|\ \ \
| | | * Doc: difference between array and matrix cosine etc (bug #830)Gravatar Jitse Niesen2014-09-06
| | | |
| | | * Update reference value for testNistLanczos1 testGravatar Gael Guennebaud2014-09-02
| | | |
| | | * Remove LM::sqrt_() member function in favor of a shortcut for sqrt(epsilon())Gravatar Gael Guennebaud2014-09-02
| | | |