aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/nullary.cpp
Commit message (Expand)AuthorAge
* Add unit test for LinSpaced and complex numbers.Gravatar Gael Guennebaud2019-02-18
* bug #1630: fix linspaced when requesting smaller packet size than default one.Gravatar Gael Guennebaud2018-11-28
* Remove usage of #if EIGEN_TEST_PART_XX in unit tests that does not require th...Gravatar Gael Guennebaud2018-07-17
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* bug #1457: add setUnit() methods for consistency.Gravatar Gael Guennebaud2017-08-22
* bug #1383: fix regression in LinSpaced for integers and high<lowGravatar Gael Guennebaud2017-01-25
* bug #1383: Fix regression from 3.2 with LinSpaced(n,0,n-1) with n==0.Gravatar Gael Guennebaud2017-01-25
* bug #1004: improve accuracy of LinSpaced for abs(low) >> abs(high).Gravatar Gael Guennebaud2016-11-02
* bug #1004: one more rewrite of LinSpaced for floating point numbers to guaran...Gravatar Gael Guennebaud2016-10-25
* bug #1004: remove the inaccurate "sequential" path for LinSpaced, mark respec...Gravatar Gael Guennebaud2016-10-24
* bug #698: rewrite LinSpaced for integer scalar types to avoid overflow and gu...Gravatar Gael Guennebaud2016-10-24
* Add unit test for overflow in LinSpacedGravatar Gael Guennebaud2016-10-24
* Workaround MSVC instantiation faillure of has_*ary_operator at the level of t...Gravatar Gael Guennebaud2016-09-06
* Workaround a weird msvc 2012 compilation error.Gravatar Gael Guennebaud2016-09-05
* bug #1286: automatically detect the available prototypes of functors passed t...Gravatar Gael Guennebaud2016-08-31
* Fix integer path for num_steps==1Gravatar Gael Guennebaud2016-02-01
* bug #698: fix linspaced for integer types.Gravatar Gael Guennebaud2016-02-01
* Re-enable vectorization of LinSpaced, plus some cleaningGravatar Gael Guennebaud2015-10-08
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Fix wrong negative in nullary unit test when extended precision is used (FPU).Gravatar Gael Guennebaud2014-12-16
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/
* Fix linear vectorized transversal in linspace (fixes bug #526).Gravatar Jitse Niesen2013-02-18
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Improved the unit tests for setLinSpaced.Gravatar Hauke Heibel2012-03-07
* Fixed setLinSpaced for size==1.Gravatar Hauke Heibel2012-03-07
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* Bug fix in linspace_op::packetOp(row,col). Fixes bug #232.Gravatar Jitse Niesen2011-03-24
* Change int to Index in equalsIdentity().Gravatar Jitse Niesen2011-03-11
* Fix equalsIdentity() for rectangular matrices.Gravatar Jitse Niesen2011-03-10
* repeat nullary tests, and fix some testsGravatar Gael Guennebaud2011-03-07
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fixed bug #79.Gravatar Hauke Heibel2010-10-19
* Unified LinSpaced in order to be conform with other setter methods as e.g. Co...Gravatar Hauke Heibel2010-07-22
* Fixed nullary test not passing on Core DuoGravatar Carlos Becker2010-06-30
* fix bad testsGravatar Gael Guennebaud2010-06-28
* Finally fixed the matrix function/exponential warning.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* improve/fix stable_norm unit testGravatar Gael Guennebaud2010-06-08
* Silenced type conversion warnings.Gravatar Hauke Heibel2010-02-03
* 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