aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Backed out previous changeset: Does not compile.Gravatar Jitse Niesen2009-11-06
* Add the possibility to control the storage mode of scalar value (by value or ...Gravatar Gael Guennebaud2009-11-05
* Let's try to stick to the original code, thus activate the fix of #62 only fo...Gravatar Hauke Heibel2009-11-04
* Direct access of the packet structs fixes bug #62 and doe not seem toGravatar Hauke Heibel2009-11-04
* * default MatrixBase ctor: make it protected, make it a static assert, only d...Gravatar Benoit Jacob2009-10-31
* added mean() reductionGravatar Hauke Heibel2009-10-29
* oops I forgot to include that file in the previous commit (fixing #65)Gravatar Gael Guennebaud2009-10-29
* fix #65: MatrixBase::nonZero()Gravatar Gael Guennebaud2009-10-29
* Quaternion could now map an array of 4 scalars :Gravatar Mathieu Gautier2009-10-27
* Added dox for the new typedefs.Gravatar Hauke Heibel2009-10-27
* Added more common typedefs.Gravatar Hauke Heibel2009-10-27
* 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
* MatrixBase:Gravatar Benoit Jacob2009-10-20
* * add a Make* expression type builder to allow theGravatar Gael Guennebaud2009-10-16
* Inlining fixes + fixed typo.Gravatar Hauke Heibel2009-10-15
* More warning fixes.Gravatar Hauke Heibel2009-10-14
* 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
| * make Replicate ctor require the exact expected typeGravatar Benoit Jacob2009-09-30
|/
* add outerproduct coeff(int,int) method.Gravatar Benoit Jacob2009-09-29
* * 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
* Added private, non-implemented assignment operators to functions that don't n...Gravatar Hauke Heibel2009-09-27
* 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
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* * ReturnByValue:Gravatar Benoit Jacob2009-09-22
* allow to override EIGEN_RESTRICT, to satisfy a smart ass blogger who claimsGravatar Benoit Jacob2009-09-19
* finish my evalToDense => evalTo changeGravatar Gael Guennebaud2009-09-17
* clean the commented asm instructions because now I'm sureGravatar Gael Guennebaud2009-09-17
* mergeGravatar Gael Guennebaud2009-09-17
|\
* | fix #53: performance regression, hopefully I did not resurected anotherGravatar Gael Guennebaud2009-09-17
| * make ColPivotingQR use HouseholderSequenceGravatar Gael Guennebaud2009-09-16
| * * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
| * * fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'Gravatar Benoit Jacob2009-09-16
| * fix warning in stable normGravatar Gael Guennebaud2009-09-15