aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixBase.h
Commit message (Expand)AuthorAge
* fix a couple of issues related to recent productsGravatar Gael Guennebaud2009-07-28
* synch with main branchGravatar Gael Guennebaud2009-07-28
|\
* | implement high level API for SYMM and fix a couple of bugs related to complexGravatar Gael Guennebaud2009-07-22
| * re-implement stableNorm using a homemade blocky andGravatar Gael Guennebaud2009-07-17
* | synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\|
| * add a blueNorm() function implementing the Blues's stable normGravatar Gael Guennebaud2009-07-13
| * Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* | * change the nesting order of adjoint_return_type toGravatar Gael Guennebaud2009-07-07
* | * extended the cache friendly products to support C = alpha * A * M and C += ...Gravatar Gael Guennebaud2009-07-07
* | 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
| * * rename QR to HouseholderQR because really that impacts the API, not just th...Gravatar Benoit Jacob2009-07-06
| * add a VectorBlock expr as a specialization of BlockGravatar Gael Guennebaud2009-07-05
| * * polish computeInverseWithCheck to share more code, fix documentation, fix c...Gravatar Benoit Jacob2009-06-29
| * computeInverseWithCheck method added to matrix base (specialization for 1D to...Gravatar Manuel Yguel2009-06-29
* | new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
|/
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | * add a writable generic coeff wise expression (CwiseUnaryView)Gravatar Gael Guennebaud2009-05-20
|/
* add partial-pivoting LU decompositionGravatar Benoit Jacob2009-05-13
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* *add missing overloads of setZero, etc... that were mentioned in the tutorialGravatar Benoit Jacob2009-05-06
* fixed my mistake in castGravatar Gael Guennebaud2009-04-29
* casting to the same type no longer generates a CwiseUnaryOpGravatar Gael Guennebaud2009-04-29
* stupid typoGravatar Gael Guennebaud2009-04-06
* * fixed truncation warnings caused by MatrixBase::CoeffReturnType under MSVCGravatar Kenneth Frank Riddile2009-04-03
* now if Derived has the DirectAccess flag, then MatrixBase<Derived>::coeff() c...Gravatar Benoit Jacob2009-04-01
* add adjointInPlace() and add documentation warnings on adjoint() and transpos...Gravatar Benoit Jacob2009-03-31
* * enable vectorization of sin, cos, etc. by default with an option toGravatar Gael Guennebaud2009-03-26
* add optimized cross3 function (code from Rohit Garg)Gravatar Gael Guennebaud2009-03-11
* fix compilation with old, and future gccGravatar Gael Guennebaud2009-03-10
* big addons:Gravatar Gael Guennebaud2009-03-05
* add ReturnByValue pseudo expression for in-place evaluation with aGravatar Gael Guennebaud2009-03-04
* * add ei_predux_mul internal functionGravatar Gael Guennebaud2009-02-10
* fix ICC internal compilation errorGravatar Gael Guennebaud2009-02-10
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* add snippet for sub/super diagonalGravatar Gael Guennebaud2009-02-05
* Add sub/super-diagonal expression (read/write) as a trivial extension ofGravatar Gael Guennebaud2009-02-05
* add MatrixBase::stableNorm() avoiding over/under-flowGravatar Gael Guennebaud2009-01-28
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* * solveTriangularInPlace(): take a const ref and const_cast it, to allow pass...Gravatar Benoit Jacob2009-01-25
* add fill() function as an alias for setConstantGravatar Gael Guennebaud2009-01-24
* * QR: add a rank() method and improve the accuracy of the rankGravatar Gael Guennebaud2009-01-20
* * clarify the situation with experimental partsGravatar Benoit Jacob2009-01-19
* Add support for sparse * dense and dense * sparse matrix/vector productsGravatar Gael Guennebaud2009-01-14
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* * more MSVC warning fixes from Kenneth RiddileGravatar Benoit Jacob2008-12-19