aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
...
* | Remove not needed template keyword.Gravatar Gael Guennebaud2014-09-17
* | Workaround MSVC ICEGravatar Gael Guennebaud2014-09-16
* | Avoid a potential risk of recursive definition using traits to get he scalar ...Gravatar Gael Guennebaud2014-09-15
* | Fix traits<Quaternion>::IsAligned when using evaluatorsGravatar Gael Guennebaud2014-09-15
* | Favor column major storage for inner productsGravatar Gael Guennebaud2014-09-14
* | Re-enable aliasing checks when using evaluatorsGravatar Gael Guennebaud2014-09-14
* | Adapt changeset 51b3f558bb76c11149fc64971db786798f1b692cGravatar Gael Guennebaud2014-09-14
* | Fix /= when using evaluator as in changeset 2d90484450f3934db3f5db39ef37967fb...Gravatar Gael Guennebaud2014-09-14
* | merge with default branchGravatar Gael Guennebaud2014-09-14
|\ \
* | | Fix comparison to block sizeGravatar Gael Guennebaud2014-09-14
| * | Make UpperBidiagonalization accept row-major matrices (bug #769)Gravatar Jitse Niesen2014-09-12
| | * 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
* | | Oops, a block size of 1 is not very useful, set it to 48 as in HouseholderQRGravatar Gael Guennebaud2014-09-05
* | | Optimization: enable cache-efficient application of HouseholderSequence.Gravatar Gael Guennebaud2014-09-04
* | | Cleaning in BDCSVD (formating, handling of transpose case, remove some for lo...Gravatar Gael Guennebaud2014-09-03
* | | 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
|\ \ \
* | | | 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
|\ \ \ \
* \ \ \ \ 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
| | | | * 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
| | | | * 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
| | | | * 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
| | | | * Fix hypot() and hypotNorm() wrt NaN and INF values.Gravatar Gael Guennebaud2014-09-02
| | | | * Fix blueNorm wrt NaN/INF.Gravatar Gael Guennebaud2014-09-02
| | | | * Fix stableNorm() with respect to NaN and inf, and add respective unit tests. ...Gravatar Gael Guennebaud2014-09-02
| | | | * Optimization: "matrix<complex> * real" did not call the special path and the ...Gravatar Gael Guennebaud2014-09-02
| | | | * Add examples for hnormalized and homogenous (fix bug #846)Gravatar Gael Guennebaud2014-09-02
| | | |/
| | | * Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class ...Gravatar Gael Guennebaud2014-09-01
| | | * Fix regression is sparse-sparse productGravatar Gael Guennebaud2014-09-01