eigen/unsupported/test
2016-05-05 16:24:15 -07:00
..
mpreal
alignedvector3.cpp
autodiff_scalar.cpp
autodiff.cpp Enable and fix -Wdouble-conversion warnings 2016-05-05 13:35:45 +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 Enable and fix -Wdouble-conversion warnings 2016-05-05 13:35:45 +02: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 some singed/unsigned comparison warnings 2016-05-05 13:36:28 +02:00
cxx11_tensor_argmax_cuda.cu
cxx11_tensor_argmax.cpp Restore Tensor support for non c++11 compilers 2016-04-29 15:19:19 -07:00
cxx11_tensor_assign.cpp
cxx11_tensor_broadcasting.cpp
cxx11_tensor_cast_float16_cuda.cu
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 Fixed a few memory leaks 2016-04-28 18:55:53 -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 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 Enable and fix -Wdouble-conversion warnings 2016-05-05 13:35:45 +02: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
cxx11_tensor_inflation.cpp
cxx11_tensor_intdiv.cpp
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
cxx11_tensor_notification.cpp
cxx11_tensor_of_complex.cpp
cxx11_tensor_of_const_values.cpp
cxx11_tensor_of_float16_cuda.cu Refined the testing of log and exp on fp16 2016-05-05 16:24:15 -07:00
cxx11_tensor_of_strings.cpp
cxx11_tensor_padding.cpp
cxx11_tensor_patch.cpp
cxx11_tensor_random_cuda.cu
cxx11_tensor_random.cpp
cxx11_tensor_reduction_cuda.cu
cxx11_tensor_reduction.cpp
cxx11_tensor_ref.cpp
cxx11_tensor_reverse.cpp
cxx11_tensor_roundings.cpp
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
cxx11_tensor_symmetry.cpp
cxx11_tensor_thread_pool.cpp Avoided unecessary type promotion 2016-05-05 09:08:42 -07:00
cxx11_tensor_uint128.cpp
cxx11_tensor_volume_patch.cpp
dgmres.cpp
FFT.cpp
FFTW.cpp Enable and fix -Wdouble-conversion warnings 2016-05-05 13:35:45 +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 Enable and fix -Wdouble-conversion warnings 2016-05-05 13:35:45 +02:00
matrix_functions.h
matrix_power.cpp Enable and fix -Wdouble-conversion warnings 2016-05-05 13:35:45 +02: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