.. |
mpreal
|
fixed macro name
|
2016-05-22 16:49:29 +02:00 |
alignedvector3.cpp
|
Fix some trivial warnings
|
2015-08-19 21:38:18 +02:00 |
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
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
CMakeLists.txt
|
Simplified the way we link libxsmm
|
2016-12-21 14:40:08 -08: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
|
Introduce a portable EIGEN_SLEEP macro.
|
2016-12-09 14:52:15 -08: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
|
Cleaned up a regression test
|
2016-10-08 19:12:44 +00: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_broadcast_sycl.cpp
|
Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for tensor_broadcast_sycl on GPU; adding get_sycl_supported_devices() on syclDevice.h.
|
2016-11-25 16:19:07 +00:00 |
cxx11_tensor_broadcasting.cpp
|
Make EIGEN_HAS_CONSTEXPR user configurable
|
2016-05-20 15:10:08 +02:00 |
cxx11_tensor_builtins_sycl.cpp
|
Adding asynchronous execution as it improves the performance.
|
2016-12-14 17:38:53 +00: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
|
Made 2 tests compile without cxx11.
|
2015-12-10 23:20:04 -08:00 |
cxx11_tensor_chipping.cpp
|
Updated a regression test to avoid compilation errors when compiling with gcc 4.7
|
2015-04-16 12:15:27 -07:00 |
cxx11_tensor_comparisons.cpp
|
Replaced POSIX random() by internal::random
|
2015-02-28 18:39:37 +01:00 |
cxx11_tensor_complex_cuda.cu
|
Add a test that GPU complex product reductions match CPU reductions.
|
2016-10-06 11:10:14 -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_sycl.cpp
|
Converting all parallel for lambda to functor in order to prevent kernel duplication name error; adding tensorConcatinationOp backend for sycl.
|
2016-12-16 19:46:45 +00:00 |
cxx11_tensor_concatenation.cpp
|
Fixed compilation warnings
|
2015-02-27 23:51:16 -08:00 |
cxx11_tensor_const.cpp
|
Changed the way lvalue operations are declared in TensorBase: this fixes constness isses that prevented some expressions mixing lvalues and rvalues from compiling.
|
2015-03-17 09:57:20 -07:00 |
cxx11_tensor_contract_cuda.cu
|
Fixed a compilation warning
|
2016-10-28 03:50:31 +00:00 |
cxx11_tensor_contract_sycl.cpp
|
Adding tensor contraction operation backend for Sycl; adding test for contractionOp sycl backend; adding temporary solution to prevent memory leak in buffer; cleaning up cxx11_tensor_buildins_sycl.h
|
2016-12-14 15:30:37 +00: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
|
Updated the cxx11_tensor_convolution test to avoid using cxx11 features. This should enable the test to compile with gcc 4.7 and older
|
2015-04-16 12:29:16 -07:00 |
cxx11_tensor_cuda.cu
|
Fixed a few more compilation warnings
|
2016-10-28 04:01:01 +00: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_sycl.cpp
|
Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for tensor_broadcast_sycl on GPU; adding get_sycl_supported_devices() on syclDevice.h.
|
2016-11-25 16:19:07 +00:00 |
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
|
Call internal::array_prod to compute the total size of the tensor.
|
2016-11-28 09:00:31 -08:00 |
cxx11_tensor_forced_eval_sycl.cpp
|
Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for tensor_broadcast_sycl on GPU; adding get_sycl_supported_devices() on syclDevice.h.
|
2016-11-25 16:19:07 +00: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
|
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
|
Sharded the tensor_image_patch test to help it run on low power devices
|
2016-10-27 21:48:21 -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
|
Added support for tensor inflation.
|
2015-07-16 09:04:05 -07:00 |
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
|
Added ability to swap the layout of a tensor
|
2015-01-14 10:14:46 -08:00 |
cxx11_tensor_lvalue.cpp
|
Created additional unit tests for the tensor code and improved existing ones.
|
2014-06-13 10:20:28 -07:00 |
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_sycl.cpp
|
Adding sycl backend for TensorPadding.h; disbaling __unit128 for sycl in TensorIntDiv.h; disabling cashsize for sycl in tensorDeviceDefault.h; adding sycl backend for StrideSliceOP ; removing sycl compiler warning for creating an array of size 0 in CXX11Meta.h; cleaning up the sycl backend code.
|
2016-12-01 13:02:27 +00: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
|
Introduce a portable EIGEN_SLEEP macro.
|
2016-12-09 14:52:15 -08:00 |
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
|
Added tests for tensors of const values and tensors of stringswwq::
|
2014-10-01 20:21:42 -07:00 |
cxx11_tensor_of_float16_cuda.cu
|
Added support for expm1 in Eigen.
|
2016-12-02 14:13:01 -08:00 |
cxx11_tensor_of_strings.cpp
|
Fixed compilation warnings
|
2015-02-27 23:54:24 -08:00 |
cxx11_tensor_padding_sycl.cpp
|
Adding sycl backend for TensorPadding.h; disbaling __unit128 for sycl in TensorIntDiv.h; disabling cashsize for sycl in tensorDeviceDefault.h; adding sycl backend for StrideSliceOP ; removing sycl compiler warning for creating an array of size 0 in CXX11Meta.h; cleaning up the sycl backend code.
|
2016-12-01 13:02:27 +00:00 |
cxx11_tensor_padding.cpp
|
Created many additional tests
|
2015-01-14 15:46:04 -08:00 |
cxx11_tensor_patch.cpp
|
Added support for RowMajor layout to the tensor patch extraction cofde.
|
2015-02-25 13:29:12 -08:00 |
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
|
Fixed syntax error
|
2016-03-04 14:37:51 -08:00 |
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_sycl.cpp
|
Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for tensor_broadcast_sycl on GPU; adding get_sycl_supported_devices() on syclDevice.h.
|
2016-11-25 16:19:07 +00:00 |
cxx11_tensor_reduction.cpp
|
Improved partial reductions in more cases
|
2016-07-22 17:18:20 -07:00 |
cxx11_tensor_ref.cpp
|
Fixed compilation warning
|
2015-03-16 13:17:52 -07:00 |
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_scan_cuda.cu
|
Fixed compilation warning
|
2016-10-28 03:46:08 +00:00 |
cxx11_tensor_scan.cpp
|
Add missing CUDA kernel to tensor scan op
|
2016-06-29 11:54:35 +01:00 |
cxx11_tensor_shuffling_sycl.cpp
|
Fixed race condition in the tensor_shuffling_sycl test
|
2016-12-19 15:34:42 -08:00 |
cxx11_tensor_shuffling.cpp
|
Added a test for shuffling
|
2015-07-29 15:01:21 -07:00 |
cxx11_tensor_simple.cpp
|
Relaxed the resizing checks so that they don't fail with gcc >= 5.3
|
2016-10-13 10:59:46 -07:00 |
cxx11_tensor_striding.cpp
|
gcc doesn't consider that
|
2015-01-16 09:09:23 -08:00 |
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_sycl.cpp
|
Added an OpenCL regression test
|
2016-12-19 18:56:26 -08:00 |
cxx11_tensor_symmetry.cpp
|
unsupported/TensorSymmetry: factor out completely from Tensor module
|
2014-06-04 20:44:22 +02:00 |
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
|
Added support for 3D patch extraction
|
2015-06-30 14:48:26 -07:00 |
dgmres.cpp
|
Add complex support to dgmres and the unit test
|
2013-03-20 18:38:22 +01:00 |
EulerAngles.cpp
|
Euler tests: Tighter precision when no roll exists and clean code.
|
2016-10-18 23:24:57 +03:00 |
FFT.cpp
|
merge
|
2010-02-16 21:41:04 -05:00 |
FFTW.cpp
|
Fix warnings
|
2016-07-08 11:38:11 +02:00 |
forward_adolc.cpp
|
Update ADOL-C support.
|
2015-11-30 16:00:22 +01:00 |
gmres.cpp
|
the repeated solves are already present in check_sparse_solving()
|
2012-10-09 13:30:48 +02:00 |
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
|
Add test for matrix power.
|
2012-08-27 22:48:37 +01:00 |
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
|
Add test for matrix power.
|
2012-08-27 22:48:37 +01:00 |
minres.cpp
|
typo
|
2015-02-10 19:22:05 +01:00 |
mpreal_support.cpp
|
Extend mpreal unit test to check LLT with complexes.
|
2016-11-05 11:28:53 +01:00 |
NonLinearOptimization.cpp
|
Removed unnecessary statement
|
2016-11-05 12:43:27 -07:00 |
NumericalDiff.cpp
|
be sure that there's no name clash between NumericalDiff::df and the
|
2009-09-28 17:45:45 +02:00 |
openglsupport.cpp
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
polynomialsolver.cpp
|
Extend polynomial solver unit tests to complexes
|
2016-11-23 16:05:45 +01:00 |
polynomialutils.cpp
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
sparse_extra.cpp
|
Properly adjust precision when saving to Market format.
|
2016-12-20 22:10:33 +01:00 |
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
|
Fixed compilation warning
|
2016-02-09 20:43:41 -08:00 |