eigen/unsupported/test
2016-08-03 16:08:37 -07:00
..
mpreal fixed macro name 2016-05-22 16:49:29 +02:00
alignedvector3.cpp
autodiff_scalar.cpp Add autodiff coverage for standard library hyperbolic functions, and tests. 2016-06-15 23:33:19 -07:00
autodiff.cpp bug #1264: fix compilation 2016-07-27 23:30:47 +02:00
BVH.cpp
CMakeLists.txt Deleted redundant regression test. 2016-08-03 16:08: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_meta.cpp Refactor the unsupported CXX11/Core module to internal headers only. 2016-04-26 11:20:25 +02:00
cxx11_non_blocking_thread_pool.cpp Return -1 from CurrentThreadId when called by thread outside the pool. 2016-06-23 16:40:07 -07:00
cxx11_runqueue.cpp fixed some double-promotion and sign-compare warnings 2016-05-11 23:02:26 +02: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 Make EIGEN_HAS_VARIADIC_TEMPLATES user configurable 2016-05-20 15:05:38 +02:00
cxx11_tensor_broadcasting.cpp Make EIGEN_HAS_CONSTEXPR user configurable 2016-05-20 15:10:08 +02:00
cxx11_tensor_cast_float16_cuda.cu Fixed a typo 2016-03-18 12:08:01 -07:00
cxx11_tensor_casts.cpp
cxx11_tensor_chipping.cpp
cxx11_tensor_comparisons.cpp
cxx11_tensor_concatenation.cpp
cxx11_tensor_const.cpp
cxx11_tensor_contract_cuda.cu Added tests for full contractions using thread pools and gpu devices. 2016-05-05 09:05:45 -07:00
cxx11_tensor_contraction.cpp Updated the contraction code to ensure that full contraction return a tensor of rank 0 2016-05-05 08:37:47 -07:00
cxx11_tensor_convolution.cpp
cxx11_tensor_cuda.cu Add TernaryFunctors and the betainc SpecialFunction. 2016-06-02 17:04:19 -07:00
cxx11_tensor_custom_index.cpp
cxx11_tensor_custom_op.cpp
cxx11_tensor_device.cu Avoid unecessary type promotion 2016-05-05 09:26:57 -07:00
cxx11_tensor_dimension.cpp fix compilation with c++11 2016-07-07 15:18:23 +02: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 Don't rely on c++11 extension when we don't have to. 2016-05-17 07:21:22 -07:00
cxx11_tensor_fft.cpp Enable and fix -Wdouble-conversion warnings 2016-05-05 13:35:45 +02:00
cxx11_tensor_fixed_size.cpp Enable and fix -Wdouble-conversion warnings 2016-05-05 13:35:45 +02: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
cxx11_tensor_ifft.cpp
cxx11_tensor_image_patch.cpp Reduced the memory footprint of the cxx11_tensor_image_patch test 2016-05-04 21:08:22 -07:00
cxx11_tensor_index_list.cpp Added support for statically known lists of pairs of indices 2016-05-25 11:04:14 -07:00
cxx11_tensor_inflation.cpp
cxx11_tensor_intdiv.cpp Fixed compilation warning 2016-05-09 19:24:41 -07:00
cxx11_tensor_io.cpp Add unit test for printing empty tensors 2016-06-23 18:54:30 +02:00
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 Split test_slice_in_expr which seems to be huge for visual 2016-07-11 11:46:55 +02: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 Fix testing of log nearby 1 2016-07-22 15:44:26 +02:00
cxx11_tensor_of_strings.cpp
cxx11_tensor_padding.cpp
cxx11_tensor_patch.cpp
cxx11_tensor_random_cuda.cu Added a few tests to validate the generation of random tensors on GPU. 2016-05-11 10:05:56 -07: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 Improved partial reductions in more cases 2016-07-22 17:18:20 -07:00
cxx11_tensor_ref.cpp
cxx11_tensor_reverse.cpp
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_scan_cuda.cu Added a test to validate the tensor scan evaluation on GPU. The test is currently disabled since the code segfaults. 2016-06-27 16:02:52 -07:00
cxx11_tensor_scan.cpp Add missing CUDA kernel to tensor scan op 2016-06-29 11:54:35 +01:00
cxx11_tensor_shuffling.cpp
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 Add syntactic sugar to Eigen tensors to allow more natural syntax. 2016-06-02 12:41:28 -07:00
cxx11_tensor_symmetry.cpp
cxx11_tensor_thread_pool.cpp Avoid unnecessary conversions between floats and doubles 2016-05-11 23:00:03 -07: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
dgmres.cpp
FFT.cpp
FFTW.cpp Fix warnings 2016-07-08 11:38:11 +02:00
forward_adolc.cpp
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 Silenced several double-promotion warnings 2016-05-22 18:17:04 +02:00
matrix_functions.h Silenced several double-promotion warnings 2016-05-22 18:17:04 +02:00
matrix_power.cpp Silenced several double-promotion warnings 2016-05-22 18:17:04 +02:00
matrix_square_root.cpp
minres.cpp
mpreal_support.cpp Implement digits10 for mpreal 2016-07-25 14:38:55 +02:00
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
special_functions.cpp bug #1232: refactor special functions as a new SpecialFunctions module, currently in unsupported/. 2016-07-08 11:13:55 +02:00
splines.cpp Fixed compilation warning 2016-02-09 20:43:41 -08:00