aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix infinite recursion in ProductBase::coeff() (bug #447)Gravatar Jitse Niesen2012-04-18
* cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ...Gravatar Gael Guennebaud2012-04-18
* remove debug outputGravatar Gael Guennebaud2012-04-17
* Remove unused file EigenvaluesCommon.hGravatar Jitse Niesen2012-04-16
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Added spline interpolation with pre-defined knot parameters.Gravatar Hauke Heibel2012-04-13
* remove an extra ';' and suppress a 'variable used before its value is set' wa...Gravatar Gael Guennebaud2012-04-11
* remove use of GSL in polynomialsolver unit testGravatar Gael Guennebaud2012-04-11
* suppress extra ',' and ';'Gravatar Gael Guennebaud2012-04-10
* fix compilation of "somedensematrix.llt().matrixL().transpose()" (missing con...Gravatar Gael Guennebaud2012-04-10
* Replicate now makes use of the cost model to evaluate its nested expressionGravatar Gael Guennebaud2012-04-06
* uniformize eigen_gen_docs between branches / cleaningGravatar Thomas Capricelli2012-04-03
* does not include MatrixMaketIterator on win32,Gravatar Gael Guennebaud2012-03-31
* rm unused gsl_helper fileGravatar Gael Guennebaud2012-03-31
* fix bug #362 and add missing specialization for affine-compact * projectiveGravatar Gael Guennebaud2012-03-30
* fix compilation with ICCGravatar Gael Guennebaud2012-03-30
* Add private copy constructors to sparse solvers backendsGravatar Desire NUENTSA2012-03-29
* Cholmod does not compute a determinantGravatar Desire NUENTSA2012-03-29
* Adding a householder-GMRES implementation from Kolja BrixGravatar Desire NUENTSA2012-03-29
* Correct a small bug in sparse_solverGravatar Desire NUENTSA2012-03-29
* modify the unit tests of sparse linear solvers to enable tests on real matri...Gravatar Desire NUENTSA2012-03-29
* add a benchmark routine for all sparse linear solvers in EigenGravatar Desire NUENTSA2012-03-29
* add missing forward declarationGravatar Gael Guennebaud2012-03-29
* add sparse * permutation products with assiciated unit testsGravatar Gael Guennebaud2012-03-29
* add sparse-selfadjoint to sparse-selfadjoint assignment operatorsGravatar Gael Guennebaud2012-03-29
* fix bug #439: add Quaternion::FromTwoVectors() static constructorGravatar Gael Guennebaud2012-03-26
* we have a new server for hosting CDash reports.Gravatar Gael Guennebaud2012-03-22
* Algorithm to equilibrate rows and columns of a square matrixGravatar Desire NUENTSA2012-03-22
* Add simple API to set Pastix parametersGravatar Desire NUENTSA2012-03-22
* compress loaded market matrixGravatar Desire NUENTSA2012-03-22
* workaround stupid gcc 4.7 warningGravatar Gael Guennebaud2012-03-22
* s/__SSE3__/EIGEN_VECTORIZE_SSE3Gravatar Gael Guennebaud2012-03-21
* improve FindFFTW cmake moduleGravatar Gael Guennebaud2012-03-15
* Add some documentation to existing methods in the Householder module.Gravatar Kolja Brix2012-03-08
* remove parenthesis suggestion warningGravatar Gael Guennebaud2012-03-14
* add 2 missing ReverseInnerIteratorsGravatar Gael Guennebaud2012-03-14
* Fixed division by zero corner case in array unit test.Gravatar Hauke Heibel2012-03-09
* declare Block::m_outerStride as Index (instead of int)Gravatar Gael Guennebaud2012-03-09
* export IsRowMajor in MappedSparseMatrixGravatar Gael Guennebaud2012-03-09
* rm cC++11 featuresGravatar Gael Guennebaud2012-03-09
* typo in variable name not revealed by ICCGravatar Gael Guennebaud2012-03-08
* fix conversion warningGravatar Gael Guennebaud2012-03-08
* Adding an interface to PaStiX, the multithreaded and distributed linear solverGravatar Desire NUENTSA2012-03-08
* Adding support to read and write complex matrices in Matrix Market formatGravatar Desire NUENTSA2012-03-08
* Improved the unit tests for setLinSpaced.Gravatar Hauke Heibel2012-03-07
* Fixed setLinSpaced for size==1.Gravatar Hauke Heibel2012-03-07
* Added support for component-wise pow (equivalent to Matlab's operator .^).Gravatar Hauke Heibel2012-03-07
* Moved the operator/(Scalar,ArrayBase) into the Eigen namespace.Gravatar Hauke Heibel2012-03-02
* Added support for scalar / array division.Gravatar Hauke Heibel2012-03-02
* Replicate ctor now uses Index instead of int.Gravatar Hauke Heibel2012-03-02