eigen/unsupported/test
2015-09-08 17:04:03 -07:00
..
mpreal Fix some trivial warnings 2015-08-19 21:38:18 +02:00
alignedvector3.cpp Fix some trivial warnings 2015-08-19 21:38:18 +02:00
autodiff_scalar.cpp
autodiff.cpp
BVH.cpp
CMakeLists.txt Use full packet size for Dynamic-sized objects (otherwise, the unalignedcount unit test fails with AVX enabled) 2015-09-02 22:51:43 +02: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 Fixed a compilation warning 2015-09-08 17:04:03 -07:00
cxx11_tensor_assign.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_broadcasting.cpp Fixed compilation error in the tensor broadcasting test 2015-02-06 02:55:18 -08:00
cxx11_tensor_casts.cpp Switch to truncated casting when converting floating point types to integer. This ensures that vectorized casts are consistent with scalar casts 2015-02-27 09:27:30 -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_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.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 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.cpp Fixed compilation error in a cuda test 2015-07-15 17:14:24 -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 Fixed compilation error when compiling with gcc4.7 2015-03-03 08:56:49 -08:00
cxx11_tensor_fixed_size.cpp Fixed a bug in the integer division code that caused some large numerators to be incorrectly handled 2015-07-13 11:14:59 -07:00
cxx11_tensor_forced_eval.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_generator.cpp Fixed compilation error triggered by gcc 4.7 2015-05-20 08:54:44 -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 Use the new EIGEN_HAS_INDEX_LIST define to enable the cxx11_tensor_index_list tests 2015-07-16 13:16:08 -07:00
cxx11_tensor_inflation.cpp Added support for tensor inflation. 2015-07-16 09:04:05 -07:00
cxx11_tensor_intdiv.cpp Fixed a few compilation warnings triggered by clang 2015-07-29 11:48:38 -07:00
cxx11_tensor_io.cpp Fixed the printing of RowMajor tensors 2015-01-14 12:43:20 -08: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
cxx11_tensor_map.cpp Created many additional tests 2015-01-14 15:46:04 -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 Made the index type a template parameter of the tensor class instead of encoding it in the options. 2015-03-30 14:55:54 -07:00
cxx11_tensor_morphing.cpp Fixed another batch of compilation warnings 2015-02-28 02:32:46 -08:00
cxx11_tensor_of_complex.cpp Fixed another batch of compilation warnings 2015-02-28 02:32:46 -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_strings.cpp Fixed compilation warnings 2015-02-27 23:54:24 -08: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.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 cuda tests to use the new GpuDevice constructor 2015-07-15 12:39:26 -07:00
cxx11_tensor_reduction.cpp Fix shadow warnings in Tensor module 2015-06-16 14:43:46 +02:00
cxx11_tensor_ref.cpp Fixed compilation warning 2015-03-16 13:17:52 -07:00
cxx11_tensor_reverse.cpp Can now use the tensor 'reverse' operation as a lvalue 2015-02-26 11:13:42 -08:00
cxx11_tensor_shuffling.cpp Added a test for shuffling 2015-07-29 15:01:21 -07:00
cxx11_tensor_simple.cpp Fixed another batch of compilation warnings 2015-02-28 02:32:46 -08:00
cxx11_tensor_striding.cpp gcc doesn't consider that 2015-01-16 09:09:23 -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_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
incomplete_cholesky.cpp Add a unit test for IncompleteCholesky 2015-08-04 16:14:06 +02:00
kronecker_product.cpp Let KroneckerProduct exploits the recently introduced generic InnerIterator class. 2014-09-29 13:37:49 +02:00
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 bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings. 2014-12-04 22:48:53 +01:00
matrix_power.cpp
matrix_square_root.cpp
minres.cpp typo 2015-02-10 19:22:05 +01:00
mpreal_support.cpp
NonLinearOptimization.cpp Fixed warning on implicit integer conversion in test case code by using type VectorXd::Index instead of int. 2014-09-20 14:57:42 +02:00
NumericalDiff.cpp
openglsupport.cpp
polynomialsolver.cpp
polynomialutils.cpp
sparse_extra.cpp bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings. 2014-12-04 22:48:53 +01:00
splines.cpp