aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Fixed stablenorm test, condition was not met when running testsGravatar Carlos Becker2010-04-26
* mergeGravatar Benoit Jacob2010-04-23
|\
| * restrict operator[] to vectors, not matrices.Gravatar Benoit Jacob2010-04-23
* | add minor to Eigen2SupportGravatar Benoit Jacob2010-04-22
* | remove MinorGravatar Benoit Jacob2010-04-22
* | * fix Eigen2Support, was not including VectorBlock.hGravatar Benoit Jacob2010-04-22
* | * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
|/
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* shut up stupid gcc 4.5.0 warningGravatar Benoit Jacob2010-04-18
* Added support for STL lists with aligned Eigen types.Gravatar Hauke Heibel2010-04-18
* fix ei_blas_traits directaccess check: in the case of vectors, having a nontr...Gravatar Benoit Jacob2010-04-16
* * add some 1x1 testsGravatar Benoit Jacob2010-04-16
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
| * fix sparse squared normGravatar Gael Guennebaud2010-04-13
| * RealSchur: Make sure zeros are really zero (cont'd); add default ctor, docs.Gravatar Jitse Niesen2010-04-12
| * Add tests for real and complex Schur; extend test for Hessenberg.Gravatar Jitse Niesen2010-04-02
| * Add the possibility to use the polynomial solver of the gsl.Gravatar Manuel Yguel2010-03-25
* | * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
| * Allow ComplexEigenSolver and ComplexSchur to work with real matrices.Gravatar Jitse Niesen2010-03-20
|/
* nomalloc: minor cleanupGravatar Benoit Jacob2010-03-08
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* mergeGravatar Mark Borgerding2010-03-07
|\
| * fix compilationGravatar Gael Guennebaud2010-03-07
| * fix trsolveGravatar Gael Guennebaud2010-03-06
| * * include Macros.h much earlier: since it takes care of the alignment platfor...Gravatar Benoit Jacob2010-03-06
| * introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...Gravatar Benoit Jacob2010-03-06
| * factorize default performance related settings to a single fileGravatar Gael Guennebaud2010-03-03
| * Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
| * add missing implementation of uniform scaling productsGravatar Gael Guennebaud2010-03-02
| * fix compilationGravatar Benoit Jacob2010-03-02
| * Add (failing) test for computing HouseholderQR of a 1x1 matrix.Gravatar Jitse Niesen2010-03-01
| * Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in...Gravatar Benoit Jacob2010-02-27
| * Use a specialization of test_is_equal() instead of defining COMPARE()Gravatar Thomas Capricelli2010-02-27
| * * define COMPARE(,), which prints expected/actual results in case of failureGravatar Thomas Capricelli2010-02-27
| * Fix Map-with-Stride and cover it by new unit tests.Gravatar Benoit Jacob2010-02-26
| * * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26
| * mergeGravatar Benoit Jacob2010-02-25
| |\
| * | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| | * detect and implement inplace permutationsGravatar Gael Guennebaud2010-02-25
| | * optimize inverse permutationsGravatar Gael Guennebaud2010-02-25
| | * add reconstructedMatrix() to LLT, and LUsGravatar Gael Guennebaud2010-02-24
| | * make testsuite aware of EIGEN_CTEST_ARGSGravatar Gael Guennebaud2010-02-24
| | * Further LU test improvements. I'm not aware of any test failures anymore, not...Gravatar Benoit Jacob2010-02-23
| | * * FullPivLU: replace "remaining==0" termination condition (from Golub) by a f...Gravatar Benoit Jacob2010-02-23
| |/ |/|
* | Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
| * miserable half-working state, commiting to a fork just in case, just to perfectGravatar Benoit Jacob2010-02-18
|/
* workaround weird gcc 4.0.1 compilation errorGravatar Gael Guennebaud2010-02-15
* fix a couple of ICE with gcc 4.0.1Gravatar Gael Guennebaud2010-02-12
* Fixed notemporary unit test.Gravatar Hauke Heibel2010-02-11