aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/basicstuff.cpp
Commit message (Expand)AuthorAge
* 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
* 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