aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Matrix.h
Commit message (Expand)AuthorAge
...
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
|/
* ouch, avoid infinite loop!Gravatar Benoit Jacob2009-11-12
* also optionnally initialize by zero after resizingGravatar Benoit Jacob2009-11-12
* * add non-default option to initialize matrices by 0Gravatar Benoit Jacob2009-11-12
* Added dox for the new typedefs.Gravatar Hauke Heibel2009-10-27
* Added more common typedefs.Gravatar Hauke Heibel2009-10-27
* Matrix::conservativeResize, resize only when necessary.Gravatar Hauke Heibel2009-09-25
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* * ReturnByValue:Gravatar Benoit Jacob2009-09-22
* Fixed conservative_resize compilation errors.Gravatar Hauke Heibel2009-09-08
* Fixed unit test and improved code reusage for resizing.Gravatar Hauke Heibel2009-09-07
* Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as propose...Gravatar Hauke Heibel2009-09-07
* fix compilation of swap for ICCGravatar Gael Guennebaud2009-09-07
* compilation fix for conservativeResizeGravatar Gael Guennebaud2009-09-04
* Added conservativeResize + unit test.Gravatar Hauke Heibel2009-09-03
* finally the first version was the good one...Gravatar Benoit Jacob2009-09-03
* fix wrong assertGravatar Gael Guennebaud2009-09-02
* much simpler fix for Matrix::swapGravatar Gael Guennebaud2009-09-02
* * add serious unit test for swapGravatar Benoit Jacob2009-09-02
* fix compilation errors in swap (could not swap with anything else than the ex...Gravatar Benoit Jacob2009-09-02
* fix issue #47: now m.noalias() = XXX properly resize m if neededGravatar Gael Guennebaud2009-09-01
* fix Matrix::stride for vectors, add a unit test for Block::strideGravatar Gael Guennebaud2009-08-31
* rename back MayAliasBit to EvalBeforeAssigningBitGravatar Gael Guennebaud2009-08-16
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* big refactoring in Product.h:Gravatar Gael Guennebaud2009-08-05
* implement a ProductBase class and, as a proof of concept, update TriangularPr...Gravatar Gael Guennebaud2009-08-04
* * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
* fix a couple of issues related to recent productsGravatar Gael Guennebaud2009-07-28
* synch with main branchGravatar Gael Guennebaud2009-07-28
|\
* \ synch with main branchGravatar Gael Guennebaud2009-07-28
|\ \
* | | add a debug mechanism to compute the number of intermediate evaluations (only...Gravatar Gael Guennebaud2009-07-28
| | * Added an explicit cast from int to bool to suppress MSVC warnings.Gravatar Hauke Heibel2009-07-23
| |/
| * compilation fixGravatar Gael Guennebaud2009-07-20
| * bugfix for a = a * b; when a has to be resizedGravatar Gael Guennebaud2009-07-20
* | synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\|
| * Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* | add a generic mechanism to copy a special matrix to a dense matrix so thatGravatar Gael Guennebaud2009-07-07
* | * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
* | new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
|/
* * add resize(int, NoChange) and resize(NoChange, int)Gravatar Benoit Jacob2009-06-24
* Relaxed checks againts _MaxRows and _MaxCols in Matrix::_check_template_param...Gravatar Hauke Heibel2009-05-29
* fix the static assert checking the size template parameters.Gravatar Benoit Jacob2009-05-27
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* *add missing overloads of setZero, etc... that were mentioned in the tutorialGravatar Benoit Jacob2009-05-06
* fix warning, unused variable dummyGravatar Benoit Jacob2009-05-04
* fix the Matrix(int,int)/vector 2D ctors issue so that we reallyGravatar Gael Guennebaud2009-04-24
* The ABI break:Gravatar Benoit Jacob2009-03-26
* * allows fixed size matrix with size==0 (via a specialization ofGravatar Gael Guennebaud2009-03-23
* add ReturnByValue pseudo expression for in-place evaluation with aGravatar Gael Guennebaud2009-03-04
* * allow Matrix to be resized to 0 (solve a lot of troubles withGravatar Gael Guennebaud2009-02-07