eigen/unsupported/test
2015-02-28 03:01:19 -08:00
..
mpreal
alignedvector3.cpp
autodiff_scalar.cpp
autodiff.cpp
BVH.cpp
CMakeLists.txt Added support for 32bit index on a per tensor/tensor expression. This enables us to use 32bit indices to evaluate expressions on GPU faster while keeping the ability to use 64 bit indices to manipulate large tensors on CPU in the same binary. 2015-02-27 12:57:13 -08:00
cxx11_meta.cpp
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 gcc doesn't consider that 2015-01-16 09:09:23 -08:00
cxx11_tensor_comparisons.cpp
cxx11_tensor_concatenation.cpp Fixed compilation warnings 2015-02-27 23:51:16 -08:00
cxx11_tensor_const.cpp
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 Fixed clang compilation warning 2015-02-28 03:01:19 -08:00
cxx11_tensor_cuda.cpp Added a test to validate tensor casting on cuda devices 2015-02-10 14:40:18 -08:00
cxx11_tensor_device.cpp Created many additional tests 2015-01-14 15:46:04 -08:00
cxx11_tensor_dimension.cpp Silenced some compilation warnings 2015-02-28 02:37:41 -08:00
cxx11_tensor_expr.cpp Added cube() operation 2015-01-15 11:11:48 -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_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 Added the EIGEN_HAS_CONSTEXPR define 2015-02-06 02:51:59 -08:00
cxx11_tensor_intdiv.cpp
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_mixed_indices.cpp Added support for 32bit index on a per tensor/tensor expression. This enables us to use 32bit indices to evaluate expressions on GPU faster while keeping the ability to use 64 bit indices to manipulate large tensors on CPU in the same binary. 2015-02-27 12:57:13 -08: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
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 Added the EIGEN_HAS_CONSTEXPR define 2015-02-06 02:51:59 -08:00
cxx11_tensor_ref.cpp Improved tensor references 2015-01-14 10:13:08 -08: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
cxx11_tensor_thread_pool.cpp Fixed compilation error 2015-02-10 12:06:19 -08:00
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 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
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