- 25 Jul, 2016 2 commits
-
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
- 26 Oct, 2015 1 commit
-
-
Gael Guennebaud authored
-
- 18 Sep, 2014 1 commit
-
-
Gael Guennebaud authored
-
- 07 Apr, 2014 1 commit
-
-
Jitse Niesen authored
-
- 15 Apr, 2012 1 commit
-
-
Jitse Niesen authored
-
- 09 Dec, 2011 2 commits
-
-
Gael Guennebaud authored
add a "using MKL" documentation page, add a minimal documentation of PARDISO wrapper classes, refine a bit the EIGEN_USE_* logic
-
Gael Guennebaud authored
- include MKL headers outside the Eigen namespace.
-
- 05 Dec, 2011 1 commit
-
-
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.
-
- 22 Feb, 2011 1 commit
-
-
Benoit Jacob authored
-
- 29 Jun, 2010 1 commit
-
-
Benoit Jacob authored
- all what's not in unsupported/ is considered stable API (except internal stuff e.g. expression templates).
-
- 19 Jun, 2010 1 commit
-
-
Gael Guennebaud authored
- mv Array/* into Core/ - merge Functors.h files, and move Norms.h into Dot.h
-
- 07 Jun, 2010 1 commit
-
-
Gael Guennebaud authored
-
- 01 Dec, 2009 1 commit
-
-
Mark Borgerding authored
-
- 18 Nov, 2009 1 commit
-
-
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
-
- 03 Nov, 2009 1 commit
-
-
Benoit Jacob authored
-
- 06 Feb, 2009 1 commit
-
-
Gael Guennebaud authored
-
- 02 Feb, 2009 1 commit
-
-
Benoit Jacob authored
* improve Experimental.dox * update urls from /api/ to /dox/
-
- 19 Jan, 2009 1 commit
-
-
Benoit Jacob authored
* remove all what was marked deprecated
-
- 18 Dec, 2008 1 commit
-
-
Benoit Jacob authored
of Eigen, and add a MSVC-friendly path in StaticAssert.
-
- 13 Oct, 2008 1 commit
-
-
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.
-
- 16 Aug, 2008 1 commit
-
-
Gael Guennebaud authored
-
- 22 Jul, 2008 1 commit
-
-
Gael Guennebaud authored
Documentation: * add an overview for each module. * add an example for .all() and Cwise::operator<
-
- 14 Jun, 2008 1 commit
-
-
Gael Guennebaud authored
To try it with the unit tests set the cmake variable TEST_LIB to ON.
-
- 12 May, 2008 1 commit
-
-
Benoit Jacob authored
-fix CMakeLists, public headers weren't getting installed
-
- 01 May, 2008 1 commit
-
-
Gael Guennebaud authored
extended cache optimal product to work in any row/column major situations, and a few bugfixes (forgot to add the Cholesky header, vectorization of CwiseBinary)
-