eigen/unsupported/test
2015-01-28 10:02:47 -08:00
..
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 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
CMakeLists.txt Created many additional tests 2015-01-14 15:46:04 -08: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 many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_broadcasting.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_casts.cpp Created a test for tensor type casting 2015-01-14 10:17:02 -08:00
cxx11_tensor_chipping.cpp gcc doesn't consider that 2015-01-16 09:09:23 -08:00
cxx11_tensor_comparisons.cpp Created additional tests for the tensor code. 2014-06-05 10:49:34 -07:00
cxx11_tensor_concatenation.cpp Created many additional tests 2015-01-14 15:46:04 -08: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_contract_cuda.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_contraction.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_convolution.cpp Misc improvements and cleanups 2014-10-13 17:02:09 -07:00
cxx11_tensor_cuda.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_device.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_dimension.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_expr.cpp Added cube() operation 2015-01-15 11:11:48 -08:00
cxx11_tensor_fixed_size.cpp Misc improvements for fixed size tensors 2015-01-14 12:39:34 -08:00
cxx11_tensor_forced_eval.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_image_patch.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_index_list.cpp Expanded the functionality of index lists 2015-01-14 15:29:48 -08:00
cxx11_tensor_intdiv.cpp Added support for fast integer divisions by a constant 2014-08-14 22:13:21 -07:00
cxx11_tensor_io.cpp Fixed the printing of RowMajor tensors 2015-01-14 12:43:20 -08:00
cxx11_tensor_layout_swap.cpp Added ability to swap the layout of a tensor 2015-01-14 10:14:46 -08: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 Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_morphing.cpp gcc doesn't consider that 2015-01-16 09:09:23 -08:00
cxx11_tensor_of_complex.cpp Fixed the return types of unary and binary expressions to properly handle the case where it is different from the input type (e.g. abs(complex<float>)) 2014-10-16 10:41:07 -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 Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_padding.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_patch.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_random.cpp Improved the performance of tensor reductions 2015-01-14 10:19:33 -08:00
cxx11_tensor_reduction.cpp Added more tests to cover tensor reductions 2015-01-28 10:02:47 -08:00
cxx11_tensor_ref.cpp Improved tensor references 2015-01-14 10:13:08 -08:00
cxx11_tensor_reverse.cpp Added ability to reverse the order of the coefficients in a tensor 2015-01-14 10:15:58 -08:00
cxx11_tensor_shuffling.cpp gcc doesn't consider that 2015-01-16 09:09:23 -08:00
cxx11_tensor_simple.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_striding.cpp gcc doesn't consider that 2015-01-16 09:09:23 -08: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 Created many additional tests 2015-01-14 15:46:04 -08:00
dgmres.cpp
FFT.cpp
FFTW.cpp Fix FFTW unit test with clang 2014-02-17 09:56:46 +01:00
forward_adolc.cpp
gmres.cpp
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
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 Update reference value for testNistLanczos1 test 2014-09-02 17:35:11 +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
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