Gael Guennebaud
|
62bce6e5e6
|
Make MatrixFunction use nested_eval instead of nested
|
2014-09-18 17:31:17 +02:00 |
|
Gael Guennebaud
|
060e835ee9
|
Add evaluator for the experimental AlignedVector3
|
2014-09-18 17:30:21 +02:00 |
|
Gael Guennebaud
|
0ca43f7e9a
|
Remove deprecated code not used by evaluators
|
2014-09-18 15:15:27 +02:00 |
|
Gael Guennebaud
|
749b56f6af
|
merge with default branch
|
2014-09-14 17:34:54 +02:00 |
|
Gael Guennebaud
|
dacd39ea76
|
Exploit sparse structure in naiveU and naiveV when updating them.
|
2014-09-05 17:51:46 +02:00 |
|
Gael Guennebaud
|
15bad3670b
|
Apply Householder U and V in-place.
|
2014-09-04 09:17:01 +02:00 |
|
Gael Guennebaud
|
c82dc227f1
|
Cleaning in BDCSVD (formating, handling of transpose case, remove some for loops)
|
2014-09-03 10:15:24 +02:00 |
|
Gael Guennebaud
|
a96f3d629c
|
Clean bdcsvd
|
2014-09-02 22:30:23 +02:00 |
|
Gael Guennebaud
|
1f398dfc82
|
Factorize *SVD::solve to SVDBase
|
2014-09-01 18:31:54 +02:00 |
|
Gael Guennebaud
|
b3a0365429
|
merge with default branch
|
2014-09-01 18:21:01 +02:00 |
|
Gael Guennebaud
|
eb39296028
|
Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class to Eigen/SVD, rm copy/pasted JacobiSVD.h file
|
2014-09-01 18:16:20 +02:00 |
|
Gael Guennebaud
|
72c4f8ca8f
|
Disable a few unit tests in unsupported
|
2014-09-01 17:35:58 +02:00 |
|
Gael Guennebaud
|
8754341848
|
Fix remaining garbage during a merge.
|
2014-09-01 17:25:13 +02:00 |
|
Gael Guennebaud
|
daad9585a3
|
Fix Kronecker product in legacy mode.
|
2014-09-01 17:24:07 +02:00 |
|
Gael Guennebaud
|
b051bbd64f
|
Make unsupport sparse solvers use SparseSolverBase
|
2014-09-01 17:21:47 +02:00 |
|
Gael Guennebaud
|
b3d63b4db2
|
Add evaluator for DynamicSparseMatrix
|
2014-09-01 17:21:05 +02:00 |
|
Gael Guennebaud
|
124d12a915
|
merge default branch
|
2014-08-29 15:20:31 +02:00 |
|
Freddie Witherden
|
c3e4080474
|
Allow LevenbergMarquardt to work with non-standard types.
|
2014-08-27 15:24:51 +01:00 |
|
Georg Drenkhahn
|
0ba490cf80
|
Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated LOCATION target property.
Small whitespace cleanup in CMakelLists.txt.
|
2014-08-22 12:13:07 +02:00 |
|
Jitse Niesen
|
abb33258ce
|
Doc: difference between array and matrix cosine etc (bug #830)
|
2014-09-06 14:59:44 +01:00 |
|
Gael Guennebaud
|
60314beb38
|
Update reference value for testNistLanczos1 test
|
2014-09-02 17:35:11 +02:00 |
|
Gael Guennebaud
|
280661e67d
|
Remove LM::sqrt_() member function in favor of a shortcut for sqrt(epsilon())
|
2014-09-02 17:29:06 +02:00 |
|
Gael Guennebaud
|
ff9bfc45f7
|
relax some LM unit tests
|
2014-09-02 17:10:17 +02:00 |
|
Kolja Brix
|
953ec08089
|
Correct GMRES:
* Fix error in calculation of residual at restart.
* Use relative residual as stopping criterion.
* Improve documentation.
|
2014-08-02 18:39:15 +02:00 |
|
Gael Guennebaud
|
d79516660c
|
Make loadMarket use the sparse-matrix index type, thus enabling loading huge matrices.
|
2014-07-31 16:43:19 +02:00 |
|
Jitse Niesen
|
5f3d542b8a
|
Fix typo in MatrixExponential noticed by Markos.
|
2014-07-25 13:34:03 +01:00 |
|
Gael Guennebaud
|
36e6c9064f
|
bug #770: fix out of bounds access
|
2014-07-18 14:19:18 +02:00 |
|
Gael Guennebaud
|
5e72151ca5
|
bug #842: warn user about MPFR++ being under the GPL
|
2014-07-17 12:06:20 +02:00 |
|
Gael Guennebaud
|
2cd38a6634
|
merge
|
2014-07-17 12:01:55 +02:00 |
|
Gael Guennebaud
|
84ad8ce7e3
|
Fix bug #770: workaround thread safety in mpreal
|
2014-07-17 12:00:56 +02:00 |
|
Gael Guennebaud
|
40b74411e4
|
bug #842: update mpreal copy (fix compilation with clang)
|
2014-07-17 11:59:51 +02:00 |
|
Christoph Hertzberg
|
14c8793a70
|
Remove unnecessary <bench/BenchTimer.h>include
|
2014-07-17 11:14:14 +02:00 |
|
Gael Guennebaud
|
424c3ad266
|
bug #842: fix specialized product for mpreal
|
2014-07-17 09:41:33 +02:00 |
|
Hauke Heibel
|
5f1eedd655
|
Merged in complexzeros/eigen (pull request PR-69)
Added Spline interpolation with derivatives.
|
2014-07-11 12:03:10 +02:00 |
|
Jeff
|
b1169ce40c
|
Fixed index that would cause crash with two point, two derivative interpolation. Added static_cast.
|
2014-07-10 12:03:42 -06:00 |
|
Kolja Brix
|
e955725ff1
|
Fix GMRES: Initialize essential Householder vector with correct dimension. Add check if initial guess is already a sufficient approximation.
|
2014-07-10 08:20:55 +02:00 |
|
Gael Guennebaud
|
904509fbb6
|
Move using std::abs from Eigen's namespace to function scope.
|
2014-07-08 10:28:09 +02:00 |
|
Chen-Pang He
|
85777fc131
|
Mark internal namespace as \internal
|
2014-07-06 13:45:54 +08:00 |
|
Christoph Hertzberg
|
ef4a86d6b8
|
Fix trivial warnings in MPRealSupport
|
2014-07-18 16:39:58 +02:00 |
|
Gael Guennebaud
|
ac1bb3e5b3
|
bug #770: fix out of bounds access
|
2014-07-18 14:22:33 +02:00 |
|
Chen-Pang He
|
4860da2de1
|
Percent "Eigen" in dox to prevent linking if not referring to the Eigen namespace
|
2014-07-05 23:01:27 +08:00 |
|
Chen-Pang He
|
7a915f6846
|
Move Doxygen-only stuff to *.dox
|
2014-07-05 22:41:58 +08:00 |
|
Chen-Pang He
|
1a817d3b70
|
Document internal namespace
|
2014-07-05 21:50:05 +08:00 |
|
Chen-Pang He
|
8ee38d2db6
|
Fix dox for namespaces
|
2014-07-05 21:48:48 +08:00 |
|
Christoph Hertzberg
|
324e7e8fc9
|
Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation error is raised, if this compile-switch is defined. The documentation references to the corresponding pages from Eigen3.2 now. Also, the Eigen2 testsuite has been removed.
|
2014-07-01 16:58:11 +02:00 |
|
Jeff
|
08c615f1e4
|
IndexArray is now a typename.
Changed interpolate with derivatives test to use VERIFY_IS_APPROX.
|
2014-06-25 19:02:57 -06:00 |
|
Jeff
|
f9496d341f
|
Merged.
|
2014-06-23 20:24:31 -06:00 |
|
Jeff
|
e745a450de
|
Removed tabs and fixed indentation.
|
2014-06-23 20:18:16 -06:00 |
|
Jeff
|
e86adc87e9
|
Fixed type mixing issues.
|
2014-06-23 19:52:42 -06:00 |
|
Jeff
|
b59f045c07
|
Using LU decomposition with complete pivoting for better accuracy.
|
2014-06-23 19:04:52 -06:00 |
|