.. |
mpreal
|
Fix trivial warnings in MPRealSupport
|
2014-07-18 16:39:58 +02:00 |
alignedvector3.cpp
|
|
|
autodiff_scalar.cpp
|
Fixed bug #702 and added unit test.
|
2013-11-07 18:32:24 +01:00 |
autodiff.cpp
|
Make some actual verifications inside the autodiff unit test
|
2014-04-01 17:44:48 +02:00 |
bdcsvd.cpp
|
D&C SVD: add scaling to avoid overflow, fix handling of fixed size matrices
|
2014-10-06 19:35:57 +02:00 |
BVH.cpp
|
|
|
CMakeLists.txt
|
Fix inner-stride of AlignedVector3
|
2014-09-18 22:46:46 +02:00 |
cxx11_meta.cpp
|
unsupported/CXX11/Core: allow gen_numeric_list to have a starting point
|
2014-06-04 19:54:22 +02:00 |
cxx11_tensor_simple.cpp
|
C++11/Tensor: Fix copyright headers
|
2013-11-16 00:03:23 +01:00 |
cxx11_tensor_symmetry.cpp
|
unsupported/TensorSymmetry: factor out completely from Tensor module
|
2014-06-04 20:44:22 +02:00 |
dgmres.cpp
|
Add complex support to dgmres and the unit test
|
2013-03-20 18:38:22 +01:00 |
FFT.cpp
|
|
|
FFTW.cpp
|
Fix FFTW unit test with clang
|
2014-02-17 09:56:46 +01:00 |
forward_adolc.cpp
|
|
|
gmres.cpp
|
|
|
kronecker_product.cpp
|
Let KroneckerProduct exploits the recently introduced generic InnerIterator class.
|
2014-09-29 13:37:49 +02:00 |
levenberg_marquardt.cpp
|
relax some LM unit tests
|
2014-09-02 17:10:17 +02:00 |
matrix_exponential.cpp
|
|
|
matrix_function.cpp
|
MatrixFunctions: Clean up StemFunction.h
|
2013-07-26 13:51:10 +01:00 |
matrix_functions.h
|
generateTestMatrix can use processTriangularMatrix
|
2013-07-15 00:43:14 +08:00 |
matrix_power.cpp
|
Fix compilation.
|
2013-08-02 22:40:36 +02:00 |
matrix_square_root.cpp
|
|
|
minres.cpp
|
MINRES, bug #715: add support for zero rhs, and remove square test.
|
2014-03-17 16:33:52 -07:00 |
mpreal_support.cpp
|
Remove unnecessary <bench/BenchTimer.h>include
|
2014-07-17 11:14:14 +02:00 |
NonLinearOptimization.cpp
|
Fixed warning on implicit integer conversion in test case code by using type VectorXd::Index instead of int.
|
2014-09-20 14:57:42 +02:00 |
NumericalDiff.cpp
|
|
|
openglsupport.cpp
|
|
|
polynomialsolver.cpp
|
PolynomialSolver: test template constructor in test suite.
|
2014-05-19 18:34:10 +02:00 |
polynomialutils.cpp
|
|
|
sparse_extra.cpp
|
Fix warning typedef XXX locally defined but not used
|
2013-06-21 09:27:38 +02:00 |
splines.cpp
|
Fixed index that would cause crash with two point, two derivative interpolation. Added static_cast.
|
2014-07-10 12:03:42 -06:00 |