eigen/unsupported/test
2015-11-19 14:08:08 -08:00
..
mpreal Enable mpreal unit test for C++11 compiler only 2015-10-27 17:35:54 +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 Added support for 128bit integers on CUDA devices. 2015-11-19 13:57:27 -08:00
cxx11_meta.cpp Fixed a few compilation warnings 2015-06-30 10:36:17 -07:00
cxx11_tensor_argmax_cuda.cpp Added support for argmax/argmin 2015-08-31 08:18:53 -07: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
cxx11_tensor_broadcasting.cpp
cxx11_tensor_casts.cpp
cxx11_tensor_chipping.cpp
cxx11_tensor_comparisons.cpp
cxx11_tensor_concatenation.cpp
cxx11_tensor_const.cpp
cxx11_tensor_contract_cuda.cpp Updated the cuda tests to use the new GpuDevice constructor 2015-07-15 12:39:26 -07:00
cxx11_tensor_contraction.cpp Allowed tensor contraction operation with an empty array of dimension pairs, which performs a tensor product. 2015-07-25 11:58:36 +02:00
cxx11_tensor_convolution.cpp
cxx11_tensor_cuda.cpp Fixed compilation error in a cuda test 2015-07-15 17:14:24 -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 Added support for user defined custom tensor op. 2015-06-30 15:36:29 -07:00
cxx11_tensor_device.cpp Updated the cuda tests to use the new GpuDevice constructor 2015-07-15 12:39:26 -07: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_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 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 Cleanup the integer division test 2015-11-19 14:07:50 -08:00
cxx11_tensor_io.cpp
cxx11_tensor_layout_swap.cpp
cxx11_tensor_lvalue.cpp
cxx11_tensor_map.cpp Updated the regressions tests that cover full reductions 2015-11-05 14:22:30 -08: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.cpp Added support for generation of random complex numbers on CUDA devices 2015-07-07 17:40:49 -07:00
cxx11_tensor_random.cpp Many files were missing in previous changeset. 2015-07-29 11:11:23 +02:00
cxx11_tensor_reduction_cuda.cpp Updated the regressions tests that cover full reductions 2015-11-05 14:22:30 -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
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 Updated the regressions tests that cover full reductions 2015-11-05 14:22:30 -08:00
cxx11_tensor_symmetry.cpp
cxx11_tensor_thread_pool.cpp Protect further isnan/isfinite/isinf calls 2015-08-16 14:00:02 +02:00
cxx11_tensor_uint128.cpp Shard the uint128 test 2015-11-19 14:08:08 -08: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
gmres.cpp
kronecker_product.cpp
levenberg_marquardt.cpp Fix trivial warnings in LevenbergMarquardt module and test 2015-04-24 21:35:30 +02:00
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