aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* One warning less...Gravatar Hauke Heibel2010-01-30
* Adapted mean to work with complex numbers.Gravatar Hauke Heibel2010-01-29
* Fix copy-paste error in first_aligned test.Gravatar Jitse Niesen2010-01-28
* Fixed Quaternion operator*= added regression test.Gravatar Hauke Heibel2010-01-28
* add support for global math function for arrayGravatar Gael Guennebaud2010-01-27
* Modified license header.Gravatar Hauke Heibel2010-01-27
* Added the missing unit test file.Gravatar Hauke Heibel2010-01-27
* Added EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION macro including unit tests and d...Gravatar Hauke Heibel2010-01-27
* EIGEN_ENUM_MIN ---> EIGEN_SIZE_MINGravatar Benoit Jacob2010-01-27
* add EIGEN_DEFAULT_TO_ROW_MAJOR cmake option for the tests.Gravatar Benoit Jacob2010-01-27
* *forward port fix in MapBase::coeff(int) and coeffRef(int)Gravatar Benoit Jacob2010-01-27
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
* Add small test for Matrix::setIdentity()Gravatar Jitse Niesen2010-01-20
* add unit tests for true array objectsGravatar Gael Guennebaud2010-01-18
* unit tests for == / != operatorsGravatar Thomas Capricelli2010-01-17
* allow to multiply a householder sequence and a matrix when one is real and on...Gravatar Benoit Jacob2010-01-15
* New UpperBidiagonalization classGravatar Benoit Jacob2010-01-14
* Introduce third template parameter to HouseholderSequence: int Side.Gravatar Benoit Jacob2010-01-14
* * Fix a bug in HouseholderQR with mixed fixed/dynamic size: must use EIGEN_SI...Gravatar Benoit Jacob2010-01-11
* Fixed conservativeResize.Gravatar Hauke Heibel2010-01-11
* test/triangular.cpp: isUpper() --> isUpperTriangular()Gravatar Jitse Niesen2010-01-08
* finally, undo thisGravatar Benoit Jacob2010-01-07
* Backed out changeset 58fb27cd566f4057cee914be4cfe4f87abe8dc04Gravatar Benoit Jacob2010-01-07
* undoGravatar Benoit Jacob2010-01-07
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* make applyHouseholderOnTheRight take a row vector, not a column vector:Gravatar Benoit Jacob2010-01-07
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | s/asMatrix()/matrix()Gravatar Gael Guennebaud2010-01-04
* | fix dirty triangular unit testGravatar Gael Guennebaud2010-01-04
| * Fix #69 for the second time, and add the respective regression testGravatar Gael Guennebaud2010-01-04
| * * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
| * fix #75, and add a basic unit test for HessenbergGravatar Gael Guennebaud2009-12-23
| * fix #69 and extend unit tests or triangular solversGravatar Gael Guennebaud2009-12-23
| * add checks for on the right triangular solving with matricesGravatar Gael Guennebaud2009-12-23
* | a couple of fixes after thye mergeGravatar Gael Guennebaud2009-12-23
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
* | a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* | finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
* | more fixesGravatar Gael Guennebaud2009-12-17
* | a couple of fixes and cleaningGravatar Gael Guennebaud2009-12-17
| * Add test for issue #75 (Hessenberg of 1x1 matrix).Gravatar Jitse Niesen2009-12-16
* | a trivial compilation fixGravatar Gael Guennebaud2009-12-16
* | a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* | add an eigen2support test and a few fixesGravatar Gael Guennebaud2009-12-16
| * * fix aliasing checks when the lhs is also transposed. At the same time,Gravatar Gael Guennebaud2009-12-16
* | fix spasre triangular solve for row major lower matricesGravatar Gael Guennebaud2009-12-14
| * silence 'statement has no effect' warning with gcc 4.4Gravatar Benoit Jacob2009-12-14
| * *use scalar instructions, packet not needed hereGravatar Benoit Jacob2009-12-14