aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>Gravatar Benoit Jacob2007-12-20
* split the coeffs accessors/mutators into a separate Coeffs.h fileGravatar Benoit Jacob2007-12-18
* add matrix constructor taking an array. update unit-tests.Gravatar Benoit Jacob2007-12-18
* add constructors and accessors/mutators specific to small vectors.Gravatar Benoit Jacob2007-12-17
* -add Ones, DiagonalMatrix, DiagonalCoeffsGravatar Benoit Jacob2007-12-15
* expand unit-tests and fix const-qualifaction bugs thus discoveredGravatar Benoit Jacob2007-12-12
* revert most of my previous commit. forcing the compiler to inline only increasedGravatar Benoit Jacob2007-12-11
* play with inlining to get better performance when the compiler is not asked t...Gravatar Benoit Jacob2007-12-11
* Expand and improve unit-testsGravatar Benoit Jacob2007-12-11
* big reorganisation of asserts, so that:Gravatar Benoit Jacob2007-12-05
* rename Block to DynBlock and rework API to make place forGravatar Benoit Jacob2007-12-05
* Rework the unit-tests to use lower precision, so as to eliminateGravatar Benoit Jacob2007-12-03
* Test application now takes 'seed' and 'repeat' command-line argsGravatar Benoit Jacob2007-12-03
* Much more convenient, less over-engineered NumTraits. Done during this KDE-Ed...Gravatar Benoit Jacob2007-12-02
* add more unit-tests (covering transpose, conjugate, adjoint, dot product...)Gravatar Benoit Jacob2007-11-28
* rename Object -> MatrixBaseGravatar Benoit Jacob2007-11-27
* - improve and comment the "BasicStuff" test.Gravatar Benoit Jacob2007-11-26
* Fix damage done by automatic search-and-replaceGravatar Benoit Jacob2007-11-25
* Merge WrapArray into FromArray. Less code. The downside is that we're using o...Gravatar Benoit Jacob2007-10-14
* restrict identity() to square matrices; small change helping g++ optimize.Gravatar Benoit Jacob2007-10-14
* add zero() and identity() static methods, update unit-testsGravatar Benoit Jacob2007-10-14
* remove support for type std::complex<int>. Simplify NumTraits accordingly.Gravatar Benoit Jacob2007-10-14
* implement the first _real_ unit-tests, testing the results for correctness in...Gravatar Benoit Jacob2007-10-13
* some renaming in the fuzzy compares, and in the multiplicationsGravatar Benoit Jacob2007-10-13
* rework the numeric traits now that we're using a namespace and no prefixGravatar Benoit Jacob2007-10-12
* SVN_SILENT:Gravatar Benoit Jacob2007-10-12
* Democracy 1 - 0 DictatorshipGravatar Benoit Jacob2007-10-11
* fix dot product, add norm/norm2/normalizedGravatar Benoit Jacob2007-10-10
* reorganization of headers, part 2/2...Gravatar Benoit Jacob2007-10-07
* add matrix conjugation and adjunction.Gravatar Benoit Jacob2007-10-07
* Introduce Numeric Traits, with fuzzy compares, random numbers, etc.Gravatar Benoit Jacob2007-10-07
* temporarily remove division unit-tests. they caused div-by-zero's , reported ...Gravatar Benoit Jacob2007-09-30
* make matrix multiplication do immediate evaluation; add lazyMul() for the old...Gravatar Benoit Jacob2007-09-29
* Found a way to have eval() be a member function of class EiObject, instead of...Gravatar Benoit Jacob2007-09-28
* Finish prefixing everything with "Ei"Gravatar Benoit Jacob2007-09-27
* Half-way commit prefixing object names. I am forced to commit nowGravatar Benoit Jacob2007-09-27
* don't enclose eigen in a namespace. prefixing is the way to go.Gravatar Benoit Jacob2007-09-27
* add operators *= and /=Gravatar Benoit Jacob2007-09-27
* fix bugs caused by default copy constructors being called. valgrind,Gravatar Benoit Jacob2007-09-26
* Give the axe to the aliasing system.Gravatar Benoit Jacob2007-09-26
* Deep refactoring.Gravatar Benoit Jacob2007-09-26
* reorganize header files, split MatrixBase into smaller files.Gravatar Benoit Jacob2007-09-09
* remove the MatrixConstXpr and MatrixConstRef classes.Gravatar Benoit Jacob2007-09-09
* extend operators += and -= to aliasesGravatar Benoit Jacob2007-09-07
* Add operator += and operator -= between matrices/vectors/expressionsGravatar Benoit Jacob2007-09-07
* - Introduce aliasing systemGravatar Benoit Jacob2007-09-06
* Hello, World!Gravatar Benoit Jacob2007-09-05