aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
| * It is just not that easy and requires more work to get it done right.Gravatar Hauke Heibel2009-10-24
| * * extend Map to allow the user to specify whether the mapped dataGravatar Gael Guennebaud2009-10-23
| * demeaning with colwise expressionGravatar Hauke Heibel2009-10-22
* | move PartialLU to the new APIGravatar Benoit Jacob2009-10-21
| * MatrixBase:Gravatar Benoit Jacob2009-10-20
* | * make PartialLU avoid to generate inf/nan when given a singular matrixGravatar Benoit Jacob2009-10-20
* | * LU unit test: finally test fixed sizesGravatar Benoit Jacob2009-10-19
* | remove the m_originalMatrix member. Instead, image() now takes the original m...Gravatar Benoit Jacob2009-10-18
* | * useThreshold -> setThresholdGravatar Benoit Jacob2009-10-18
* | big huge changes in LU!Gravatar Benoit Jacob2009-10-18
| * * add a Make* expression type builder to allow theGravatar Gael Guennebaud2009-10-16
* | mergeGravatar Benoit Jacob2009-10-15
|\|
* | don't try to finish earlyGravatar Benoit Jacob2009-10-15
| * Inlining fixes + fixed typo.Gravatar Hauke Heibel2009-10-15
| * More warning fixes.Gravatar Hauke Heibel2009-10-14
| * Fixed more W4 warnings.Gravatar Hauke Heibel2009-10-14
| * Resize is only defined in Matrix and not in MatrixBase.Gravatar Hauke Heibel2009-10-14
| * add missing PartialReduxExpr::coeff(index) functionGravatar Gael Guennebaud2009-10-13
| * compilation fix: make the generic template ctor explicitGravatar Gael Guennebaud2009-10-13
| * mergeGravatar Gael Guennebaud2009-10-07
| |\
| * | really fix stable norm compilation for older gccGravatar Gael Guennebaud2009-10-07
| | * mergeGravatar Benoit Jacob2009-10-06
| | |\ | | |/ | |/|
| | * allow arbitrary resulttype, fixes Xuewen's issue, and this stuff is going to ...Gravatar Benoit Jacob2009-10-06
| * | fix compilation in stable norm, move a platform check to the unit testsGravatar Gael Guennebaud2009-10-06
| * | discard vectorization in matrix-vector product when data is not evenGravatar Gael Guennebaud2009-10-05
| |/
| * after all we're not aligning to 8byte boundaryGravatar Benoit Jacob2009-10-05
| * we were already aligning to 16 byte boundary fixed-size objects that are mult...Gravatar Benoit Jacob2009-10-05
| * forgot to hg add this fileGravatar Benoit Jacob2009-10-02
| * mergeGravatar Gael Guennebaud2009-10-01
| |\
| * | better fix for (v * v') * v, we still have to find a way to reorder itGravatar Gael Guennebaud2009-10-01
| | * mergeGravatar Benoit Jacob2009-10-01
| |/|
| * | Fixed wrong line endings.Gravatar Hauke Heibel2009-10-01
| | * make Replicate ctor require the exact expected typeGravatar Benoit Jacob2009-09-30
| |/
| * bugfix in the eigenvalue solvers (forgot to resize the eigen vectors)Gravatar Gael Guennebaud2009-09-30
| * add outerproduct coeff(int,int) method.Gravatar Benoit Jacob2009-09-29
| * Fix compilation of HouseholderQR and ColPivotingHouseholderQR for non-square ...Gravatar Benoit Jacob2009-09-28
| * * update test to expose bug #57Gravatar Benoit Jacob2009-09-28
| * * bump to 2.90.0 now that it's agreed that we're doing eigen3Gravatar Benoit Jacob2009-09-27
| * * Introduce make targets btest (build tests), blas (build blas lib), demos (b...Gravatar Benoit Jacob2009-09-27
| * Ok, too many class bodies - it was only required for ei_svd_precondition_2x2_...Gravatar Hauke Heibel2009-09-27
| * Added private, non-implemented assignment operators to functions that don't n...Gravatar Hauke Heibel2009-09-27
| * Fixed VC compilation error on the JacobiSVD module.Gravatar Hauke Heibel2009-09-27
* | when copying a ReturnByValue into a MatrixBase, first eval it to a PlainMatri...Gravatar Benoit Jacob2009-09-26
* | move also inverse() to ReturnByValue, by doing a solve on NestByValue<Identity>.Gravatar Benoit Jacob2009-09-26
| * Removed implicit type conversion (VC warning fix).Gravatar Hauke Heibel2009-09-25
| * Matrix::conservativeResize, resize only when necessary.Gravatar Hauke Heibel2009-09-25
| * remove some dirty linesGravatar Gael Guennebaud2009-09-25
| * extend the support for boolGravatar Gael Guennebaud2009-09-25
| * Uuups that was not yet intended for a commit.Gravatar Hauke Heibel2009-09-25
| * Fixed issue #57.Gravatar Hauke Heibel2009-09-25