eigen/unsupported/test
2015-06-16 14:43:46 +02:00
..
mpreal Fixed MPRealSupport 2015-02-28 16:41:00 +01:00
alignedvector3.cpp Fix compilation of alignedvector3 unit test 2015-06-16 14:40:55 +02:00
autodiff_scalar.cpp Fixed bug #702 and added unit test. 2013-11-07 18:32:24 +01:00
autodiff.cpp Make some actual verifications inside the autodiff unit test 2014-04-01 17:44:48 +02:00
BVH.cpp
CMakeLists.txt Added the ability to generate a tensor from a custom user defined 'generator'. This simplifies the creation of constant tensors initialized using specific regular patterns. 2015-04-22 11:14:58 -07:00
cxx11_meta.cpp unsupported/CXX11/Core: allow gen_numeric_list to have a starting point 2014-06-04 19:54:22 +02: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 Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_contraction.cpp Fixed another batch of compilation warnings 2015-02-28 02:32:46 -08: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 Added regression tests for tensor convolutions 2015-03-31 09:08:08 -07:00
cxx11_tensor_device.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_dimension.cpp Use ptrdiff_t instead of size_t to encode fixed sizes. This silences several clang compilation warnings 2015-04-17 09:12:18 -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 Misc improvements for fixed size tensors 2015-01-14 12:39:34 -08: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 Added support for RowMajor layout to the image patch extraction code 2015-02-25 09:48:54 -08:00
cxx11_tensor_index_list.cpp Fixed the order of 2 #includes 2015-04-06 10:41:39 -07:00
cxx11_tensor_intdiv.cpp Added new version of the TensorIntDiv class optimized for 32 bit signed integers. It saves 1 register on CPU and 2 on GPU. 2015-05-19 13:59:52 -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 Created additional unit tests for the tensor code and improved existing ones. 2014-06-13 10:20:28 -07:00
cxx11_tensor_map.cpp Created many additional tests 2015-01-14 15:46:04 -08: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.cpp Silenced some compilation warnings 2015-02-28 02:37:41 -08: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 gcc doesn't consider that 2015-01-16 09:09:23 -08: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 unsupported/TensorSymmetry: factor out completely from Tensor module 2014-06-04 20:44:22 +02:00
cxx11_tensor_thread_pool.cpp Moved away from std::async and std::future as the underlying mechnism for the thread pool device. On several platforms, the functions passed to std::async are not scheduled in the order in which they are given to std::async, which leads to massive performance issues in the contraction code. 2015-05-20 13:52:07 -07:00
dgmres.cpp
FFT.cpp
FFTW.cpp Fix FFTW unit test with clang 2014-02-17 09:56:46 +01:00
forward_adolc.cpp
gmres.cpp
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 MatrixFunctions: Clean up StemFunction.h 2013-07-26 13:51:10 +01:00
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 Fix compilation. 2013-08-02 22:40:36 +02:00
matrix_square_root.cpp
minres.cpp typo 2015-02-10 19:22:05 +01:00
mpreal_support.cpp Remove unnecessary <bench/BenchTimer.h>include 2014-07-17 11:14:14 +02:00
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 PolynomialSolver: test template constructor in test suite. 2014-05-19 18:34:10 +02:00
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 Fixed index that would cause crash with two point, two derivative interpolation. Added static_cast. 2014-07-10 12:03:42 -06:00