aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/nullary.cpp
Commit message (Collapse)AuthorAge
* 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.