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