aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Fixed a warning.Gravatar Hauke Heibel2010-04-26
* compileGravatar Benoit Jacob2010-04-25
* (proper commit this time)Gravatar Konstantinos Margaritis2010-04-24
* Backed out changeset 6972c140f737874d88da0e225c7c27b4563a4518Gravatar Konstantinos Margaritis2010-04-24
* replaced _mm_prefetch in GeneralBlockPanelKernel.h, with ei_prefetch() inline...Gravatar oem2010-04-24
* remove MakeBase, use ei_dense_xpr_base insteadGravatar Benoit Jacob2010-04-23
* * remove ei_block_direct_access_statusGravatar Benoit Jacob2010-04-23
* * remove class DenseDirectAccessBaseGravatar Benoit Jacob2010-04-23
* mergeGravatar Benoit Jacob2010-04-23
|\
| * restrict operator[] to vectors, not matrices.Gravatar Benoit Jacob2010-04-23
* | add minor to Eigen2SupportGravatar Benoit Jacob2010-04-22
* | remove MinorGravatar Benoit Jacob2010-04-22
* | remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.Gravatar Benoit Jacob2010-04-22
* | forgot to hg add...Gravatar Benoit Jacob2010-04-22
* | * fix Eigen2Support, was not including VectorBlock.hGravatar Benoit Jacob2010-04-22
* | mergeGravatar Benoit Jacob2010-04-22
|\ \
* | | * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
| |/ |/|
| * MSVC runs into problems when a forward declaration is using a different templ...Gravatar Hauke Heibel2010-04-22
|/
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* mergeGravatar Benoit Jacob2010-04-21
|\
* | fix compilation in Sparse (error introduced yesterday)Gravatar Benoit Jacob2010-04-21
| * Fixed two bad errors on std::vector.Gravatar Hauke Heibel2010-04-21
|/
* fix grave bug introduced by me: the low-level matrix-vector product functions...Gravatar Benoit Jacob2010-04-20
* oos, remove eval() used for debuggingGravatar Benoit Jacob2010-04-19
* mergeGravatar Benoit Jacob2010-04-18
|\
* | renaming (MatrixType ---> whatever appropriate)Gravatar Benoit Jacob2010-04-18
| * erf() is really non standard, better dont pollute eigen with it.Gravatar Thomas Capricelli2010-04-19
|/
* Fixed indentation and removed debug code.Gravatar Hauke Heibel2010-04-18
* Added support for STL lists with aligned Eigen types.Gravatar Hauke Heibel2010-04-18
* Disabled erf also for Cygwin where it is not supported and causes errors.Gravatar Hauke Heibel2010-04-18
* Disabled unsupported erf on MSVC machines.Gravatar Hauke Heibel2010-04-18
* introduce ei_erf() for various scalar typeGravatar Thomas Capricelli2010-04-18
* fix compilationGravatar Benoit Jacob2010-04-17
* Added MSVC stack allocation support.Gravatar Hauke Heibel2010-04-17
* oops, forgot to add DenseDirectAccessBaseGravatar Benoit Jacob2010-04-16
* fix ei_blas_traits directaccess check: in the case of vectors, having a nontr...Gravatar Benoit Jacob2010-04-16
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
| * taucs: make SupernodalMultifrontal the default modeGravatar Gael Guennebaud2010-04-15
| * an attempt to fix compilation with MSVCGravatar Gael Guennebaud2010-04-15
| * fix sparse squared normGravatar Gael Guennebaud2010-04-13
| * Merge.Gravatar Jitse Niesen2010-04-12
| |\
| * | Move computation of eigenvalues from RealSchur to EigenSolver.Gravatar Jitse Niesen2010-04-12
| * | RealSchur: Make sure zeros are really zero (cont'd); add default ctor, docs.Gravatar Jitse Niesen2010-04-12
| | * cholmod: assume selfadjoint matrix by default since selfadjoint flag has been...Gravatar Gael Guennebaud2010-04-09
| * | RealSchur: Make sure zeros are really zero; simplify initFrancisQRStep().Gravatar Jitse Niesen2010-04-09
| * | RealSchur: change parameter lists; minor rewrite of computeShift().Gravatar Jitse Niesen2010-04-07
| * | RealSchur: use makeHouseholder() to construct the transformation.Gravatar Jitse Niesen2010-04-07
| * | RealSchur: Rename l and n to il and iu.Gravatar Jitse Niesen2010-04-06
| * | RealSchur: split computation in smaller functions.Gravatar Jitse Niesen2010-04-06