aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Matrix.h
Commit message (Expand)AuthorAge
* 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
* Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* * 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
* Add Matrix::resizeLike(other) convenience function and test.Gravatar Keir Mierle2009-02-03
* * label Cholesky and solveTriangular.* as experimentalGravatar Benoit Jacob2009-02-02
* add EIGEN_NO_AUTOMATIC_RESIZINGGravatar Benoit Jacob2009-01-28
* centralize those static asserts more upstream, reduces duplication and ensure...Gravatar Benoit Jacob2009-01-27
* add a missing static assertion on the scalar typesGravatar Benoit Jacob2009-01-27
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* add a flexible sparse matrix class designed for fast matrix assemblyGravatar Gael Guennebaud2009-01-19
* fix a couple of doxygen issuesGravatar Gael Guennebaud2009-01-13
* * make std::vector specializations also for Transform and for QuaternionGravatar Benoit Jacob2009-01-12
* make the std::vector fix work also with dynamic size Eigen objects, e.g.Gravatar Benoit Jacob2009-01-10
* oops, fix compilation (sorry for all that noise!)Gravatar Benoit Jacob2009-01-09
* overloaded operator delete should call ei_conditinal_aligned_free, notGravatar Benoit Jacob2009-01-09
* EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the classGravatar Benoit Jacob2009-01-08
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* remove the Matrix_ prefixGravatar Benoit Jacob2009-01-06
* * introduce macros to replace inheritance for operator new overloadingGravatar Benoit Jacob2009-01-06
* ...so the placement new is really trivial:)Gravatar Benoit Jacob2009-01-05
* oops, placement new should take a void*Gravatar Benoit Jacob2009-01-05
* we also had to overload the placement new... issue uncovered by Tim whenGravatar Benoit Jacob2009-01-05
* problem solved, we really want public inheritance and it is onlyGravatar Benoit Jacob2009-01-05
* the empty base class optimization is not standard. Most compilers implement a...Gravatar Benoit Jacob2009-01-05
* *add PartialRedux::cross() with unit testGravatar Benoit Jacob2009-01-05
* fix compilation on apple: _mm_malloc was undefined. the fix is to just use ma...Gravatar Benoit Jacob2009-01-05
* oops forgot important parenthesesGravatar Benoit Jacob2009-01-04
* Fix bug in Matrix, in determining whether to overload operator new with an al...Gravatar Benoit Jacob2009-01-04
* * the 4th template param of Matrix is now Options. One bit for storageGravatar Benoit Jacob2009-01-04
* * In LU solvers: no need anymore to use row-major matricesGravatar Benoit Jacob2009-01-03
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* * call it beta2Gravatar Benoit Jacob2008-12-07
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* add internal documentationGravatar Benoit Jacob2008-11-30
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * add .imag() functionGravatar Gael Guennebaud2008-11-14
* refinements in Matrix docGravatar Benoit Jacob2008-11-03