aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* add missing inclusion of LU/arch, thanks to J.B. RouaultGravatar Gael Guennebaud2009-12-19
* oops, remove duplicated ctorGravatar Gael Guennebaud2009-12-19
* much better workaround for empty struct (the previous one caused GCC 4.3 to g...Gravatar Gael Guennebaud2009-12-18
* * introduce ei_alignmentOffset(MatrixBase&,Integer)Gravatar Benoit Jacob2009-12-16
* this really fix the previous warningGravatar Gael Guennebaud2009-12-16
* fix warning by making ei_empty_struct::_ei_dummy_ privateGravatar Gael Guennebaud2009-12-16
* fix compilation when mixing typesGravatar Gael Guennebaud2009-12-16
* * fix aliasing checks when the lhs is also transposed. At the same time,Gravatar Gael Guennebaud2009-12-16
* suppress unused variable warningsGravatar Gael Guennebaud2009-12-15
* no, this wasn't equivalent to ei_pload at all, after all!Gravatar Benoit Jacob2009-12-15
* Gael, who is a man of few words^Winstructions, is right, as usual.Gravatar Benoit Jacob2009-12-15
* Suppressed the warning for missing assignment generators (forgot that in the ...Gravatar Hauke Heibel2009-12-15
* *use scalar instructions, packet not needed hereGravatar Benoit Jacob2009-12-14
* only include SSE path if SSE enabledGravatar Benoit Jacob2009-12-14
* add SSE path for Matrix4f inverse, taken from Intel except that we do a kosherGravatar Benoit Jacob2009-12-14
* change the Arch constants: const int ---> enum, more explicit names, and useGravatar Benoit Jacob2009-12-14
* Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
* Fixed a bad type conversion.Gravatar Hauke Heibel2009-12-13
* Correct type of ei_solve_retval<LLT,...>::operator=Gravatar Jitse Niesen2009-12-12
* Removed more warnings.Gravatar Hauke Heibel2009-12-12
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* * 4x4 inverse: revert to cofactors methodGravatar Benoit Jacob2009-12-09
* Documentation clean up.Gravatar Jitse Niesen2009-12-08
* Fix poor Quaternion::slerp snappingGravatar Gael Guennebaud2009-12-04
* mergeGravatar Gael Guennebaud2009-12-04
|\
* | fix compilation and clean a bit Map<Quaternion>Gravatar Gael Guennebaud2009-12-04
|/
* fix MSVC10 compilationGravatar Gael Guennebaud2009-12-02
* * HouseholderSequence:Gravatar Benoit Jacob2009-12-02
* * remove empty destructors in Matrix.h and MatrixStorage.hGravatar Mathieu Gautier2009-12-02
* mergeGravatar Hauke Heibel2009-12-02
|\
| * Added NestByValue and .nestByValue() again for the sake of backwards compatib...Gravatar Hauke Heibel2009-12-02
| * Removed unnecessary code.Gravatar Hauke Heibel2009-12-02
* | merge with tipGravatar Mark Borgerding2009-12-01
|\ \
* | | added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
| * | ColPivQR: now the unit tests even succeeds:Gravatar Benoit Jacob2009-12-01
| * | Big reworking of ColPivQR and its unit test, which now passes even with thous...Gravatar Benoit Jacob2009-12-01
| * | minor cleanupGravatar Benoit Jacob2009-12-01
|/ /
| * That's it NestByValue and .nestByValue() are both gone!Gravatar Hauke Heibel2009-12-01
| * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| * Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR.Gravatar Hauke Heibel2009-12-01
| * Removed NestByValue dependency from VectorwiseOp.Gravatar Hauke Heibel2009-12-01
| * Removed NestByValue dependency from MatrixBase::select().Gravatar Hauke Heibel2009-12-01
| * add specialization ei_ref_selector for sparse matrix typesGravatar Gael Guennebaud2009-12-01
| * Removed wrong typename.Gravatar Hauke Heibel2009-11-30
| * Initial commit for a modified ei_nested logic.Gravatar Hauke Heibel2009-11-30
|/
* precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* export stableNorm(), blueNorm() and hypotNorm() to colwise() and rowwise()Gravatar Thomas Capricelli2009-11-26
* add SSE4 support, start with integer multiplicationGravatar Benoit Jacob2009-11-24
* fix assert and handle Unit shapesGravatar Benoit Jacob2009-11-24