eigen/unsupported/test
2016-04-29 18:30:40 -07:00
..
mpreal bug #1136: Protect isinf for Intel compilers. Also don't distinguish GCC from ICC and don't rely on EIGEN_NOT_A_MACRO, which might not be defined when including this. 2015-12-15 11:34:52 +01:00
alignedvector3.cpp Fix some trivial warnings 2015-08-19 21:38:18 +02:00
autodiff_scalar.cpp bug #1189: fix pow/atan2 compilation for AutoDiffScalar 2016-04-05 14:49:41 +02:00
autodiff.cpp bug #1189: fix pow/atan2 compilation for AutoDiffScalar 2016-04-05 14:49:41 +02:00
BVH.cpp
CMakeLists.txt Made several tensor tests compatible with cxx03 2016-04-29 17:22:37 -07:00
cxx11_eventcount.cpp Use EIGEN_THREAD_YIELD instead of std::this_thread::yield to make the code more portable. 2016-04-21 08:47:28 -07:00
cxx11_float16.cpp Fixed compilation errors generated by clang 2016-04-29 18:30:40 -07:00
cxx11_meta.cpp Refactor the unsupported CXX11/Core module to internal headers only. 2016-04-26 11:20:25 +02:00
cxx11_runqueue.cpp Fixed several compilation warnings 2016-04-21 11:03:02 -07:00
cxx11_tensor_argmax_cuda.cu Merged patch 672 from Justin Lebar: Don't use long doubles with cuda 2016-03-22 16:53:57 -07:00
cxx11_tensor_argmax.cpp Restore Tensor support for non c++11 compilers 2016-04-29 15:19:19 -07:00
cxx11_tensor_assign.cpp Updated the cxx11_tensor_assign test to make it compile without support for cxx11 2015-12-10 20:47:25 -08:00
cxx11_tensor_broadcasting.cpp Backout changeset 690bc950f7 2016-01-22 15:03:53 +01:00
cxx11_tensor_cast_float16_cuda.cu Fixed a typo 2016-03-18 12:08:01 -07:00
cxx11_tensor_casts.cpp Made 2 tests compile without cxx11. 2015-12-10 23:20:04 -08:00
cxx11_tensor_chipping.cpp
cxx11_tensor_comparisons.cpp
cxx11_tensor_concatenation.cpp
cxx11_tensor_const.cpp
cxx11_tensor_contract_cuda.cu Cleaned up a tensor contraction test 2016-02-01 13:57:41 -08:00
cxx11_tensor_contraction.cpp Fix bug in tensor contraction. The code assumes that contraction axis indices for the LHS (after possibly swapping to ColMajor!) is increasing. Explicitly sort the contraction axis pairs to make it so. 2016-03-17 15:08:02 -07:00
cxx11_tensor_convolution.cpp
cxx11_tensor_cuda.cu Fixed a few memory leaks 2016-04-28 18:55:53 -07:00
cxx11_tensor_custom_index.cpp Updated the custom indexing code: we can now use any container that provides the [] operator to index a tensor. Added unit tests to validate the use of std::map and a few more types as valid custom index containers 2015-10-15 14:58:49 -07:00
cxx11_tensor_custom_op.cpp Updated the cxx11_tensor_custom_op to not require cxx11. 2015-12-10 20:53:44 -08:00
cxx11_tensor_device.cu Silenced a few compilation warnings 2016-02-01 13:30:49 -08:00
cxx11_tensor_dimension.cpp Added a few tests to ensure that the dimensions of rank 0 tensors are correctly computed 2016-04-29 18:15:34 -07:00
cxx11_tensor_empty.cpp Fixed teh cxx11_tensor_empty test to compile without requiring cxx11 support 2016-04-29 16:53:55 -07:00
cxx11_tensor_expr.cpp
cxx11_tensor_fft.cpp Avoid unecessary type conversions 2016-02-05 18:19:41 -08:00
cxx11_tensor_fixed_size.cpp Made several tensor tests compatible with cxx03 2016-04-29 17:22:37 -07:00
cxx11_tensor_forced_eval.cpp Made the cxx11_tensor_forced_eval compile without c++11. 2016-04-29 15:48:59 -07:00
cxx11_tensor_generator.cpp Fixed compilation error triggered by gcc 4.7 2015-05-20 08:54:44 -07:00
cxx11_tensor_ifft.cpp Added tests for the fft code 2015-10-22 16:52:55 -07:00
cxx11_tensor_image_patch.cpp Improved and cleaned up the 2d patch extraction code 2015-07-07 08:52:14 -07:00
cxx11_tensor_index_list.cpp Completed the IndexList rewrite 2015-11-12 18:11:56 -08:00
cxx11_tensor_inflation.cpp Added support for tensor inflation. 2015-07-16 09:04:05 -07:00
cxx11_tensor_intdiv.cpp Fixed another clang compilation warning 2015-11-19 15:52:51 -08:00
cxx11_tensor_io.cpp
cxx11_tensor_layout_swap.cpp
cxx11_tensor_lvalue.cpp
cxx11_tensor_map.cpp Made several tensor tests compatible with cxx03 2016-04-29 17:22:37 -07:00
cxx11_tensor_math.cpp Fixed compilation warnings generated by clang 2016-04-12 20:53:18 -07:00
cxx11_tensor_mixed_indices.cpp Fixed compilation warnings generated by clang 2016-04-12 20:53:18 -07:00
cxx11_tensor_morphing.cpp Fix return type for TensorEvaluator<TensorSlicingOp>::data 2015-09-17 09:40:21 -07:00
cxx11_tensor_notification.cpp Fixed compilation error on windows 2016-03-24 18:54:31 -07:00
cxx11_tensor_of_complex.cpp Avoid using initializer lists in test since not all version of msvc support them 2016-03-05 08:35:26 -08:00
cxx11_tensor_of_const_values.cpp
cxx11_tensor_of_float16_cuda.cu Fixed the partial evaluation of non vectorizable tensor subexpressions 2016-04-25 10:43:03 -07:00
cxx11_tensor_of_strings.cpp
cxx11_tensor_padding.cpp
cxx11_tensor_patch.cpp
cxx11_tensor_random_cuda.cu Made the cuda tests compile using make check 2016-01-27 12:22:17 -08:00
cxx11_tensor_random.cpp Fixed syntax error 2016-03-04 14:37:51 -08:00
cxx11_tensor_reduction_cuda.cu Shared the tensor reduction test 2016-02-01 07:44:31 -08:00
cxx11_tensor_reduction.cpp Added missing include 2016-03-04 14:35:43 -08:00
cxx11_tensor_ref.cpp
cxx11_tensor_reverse.cpp Made 2 tests compile without cxx11. 2015-12-10 23:20:04 -08:00
cxx11_tensor_roundings.cpp Added tests to cover the new rounding, flooring and ceiling tensor operations. 2016-03-03 12:38:02 -08:00
cxx11_tensor_shuffling.cpp Added a test for shuffling 2015-07-29 15:01:21 -07:00
cxx11_tensor_simple.cpp Made several tensor tests compatible with cxx03 2016-04-29 17:22:37 -07:00
cxx11_tensor_striding.cpp
cxx11_tensor_sugar.cpp Added a test to validate the behavior of some of the tensor syntactic sugar. 2016-03-07 09:04:27 -08:00
cxx11_tensor_symmetry.cpp
cxx11_tensor_thread_pool.cpp Added a test to cover threaded tensor shuffling 2016-01-30 10:56:47 -08:00
cxx11_tensor_uint128.cpp Added missing assignment operator to the TensorUInt128 class, and made misc small improvements 2016-03-30 13:17:03 -07:00
cxx11_tensor_volume_patch.cpp Added support for 3D patch extraction 2015-06-30 14:48:26 -07:00
dgmres.cpp
FFT.cpp
FFTW.cpp
forward_adolc.cpp Update ADOL-C support. 2015-11-30 16:00:22 +01:00
gmres.cpp
kronecker_product.cpp
levenberg_marquardt.cpp Turn a converge check to a warning 2016-04-13 22:50:54 +02:00
matrix_exponential.cpp
matrix_function.cpp Replace all M_PI by EIGEN_PI and add a check to the testsuite. 2016-03-23 15:37:45 +01:00
matrix_functions.h
matrix_power.cpp Replace all M_PI by EIGEN_PI and add a check to the testsuite. 2016-03-23 15:37:45 +01:00
matrix_square_root.cpp
minres.cpp
mpreal_support.cpp
NonLinearOptimization.cpp bug #1197: fix/relax some LM unit tests 2016-04-09 11:14:02 +02:00
NumericalDiff.cpp
openglsupport.cpp
polynomialsolver.cpp
polynomialutils.cpp
sparse_extra.cpp
splines.cpp Fixed compilation warning 2016-02-09 20:43:41 -08:00