aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)Gravatar Gael Guennebaud2009-02-17
* fix assertion issue in slice vectorizationGravatar Gael Guennebaud2009-02-16
* no reason for 3 vec_mins, 2 are enough apparently in ei_predux_minGravatar Konstantinos A. Margaritis2009-02-12
* modified ei_predux_min/max to actually use altivec instructionsGravatar Konstantinos A. Margaritis2009-02-12
* compilation fix for SuperLU 3.1Gravatar Gael Guennebaud2009-02-12
* fix m = m*m with m sparse (gug found by Frederik Heinz)Gravatar Gael Guennebaud2009-02-12
* fix bug in MapBase found by myguelGravatar Gael Guennebaud2009-02-12
* * exit Sum.h, exit Prod.h, welcome vectorization of redux() !Gravatar Gael Guennebaud2009-02-12
* update of the Array module docGravatar Gael Guennebaud2009-02-12
* some ICC fixesGravatar Gael Guennebaud2009-02-12
* add ei_predux_mul for AltiVecGravatar Gael Guennebaud2009-02-10
* * add ei_predux_mul internal functionGravatar Gael Guennebaud2009-02-10
* fix ICC internal compilation errorGravatar Gael Guennebaud2009-02-10
* various minor fixes in Sparse moduleGravatar Gael Guennebaud2009-02-10
* fix doxygen \ingroup for the array moduleGravatar Gael Guennebaud2009-02-09
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09
* add DiagonalMatrix setZero and resize functionsGravatar Gael Guennebaud2009-02-09
* add "remap" snippet using placement newGravatar Gael Guennebaud2009-02-09
* fixed preserve_mask definition for AltiVec (needed __vector keyword)Gravatar Konstantinos A. Margaritis2009-02-08
* should be __powerpc__ instead of __ppc__Gravatar Konstantinos A. Margaritis2009-02-08
* remove remaining debug stuff in Reverse.hGravatar Gael Guennebaud2009-02-08
* fix buildGravatar Vincenzo Di Massa2009-02-07
* forgot to commit the deletion of StdVector directoryGravatar Gael Guennebaud2009-02-07
* more fixes in StdVector, sorry for the noiseGravatar Gael Guennebaud2009-02-07
* disable vector::resize() workaround for gcc < 4.1 (they already use a constGravatar Gael Guennebaud2009-02-07
* arf... s/_MSVC_VER/_MSC_VERGravatar Gael Guennebaud2009-02-07
* little fix in new StdVectorGravatar Gael Guennebaud2009-02-07
* * allow Matrix to be resized to 0 (solve a lot of troubles withGravatar Gael Guennebaud2009-02-07
* s/cholesky/llt in precompiled lib and BTLGravatar Gael Guennebaud2009-02-06
* add bench_reverse, draft of a reverse vectorization for AltiVec, makeGravatar Gael Guennebaud2009-02-06
* Add vectorization of Reverse (was more tricky than I thought) andGravatar Gael Guennebaud2009-02-06
* Reverse::coeff*(int) functions are for vector onlyGravatar Gael Guennebaud2009-02-06
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* add snippet for sub/super diagonalGravatar Gael Guennebaud2009-02-05
* update doc of DiagonalCoeffsGravatar Gael Guennebaud2009-02-05
* Add sub/super-diagonal expression (read/write) as a trivial extension ofGravatar Gael Guennebaud2009-02-05
* undo an unecessary change in cache-friendly product made for MSVCGravatar Gael Guennebaud2009-02-05
* add custom FindBLAS FindLAPACK working for c++ compilerGravatar Gael Guennebaud2009-02-05
* fix various Taucs and Cholmod issues (they have not been tested for a while)Gravatar Gael Guennebaud2009-02-04
* bugfix in LDLt for size==1Gravatar Gael Guennebaud2009-02-04
* disable alignment altogether outside of the platforms which potentially have ...Gravatar Benoit Jacob2009-02-04
* setup the unsupported directory structure.Gravatar Gael Guennebaud2009-02-04
* Add full pivoting to LDLT decomposition.Gravatar Keir Mierle2009-02-03
* Add Matrix::resizeLike(other) convenience function and test.Gravatar Keir Mierle2009-02-03
* call it "Eigen 2.0.50-unstable" to make things clear, and update EIGEN_MINOR_...Gravatar Benoit Jacob2009-02-02
* * label Cholesky and solveTriangular.* as experimentalGravatar Benoit Jacob2009-02-02
* the BSD's don't have aligned malloc after allGravatar Benoit Jacob2009-02-02
* add missing inline keywordsGravatar Benoit Jacob2009-01-30
* fix duplicated geometry module in the docGravatar Gael Guennebaud2009-01-29
* fix MSVC internal compilation errorGravatar Gael Guennebaud2009-01-29