.. |
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
|
|
|
autodiff_scalar.cpp
|
|
|
autodiff.cpp
|
|
|
BVH.cpp
|
|
|
CMakeLists.txt
|
Properly fix merge issues.
|
2016-03-08 17:35:05 -08:00 |
cxx11_meta.cpp
|
Updated the cxx11_meta test to work on the Eigen::array class when std::array isn't available.
|
2016-03-11 11:53:38 -08:00 |
cxx11_tensor_argmax_cuda.cu
|
Sharded the CUDA argmax tensor test
|
2016-01-31 10:44:15 -08:00 |
cxx11_tensor_argmax.cpp
|
|
|
cxx11_tensor_assign.cpp
|
|
|
cxx11_tensor_broadcasting.cpp
|
Backout changeset 690bc950f7
|
2016-01-22 15:03:53 +01:00 |
cxx11_tensor_cast_float16_cuda.cu
|
Made half floats usable on hardware that doesn't support them natively.
|
2016-03-11 17:21:42 -08: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
|
Cleaned up a tensor contraction test
|
2016-02-01 13:57:41 -08:00 |
cxx11_tensor_contraction.cpp
|
Fix bug in tensor contraction. The code assumes that contraction axis indices for the LHS (after possibly swapping to ColMajor!) is increasing. Explicitly sort the contraction axis pairs to make it so.
|
2016-03-17 15:08:02 -07:00 |
cxx11_tensor_convolution.cpp
|
|
|
cxx11_tensor_cuda.cu
|
Resolve bad merge.
|
2016-03-08 17:28:21 -08:00 |
cxx11_tensor_custom_index.cpp
|
|
|
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
|
Silenced a few compilation warnings
|
2016-02-01 13:30:49 -08:00 |
cxx11_tensor_dimension.cpp
|
|
|
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
|
Avoid unecessary type conversions
|
2016-02-05 18:19:41 -08:00 |
cxx11_tensor_fixed_size.cpp
|
|
|
cxx11_tensor_forced_eval.cpp
|
|
|
cxx11_tensor_generator.cpp
|
|
|
cxx11_tensor_ifft.cpp
|
|
|
cxx11_tensor_image_patch.cpp
|
|
|
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
|
Backout changeset 690bc950f7
|
2016-01-22 15:03:53 +01:00 |
cxx11_tensor_math.cpp
|
|
|
cxx11_tensor_mixed_indices.cpp
|
|
|
cxx11_tensor_morphing.cpp
|
|
|
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
|
Improved a test
|
2016-03-14 20:03:13 -07:00 |
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
|
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
|
Added missing include
|
2016-03-04 14:35:43 -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_roundings.cpp
|
Added tests to cover the new rounding, flooring and ceiling tensor operations.
|
2016-03-03 12:38:02 -08:00 |
cxx11_tensor_shuffling.cpp
|
|
|
cxx11_tensor_simple.cpp
|
|
|
cxx11_tensor_striding.cpp
|
|
|
cxx11_tensor_sugar.cpp
|
Added a test to validate the behavior of some of the tensor syntactic sugar.
|
2016-03-07 09:04:27 -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
|
Don't try to compile the uint128 test with compilers that don't support uint127
|
2016-03-06 21:59:40 -08:00 |
cxx11_tensor_volume_patch.cpp
|
|
|
dgmres.cpp
|
|
|
FFT.cpp
|
|
|
FFTW.cpp
|
|
|
forward_adolc.cpp
|
|
|
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
|
Fixed compilation warning
|
2016-02-09 20:43:41 -08:00 |