eigen/unsupported/test
2016-02-01 07:44:31 -08: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
autodiff.cpp Add unit test for Hessian via AutoDiffScalar 2015-11-05 14:54:05 +01:00
BVH.cpp
CMakeLists.txt Made sure to call nvcc with the relaxed-constexpr flag. 2016-01-28 15:36:34 -08:00
cxx11_meta.cpp
cxx11_tensor_argmax_cuda.cu Sharded the CUDA argmax tensor test 2016-01-31 10:44:15 -08:00
cxx11_tensor_argmax.cpp Updated the regressions tests that cover full reductions 2015-11-05 14:22:30 -08: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_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 Made the CUDA contract test more robust to numerical noise. 2016-01-30 10:28:43 -08:00
cxx11_tensor_contraction.cpp Backout changeset 690bc950f7 2016-01-22 15:03:53 +01:00
cxx11_tensor_convolution.cpp
cxx11_tensor_cuda.cu Sharded the cxx11_tensor_cuda test and fixed a memory leak 2016-01-30 11:47:09 -08: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 Sharded the tensor device test 2016-02-01 07:34:59 -08:00
cxx11_tensor_dimension.cpp Fixed a typo in a test and a compilation warning 2015-07-17 16:50:47 -07:00
cxx11_tensor_empty.cpp Fixed a few compilation warnings 2016-01-31 16:48:50 -08:00
cxx11_tensor_expr.cpp
cxx11_tensor_fft.cpp Fixed compilation error triggered by gcc 4.7 2015-10-26 10:47:37 -07:00
cxx11_tensor_fixed_size.cpp Added a few tests to cover rank-0 tensors 2015-10-29 17:56:48 -07:00
cxx11_tensor_forced_eval.cpp
cxx11_tensor_generator.cpp
cxx11_tensor_ifft.cpp Added tests for the fft code 2015-10-22 16:52:55 -07:00
cxx11_tensor_image_patch.cpp
cxx11_tensor_index_list.cpp Completed the IndexList rewrite 2015-11-12 18:11:56 -08:00
cxx11_tensor_inflation.cpp
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 Backout changeset 690bc950f7 2016-01-22 15:03:53 +01:00
cxx11_tensor_math.cpp Added support for sigmoid function to the tensor module 2015-07-17 09:29:00 -07:00
cxx11_tensor_mixed_indices.cpp
cxx11_tensor_morphing.cpp Fix return type for TensorEvaluator<TensorSlicingOp>::data 2015-09-17 09:40:21 -07:00
cxx11_tensor_of_complex.cpp
cxx11_tensor_of_const_values.cpp
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 Many files were missing in previous changeset. 2015-07-29 11:11:23 +02:00
cxx11_tensor_reduction_cuda.cu Shared the tensor reduction test 2016-02-01 07:44:31 -08:00
cxx11_tensor_reduction.cpp Updated the regressions tests that cover full reductions 2015-11-05 14:22:30 -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_shuffling.cpp Added a test for shuffling 2015-07-29 15:01:21 -07:00
cxx11_tensor_simple.cpp Added a few tests to cover rank-0 tensors 2015-10-29 17:56:48 -07:00
cxx11_tensor_striding.cpp
cxx11_tensor_sugar.cpp Use the proper accessor to refer to the value of a scalar tensor 2015-12-10 22:53:56 -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 Fixed compilation warning generated by clang 2015-11-19 15:40:32 -08:00
cxx11_tensor_volume_patch.cpp
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
matrix_exponential.cpp
matrix_function.cpp
matrix_functions.h
matrix_power.cpp
matrix_square_root.cpp
minres.cpp
mpreal_support.cpp
NonLinearOptimization.cpp
NumericalDiff.cpp
openglsupport.cpp
polynomialsolver.cpp
polynomialutils.cpp
sparse_extra.cpp
splines.cpp