1. 25 Jul, 2016 2 commits
  2. 26 Oct, 2015 1 commit
  3. 18 Sep, 2014 1 commit
  4. 07 Apr, 2014 1 commit
  5. 15 Apr, 2012 1 commit
  6. 09 Dec, 2011 2 commits
  7. 05 Dec, 2011 1 commit
    • Unknown's avatar
      Intel(R) MKL support added. · 6cfcee78
      Unknown authored
      * * *
      License disclaimer changed to BSD license for MKL_support.h
      * * *
      Pardiso support fixed, test added.
      blas/lapack tests fixed: Scalar parameter was added in Cholesky, product_matrix_vector_triangular remaned to triangular_matrix_vector_product.
      * * *
      PARDISO test was added physically.
      6cfcee78
  8. 22 Feb, 2011 1 commit
  9. 29 Jun, 2010 1 commit
  10. 19 Jun, 2010 1 commit
  11. 07 Jun, 2010 1 commit
  12. 01 Dec, 2009 1 commit
  13. 18 Nov, 2009 1 commit
    • Gael Guennebaud's avatar
      Another big refactoring change: · 06306fdb
      Gael Guennebaud authored
      * add a new Eigen2Support module including Cwise, Flagged, and some other deprecated stuff
      * add a few cwiseXxx functions
      * adapt a few modules to use cwiseXxx instead of the .cwise() prefix
      06306fdb
  14. 03 Nov, 2009 1 commit
  15. 06 Feb, 2009 1 commit
  16. 02 Feb, 2009 1 commit
  17. 19 Jan, 2009 1 commit
  18. 18 Dec, 2008 1 commit
  19. 13 Oct, 2008 1 commit
    • Gael Guennebaud's avatar
      Big API change in Cholesky module: · faad5044
      Gael Guennebaud authored
       * rename Cholesky to LLT
       * rename CholeskyWithoutSquareRoot to LDLT
       * rename MatrixBase::cholesky() to llt()
       * rename MatrixBase::choleskyNoSqrt() to ldlt()
       * make {LLT,LDLT}::solve() API consistent with other modules
      
      Note that we are going to keep a source compatibility untill the next beta release.
      E.g., the "old" Cholesky* classes, etc are still available for some time.
      To be clear, Eigen beta2 should be (hopefully) source compatible with beta1,
      and so beta2 will contain all the deprecated API of beta1. Those features marked
      as deprecated will be removed in beta3 (or in the final 2.0 if there is no beta 3 !).
      
      Also includes various updated in sparse Cholesky.
      faad5044
  20. 16 Aug, 2008 1 commit
  21. 22 Jul, 2008 1 commit
  22. 14 Jun, 2008 1 commit
  23. 12 May, 2008 1 commit
  24. 01 May, 2008 1 commit