aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* fix potential warningGravatar Benoit Jacob2010-06-29
* Added Block tutorial to docs indexGravatar Carlos Becker2010-06-29
* Fix name clash in "m.block(i,j,m,n)" where m has two meanings.Gravatar Jitse Niesen2010-06-29
* AltiVec signed integer pmadd removed, proved to be 2x slower than the scalar ...Gravatar Konstantinos Margaritis2010-06-28
* Added Block Operations tutorial and code examplesGravatar Carlos Becker2010-06-28
* Modified Array Class tutorial, added examplesGravatar Carlos Becker2010-06-28
* Added doxygen info for .matrix() and .array()Gravatar Carlos Becker2010-06-28
* start a topic page on decompositions, with a big table.Gravatar Benoit Jacob2010-06-28
* * update redux sectionGravatar Gael Guennebaud2010-06-28
* fix bad testsGravatar Gael Guennebaud2010-06-28
* * use transpose() instead of row vectors (more common use case)Gravatar Gael Guennebaud2010-06-28
* mv comma initializer to page 1Gravatar Gael Guennebaud2010-06-28
* add a Transposition section in page 2Gravatar Gael Guennebaud2010-06-28
* fix filenameGravatar Gael Guennebaud2010-06-27
* fix linkGravatar Gael Guennebaud2010-06-27
* show a more fancy example for the getting started tutGravatar Gael Guennebaud2010-06-27
* fix unused warning when EIGEN_HAS_FUSE_CJMADDGravatar Gael Guennebaud2010-06-27
* fix #146Gravatar Benoit Jacob2010-06-27
* Fix cache computation on old Intel CPUs which do notGravatar Gael Guennebaud2010-06-27
* add the manual Intel's way to query cache infoGravatar Gael Guennebaud2010-06-26
* add a utilility to debug cpuid, and makes sure we get 0 if we query an unsupp...Gravatar Gael Guennebaud2010-06-26
* update the main page and add a TOCGravatar Gael Guennebaud2010-06-26
* improve ref tablesGravatar Gael Guennebaud2010-06-26
* big improvements to tutorial, especially page 2 (matrix arithmetic).Gravatar Benoit Jacob2010-06-26
* extend the quick ref table pageGravatar Gael Guennebaud2010-06-26
* started the quick reference tablesGravatar Gael Guennebaud2010-06-26
* rename fileGravatar Benoit Jacob2010-06-25
* add initial versions of pages 2 and 3 of the tutorial: matrix arithmetic and ...Gravatar Carlos Becker2010-06-25
* add tutorial page 1 - the Matrix classGravatar Benoit Jacob2010-06-25
* int main() is a standard main() prototype, and makes for cleaner examplesGravatar Benoit Jacob2010-06-25
* adapt to change: lu() now gives partial piv LU, here we want fullPivLu()Gravatar Benoit Jacob2010-06-25
* extend the eigen 2 to 3 guideGravatar Gael Guennebaud2010-06-25
* add default parameters for InnerStride/OuterStride to beGravatar Gael Guennebaud2010-06-25
* use const Scalar& instead of Scalar for function argumentsGravatar Gael Guennebaud2010-06-25
* comment all disabled MSVC warningsGravatar Gael Guennebaud2010-06-25
* fix very annoying warning (gcc 4.3): type qualifiers ignored on function retu...Gravatar Gael Guennebaud2010-06-25
* fox blcok size computation for fixed size objectsGravatar Gael Guennebaud2010-06-25
* add mixed sparse-dense outer productGravatar Gael Guennebaud2010-06-25
* Fix use of nesting types in SparseTranspose and split the big SparseProduct.h...Gravatar Gael Guennebaud2010-06-25
* email changeGravatar Gael Guennebaud2010-06-24
* add support for oskiGravatar Gael Guennebaud2010-06-24
* makes sure to test small sizesGravatar Gael Guennebaud2010-06-24
* makes SparseView a true sparse expression and fix use of nesting typesGravatar Gael Guennebaud2010-06-24
* fix infinite loopGravatar Gael Guennebaud2010-06-24
* - add a low level mechanism to provide preallocated memory to gemmGravatar Gael Guennebaud2010-06-24
* fix temporary creation ruleGravatar Gael Guennebaud2010-06-24
* bug fix in gemv:Gravatar Gael Guennebaud2010-06-24
* unit test fix for default to row majorGravatar Gael Guennebaud2010-06-24
* block householder : minor optimizationGravatar Gael Guennebaud2010-06-24
* fix symmGravatar Gael Guennebaud2010-06-24