aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | extend the DenseStorageMatrix mechanism to all expressionsGravatar Gael Guennebaud2009-12-22
| * mergeGravatar Jitse Niesen2009-12-21
| |\
| * | Add support for general matrix functions.Gravatar Jitse Niesen2009-12-21
| | * support gcc 4.5Gravatar Benoit Jacob2009-12-21
| * | Fix compilation error in doc/examples/class_CwiseBinaryOp.cpp .Gravatar Jitse Niesen2009-12-21
| |/
| * Set default for second argument for check script.Gravatar Jitse Niesen2009-12-21
| * 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
* | a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* | clean a bit Matrix and fix static Map functionsGravatar Gael Guennebaud2009-12-17
* | some cleaning in DenseStorageBaseGravatar Gael Guennebaud2009-12-17
* | finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
* | partial LU optimization: noaliasGravatar Gael Guennebaud2009-12-17
* | more fixesGravatar Gael Guennebaud2009-12-17
* | a couple of fixes and cleaningGravatar Gael Guennebaud2009-12-17
| * Add test for issue #75 (Hessenberg of 1x1 matrix).Gravatar Jitse Niesen2009-12-16
* | a trivial compilation fixGravatar Gael Guennebaud2009-12-16
* | a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* | add an eigen2support test and a few fixesGravatar Gael Guennebaud2009-12-16
| * * 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
* | fix spasre triangular solve for row major lower matricesGravatar Gael Guennebaud2009-12-14
| * ignore more build*/ directoriesGravatar Thomas Capricelli2009-12-11
| * 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
| * silence 'statement has no effect' warning with gcc 4.4Gravatar Benoit Jacob2009-12-14
| * *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
| * Remove //@{ ... //@} for same reason as in changeset 2026ea7ff2be0473511cc74c...Gravatar Jitse Niesen2009-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
| * Fixed the bad fix - now the unsupported examples and snippets work on windows.Gravatar Hauke Heibel2009-12-11
| * Reverted Jitse's change - the targets unsupported_examples and unsupported_sn...Gravatar Hauke Heibel2009-12-11
| * Coax doxygen in producing better docs for MatrixFunctions.Gravatar Jitse Niesen2009-12-11
| * fix compilation (for some reason the pb happens only under windows)Gravatar Thomas Capricelli2009-12-11
* | some compilation fixesGravatar Gael Guennebaud2009-12-10
* | adapt select, replicate and reverseGravatar Gael Guennebaud2009-12-10
| * * 4x4 inverse: revert to cofactors methodGravatar Benoit Jacob2009-12-09
| * Handle row and col major matrices in the gdb pretty printerGravatar Benjamin Schindler2009-12-08