aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | * First time it compiles, but fails to pass the tests.Gravatar Konstantinos Margaritis2014-09-09
* | | Fix compilation of coeff(Index) on sub-inner-panelsGravatar Gael Guennebaud2014-09-08
* | | Exploit sparse structure in naiveU and naiveV when updating them.Gravatar Gael Guennebaud2014-09-05
* | | Oops, a block size of 1 is not very useful, set it to 48 as in HouseholderQRGravatar Gael Guennebaud2014-09-05
* | | Apply Householder U and V in-place.Gravatar Gael Guennebaud2014-09-04
* | | Optimization: enable cache-efficient application of HouseholderSequence.Gravatar Gael Guennebaud2014-09-04
* | | Disable a test which had never worked without evalautorsGravatar Gael Guennebaud2014-09-03
* | | Cleaning in BDCSVD (formating, handling of transpose case, remove some for lo...Gravatar Gael Guennebaud2014-09-03
* | | Clean bdcsvdGravatar Gael Guennebaud2014-09-02
* | | 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
|\ \ \
* | | | 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
* | | | 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 t...Gravatar Gael Guennebaud2014-09-01
* | | | Implement the missing bits to make Solve compatible with sparse rhsGravatar Gael Guennebaud2014-09-01
* | | | Fix compilation in legacy modeGravatar Gael Guennebaud2014-09-01
| | | * Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
* | | | mergeGravatar Gael Guennebaud2014-08-29
|\ \ \ \
* | | | | Enable evaluators by defaultGravatar Gael Guennebaud2014-08-29
* | | | | merge default branchGravatar Gael Guennebaud2014-08-29
|\ \ \ \ \
* | | | | | undef Unsable macroGravatar Gael Guennebaud2014-08-29
| | | | * | Fix bug #852: define Traits type in general_matrix_matrix_product when EIGEN_...Gravatar Kevin Locke2014-08-08
| | | | * | Update bench_norm utilityGravatar Gael Guennebaud2014-09-11
| | | | * | Improve further the accuracy of JacobiSVD wrt under/overflow while improving ...Gravatar Gael Guennebaud2014-09-10
| | | | * | mat/=scalar was transformed into mat*=(1/scalar) thus laking accuracy. This w...Gravatar Gael Guennebaud2014-09-10
| | | | * | Add one more regression test for bug #791.Gravatar Gael Guennebaud2014-09-10
| | | | * | Fix bug #791: infinite loop in JacobiSVD in the presence of NaN.Gravatar Gael Guennebaud2014-09-10
| | | | * | ArrayWrapper and MatrixWrapper classes should not be nested by reference.Gravatar Gael Guennebaud2014-09-10
| | | | * | fix for MKL_BLAS not defined in MKL 11.2Gravatar Yan Zhou2014-09-08
| | | | * | Fix bug #822: outer products needed linear access, and add respective unit testsGravatar Gael Guennebaud2014-09-08
| | | | * | Runtime alignement is not possible if AlignedOnScalar is not true (e.g., for ...Gravatar Gael Guennebaud2014-09-08
| | | | * | bug #619: workaround MSVC 2008 implementing std::abs for int only on WINCEGravatar Gael Guennebaud2014-09-07
| | | | * | bug #804: copy group__TopicUnalignedArrayAssert.html to TopicUnalignedArrayAs...Gravatar Gael Guennebaud2014-09-07
| | | | * | Doc: difference between array and matrix cosine etc (bug #830)Gravatar Jitse Niesen2014-09-06
| | | | * | Replace asm by __asm__ (bug #873)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
| | | | * | relax some LM unit testsGravatar Gael Guennebaud2014-09-02
| | | | * | Fix hypot() and hypotNorm() wrt NaN and INF values.Gravatar Gael Guennebaud2014-09-02
| | | | * | Fix blueNorm wrt NaN/INF.Gravatar Gael Guennebaud2014-09-02