aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixBase.h
Commit message (Expand)AuthorAge
* 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
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* hide internal stuff from doxygen by using #ifndef EIGEN_PARSED_BY_DOXYGEN.Gravatar Benoit Jacob2008-12-07
* Add a generic matrix to Euler-angles function.Gravatar Gael Guennebaud2008-12-05
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * add .imag() functionGravatar Gael Guennebaud2008-11-14
* add lpNorm<p>() method to MatrixBase, implemented in Array module, withGravatar Benoit Jacob2008-11-03
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-03
* add Eigen namespace in front of Transpose (I needed that to add a Transpose f...Gravatar Gael Guennebaud2008-10-30
* add transposeInPlace (not optimized yet for rectangular matrix)Gravatar Gael Guennebaud2008-10-29
* add my copyright in MatrixBase.hGravatar Gael Guennebaud2008-10-13
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* Solve the issue found by Timothy in solveTriangular:Gravatar Gael Guennebaud2008-10-13
* * block() for vectors ---> segment()Gravatar Benoit Jacob2008-09-15
* move CommaInitializer out of MatrixBase and documment it (because of .finishe...Gravatar Gael Guennebaud2008-09-13
* add the missing templated version of block for sub-vectorsGravatar Gael Guennebaud2008-09-09
* fix stupid numerical stability issue in SVD::solve (though it is not yet as s...Gravatar Gael Guennebaud2008-09-04
* Add a Select expression in the Array module which mimics a coeff-wise ?: oper...Gravatar Gael Guennebaud2008-09-03
* Extended sparse unit-test: nested blocks and InnerIterators.Gravatar Daniel Gomez Ferro2008-09-02
* Rename someOrthogonal to unitOrthogonal. Fix a bug in it, with dyn-size vecto...Gravatar Benoit Jacob2008-08-24
* * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ...Gravatar Gael Guennebaud2008-08-24
* * add documentation of the cool (?) "print with format" featureGravatar Gael Guennebaud2008-08-23
* * Add the possibility to customize the output of matrices, e.g.:Gravatar Gael Guennebaud2008-08-21
* Added a SVD module:Gravatar Gael Guennebaud2008-08-19
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* * doc improvements in Cwise and PartialRedux:Gravatar Benoit Jacob2008-08-19