aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/basicstuff.cpp
Commit message (Expand)AuthorAge
* Added unit test for matrix creation from const raw data.Gravatar Hauke Heibel2010-12-15
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* noalias was wrongly skipping automatic transpositionGravatar Gael Guennebaud2010-09-02
* More Index related stuff.Gravatar Hauke Heibel2010-06-21
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* Make test slightly fuzzy to account for effect of extended precision.Gravatar Jitse Niesen2010-06-10
* fix compilation error thanks to test case by Trevor Irons, and expand unit testGravatar Benoit Jacob2010-05-09
* introduce DenseCoeffsBase: this is where the coeff / coeffRef / etc... method...Gravatar Benoit Jacob2010-05-08
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* restrict operator[] to vectors, not matrices.Gravatar Benoit Jacob2010-04-23
* * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* unit tests for == / != operatorsGravatar Thomas Capricelli2010-01-17
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* * add serious unit test for swapGravatar Benoit Jacob2009-09-02
* Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | * add a writable generic coeff wise expression (CwiseUnaryView)Gravatar Gael Guennebaud2009-05-20
|/
* gni, forgot to call the new subtestGravatar Benoit Jacob2009-04-29
* add cast<>() tests. including a vectorization_logic test that currently fails...Gravatar Benoit Jacob2009-04-29
* now these tests succeed with 10,000 repeatsGravatar Benoit Jacob2009-01-27
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* As discussed on ML:Gravatar Gael Guennebaud2008-10-24
* * fix issues with "long double" type (useful to enforce the use of x87 regist...Gravatar Gael Guennebaud2008-09-14
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* *add operator()(int) for vectors, synonymous to operator[](int).Gravatar Benoit Jacob2008-08-18
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* * fix compilation issue in ProductGravatar Gael Guennebaud2008-07-02
* update of the testing framework:Gravatar Gael Guennebaud2008-05-22
* Make use of the LazyBit, introduce .lazy(), remove lazyProduct.Gravatar Benoit Jacob2008-03-31
* * introducte recursive Flags system for the expressionsGravatar Benoit Jacob2008-03-30
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* Extended the comma initializer to support xpr on the right side:Gravatar Gael Guennebaud2008-03-08
* * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4;Gravatar Gael Guennebaud2008-03-08
* * Fix a compilation issue with large fixed-size matrices: the unrollers were...Gravatar Gael Guennebaud2008-03-05
* Removed trailling spaces.Gravatar Gael Guennebaud2008-03-03
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
* prefix global functions with ei_ as previous solution was ratherGravatar Benoit Jacob2008-02-28
* rework Identity API: no longer restricted to square matricesGravatar Benoit Jacob2008-01-11
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* - move: DerivedTraits becomes MatrixBase::TraitsGravatar Benoit Jacob2008-01-06
* - eigen2 now fully enforces constness! found a way to achieve thatGravatar Benoit Jacob2007-12-25
* 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 Ones, DiagonalMatrix, DiagonalCoeffsGravatar Benoit Jacob2007-12-15
* expand unit-tests and fix const-qualifaction bugs thus discoveredGravatar Benoit Jacob2007-12-12
* Expand and improve unit-testsGravatar Benoit Jacob2007-12-11
* rename Block to DynBlock and rework API to make place forGravatar Benoit Jacob2007-12-05