aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/nullary.cpp
Commit message (Collapse)AuthorAge
* 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 ↵Gravatar Gael Guennebaud2015-02-13
| | | | when it make sense). In all other cases use the global Index type.
* Merge Index-refactoring branch with default, fix PastixSupport, remove some ↵Gravatar Gael Guennebaud2015-02-13
|\ | | | | | | useless typedefs
| * 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 ↵Gravatar Christoph Hertzberg2014-12-04
|/ | | | to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
* 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
| | | | Provide a default constructed step size as opposed to an int when the size is 1.
* Fixed setLinSpaced for size==1.Gravatar Hauke Heibel2012-03-07
|
* the min/max macros to detect unprotected min/max were undefined by some std ↵Gravatar Gael Guennebaud2011-08-19
| | | | | | header, so let's declare them after and do the respective fixes ;)
* Bug fix in linspace_op::packetOp(row,col). Fixes bug #232.Gravatar Jitse Niesen2011-03-24
| | | | Also, add regression test.
* Change int to Index in equalsIdentity().Gravatar Jitse Niesen2011-03-11
| | | | This fixes compilation errors in nullary test on 64-bits machines.
* 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. ↵Gravatar Hauke Heibel2010-07-22
| | | | Constant.
* 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
| | | | Index fixes.
* 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
| | | | | | | | | Added setLinSpaced/LinSpaced functionality to DenseBase. Improved vectorized assignment - overcomes MSVC optimization issues. CwiseNullaryOp is now requiring functors to offer 1D and 2D operators. Adapted existing functors to the new CwiseNullaryOp requirements. Added ei_plset to create packages as [a, a+1, ..., a+size]. Added more nullaray unit tests.
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
|
* Add small test for Matrix::setIdentity()Gravatar Jitse Niesen2010-01-20
This is to exhibit the bug that makes the jacobisvd_7 test fail.