eigen/unsupported/test
2016-09-20 07:49:05 -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 Made AutoDiffJacobian more intuitive to use and updated for C++11 2016-09-16 14:03:55 +02:00
BVH.cpp
CMakeLists.txt Add CUDA-specific std::complex<T> specializations for scalar_sum_op, scalar_difference_op, scalar_product_op, and scalar_quotient_op. 2016-09-20 07:18:20 -07:00
cxx11_eventcount.cpp Properly size the list of waiters 2016-09-12 10:31:55 -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 Fix compilation when cuda_fp16.h does not exist. 2016-09-05 17:14:20 +02: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 Fix compilation when cuda_fp16.h does not exist. 2016-09-05 17:14:20 +02:00
cxx11_tensor_casts.cpp
cxx11_tensor_chipping.cpp
cxx11_tensor_comparisons.cpp
cxx11_tensor_complex_cuda.cu Added the ability to compute the absolute value of a complex number on GPU, as well as a test to catch the problem. 2016-09-12 13:46:13 -07:00
cxx11_tensor_complex_cwise_ops_cuda.cu Don't use c++11 features and fix include. 2016-09-20 07:49:05 -07:00
cxx11_tensor_concatenation.cpp
cxx11_tensor_const.cpp
cxx11_tensor_contract_cuda.cu Fix compilation when cuda_fp16.h does not exist. 2016-09-05 17:14:20 +02:00
cxx11_tensor_contraction.cpp Updated the contraction code to support constant inputs. 2016-09-01 11:41:27 -07:00
cxx11_tensor_convolution.cpp
cxx11_tensor_cuda.cu Fix compilation when cuda_fp16.h does not exist. 2016-09-05 17:14:20 +02:00
cxx11_tensor_custom_index.cpp
cxx11_tensor_custom_op.cpp
cxx11_tensor_device.cu Fix compilation when cuda_fp16.h does not exist. 2016-09-05 17:14:20 +02: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
cxx11_tensor_of_const_values.cpp
cxx11_tensor_of_float16_cuda.cu Fix compilation when cuda_fp16.h does not exist. 2016-09-05 17:14:20 +02:00
cxx11_tensor_of_strings.cpp
cxx11_tensor_padding.cpp
cxx11_tensor_patch.cpp
cxx11_tensor_random_cuda.cu Fix compilation when cuda_fp16.h does not exist. 2016-09-05 17:14:20 +02:00
cxx11_tensor_random.cpp
cxx11_tensor_reduction_cuda.cu Fixed a bug impacting some outer reductions on GPU 2016-09-12 18:36:52 -07: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
cxx11_tensor_scan_cuda.cu Fix compilation when cuda_fp16.h does not exist. 2016-09-05 17:14:20 +02: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
EulerAngles.cpp Fix Gael reports (except documention) 2016-06-02 22:12:57 +03:00
FFT.cpp
FFTW.cpp Fix warnings 2016-07-08 11:38:11 +02:00
forward_adolc.cpp
gmres.cpp
kronecker_product.cpp Include missing forward declaration of SparseMatrix 2016-08-29 18:56:46 +02:00
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