aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CwiseNullaryOp.h
Commit message (Expand)AuthorAge
...
* * Rewrite the triangular solver so that we can take advantage of our efficien...Gravatar Gael Guennebaud2008-07-26
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* Added an automatically generated list of selected examples in the documentation.Gravatar Gael Guennebaud2008-07-19
* Added MatrixBase::Unit*() static function to easily create unit/basis vectors.Gravatar Gael Guennebaud2008-07-19
* add some static asserts, use them, fix gcc 4.3 warning in Product.h.Gravatar Benoit Jacob2008-07-19
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* change derived classes methods from "private:_method()"Gravatar Benoit Jacob2008-06-26
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
* some documentation fixes (Cwise* and Cholesky)Gravatar Gael Guennebaud2008-05-22
* Fix compilation issues with MSVC and NVCC.Gravatar Gael Guennebaud2008-05-15
* Introduce generic Flagged xpr, remove already Lazy.h and Temporary.hGravatar Benoit Jacob2008-05-14
* * Added several cast to int of the enums (needed for some compilers)Gravatar Gael Guennebaud2008-05-12
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* * Started support for unaligned vectorization.Gravatar Gael Guennebaud2008-05-05
* * Patch by Konstantinos Margaritis: AltiVec vectorization.Gravatar Benoit Jacob2008-05-03
* nullary xpr are now vectorizedGravatar Gael Guennebaud2008-05-01
* Added Triangular expression to extract upper or lower (strictly or not)Gravatar Gael Guennebaud2008-04-26
* Various fixes in:Gravatar Gael Guennebaud2008-04-25
* Make the explicit vectorization much more flexible:Gravatar Gael Guennebaud2008-04-25
* forgot to add a file in the previous commitGravatar Gael Guennebaud2008-04-24