eigen/unsupported/test
Benoit Steiner 767424af18 Improved the functors defined for standard reductions
Added a functor to encapsulate the generation of random numbers on cpu and gpu.
2014-10-09 15:36:23 -07:00
..
mpreal Fix trivial warnings in MPRealSupport 2014-07-18 16:39:58 +02:00
alignedvector3.cpp Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
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 new unsupported and not finished SVD, using a divide and conquert algorithm, with tests and benchmark 2013-06-19 00:03:27 +02:00
BVH.cpp Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
CMakeLists.txt Generalized the gebp apis 2014-10-02 16:51:57 -07: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_assign.cpp Created more regression tests 2014-09-04 20:27:28 -07:00
cxx11_tensor_broadcasting.cpp Added support for broadcasting 2014-08-20 17:00:50 -07:00
cxx11_tensor_comparisons.cpp Created additional tests for the tensor code. 2014-06-05 10:49:34 -07:00
cxx11_tensor_concatenation.cpp Added support for tensor reductions and concatenations 2014-10-01 20:38:22 -07:00
cxx11_tensor_const.cpp More tests to validate the const-correctness of the tensor code. 2014-10-02 10:30:44 -07:00
cxx11_tensor_contraction.cpp Improved contraction test 2014-10-03 19:33:44 -07:00
cxx11_tensor_convolution.cpp Fixed a few compilation errors. 2014-06-10 10:31:29 -07:00
cxx11_tensor_device.cpp Created more regression tests 2014-09-04 20:27:28 -07:00
cxx11_tensor_dimension.cpp Fixes for the forced evaluation of tensor expressions 2014-10-02 10:39:36 -07:00
cxx11_tensor_expr.cpp Created additional tests for the tensor code. 2014-06-05 10:49:34 -07:00
cxx11_tensor_fixed_size.cpp Created additional tests for the tensor code. 2014-06-05 10:49:34 -07:00
cxx11_tensor_forced_eval.cpp Fixes for the forced evaluation of tensor expressions 2014-10-02 10:39:36 -07:00
cxx11_tensor_intdiv.cpp Added support for fast integer divisions by a constant 2014-08-14 22:13:21 -07:00
cxx11_tensor_lvalue.cpp Created additional unit tests for the tensor code and improved existing ones. 2014-06-13 10:20:28 -07:00
cxx11_tensor_map.cpp Added support for fixed sized tensors. 2014-05-06 11:18:37 -07:00
cxx11_tensor_morphing.cpp Misc api improvements and cleanups 2014-08-23 14:35:41 -07:00
cxx11_tensor_of_const_values.cpp Added tests for tensors of const values and tensors of stringswwq:: 2014-10-01 20:21:42 -07:00
cxx11_tensor_of_strings.cpp Added tests for tensors of const values and tensors of stringswwq:: 2014-10-01 20:21:42 -07:00
cxx11_tensor_padding.cpp Misc fixes. 2014-09-05 07:47:43 -07:00
cxx11_tensor_reduction.cpp Improved the functors defined for standard reductions 2014-10-09 15:36:23 -07:00
cxx11_tensor_shuffling.cpp Created more regression tests 2014-09-04 20:27:28 -07:00
cxx11_tensor_simple.cpp Created more regression tests 2014-09-04 20:27:28 -07:00
cxx11_tensor_striding.cpp Added a few regression tests 2014-08-14 00:25:22 -07:00
cxx11_tensor_symmetry.cpp unsupported/TensorSymmetry: factor out completely from Tensor module 2014-06-04 20:44:22 +02:00
cxx11_tensor_thread_pool.cpp Fixed the threadpool test 2014-06-09 09:19:21 -07:00
dgmres.cpp Add complex support to dgmres and the unit test 2013-03-20 18:38:22 +01:00
FFT.cpp merge 2010-02-16 21:41:04 -05:00
FFTW.cpp Fix FFTW unit test with clang 2014-02-17 09:56:46 +01:00
forward_adolc.cpp Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
gmres.cpp the repeated solves are already present in check_sparse_solving() 2012-10-09 13:30:48 +02:00
jacobisvd.cpp new unsupported and not finished SVD, using a divide and conquert algorithm, with tests and benchmark 2013-06-19 00:03:27 +02:00
kronecker_product.cpp optimize sparse-sparse Kronecker product 2014-02-14 14:46:01 +01:00
levenberg_marquardt.cpp relax some LM unit tests 2014-09-02 17:10:17 +02:00
matrix_exponential.cpp Add test for matrix power. 2012-08-27 22:48:37 +01:00
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 Add test for matrix power. 2012-08-27 22:48:37 +01:00
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 Update reference value for testNistLanczos1 test 2014-09-02 17:35:11 +02:00
NumericalDiff.cpp be sure that there's no name clash between NumericalDiff::df and the 2009-09-28 17:45:45 +02:00
openglsupport.cpp Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
polynomialsolver.cpp PolynomialSolver: test template constructor in test suite. 2014-05-19 18:34:10 +02:00
polynomialutils.cpp Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. 2012-07-13 14:42:47 -04:00
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
svd_common.h 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