eigen/unsupported/test
Benoit Steiner 8f4b8d204b Improved the performance of tensor reductions
Added the ability to generate random numbers following a normal distribution
Created a test to validate the ability to generate random numbers.
2015-01-14 10:19:33 -08:00
..
mpreal
alignedvector3.cpp
autodiff_scalar.cpp
autodiff.cpp
bdcsvd.cpp
BVH.cpp
CMakeLists.txt Added support for extraction of patches from images 2014-11-13 09:28:54 -08:00
cxx11_meta.cpp
cxx11_tensor_assign.cpp Misc improvements and cleanups 2014-10-13 17:02:09 -07:00
cxx11_tensor_broadcasting.cpp
cxx11_tensor_casts.cpp Created a test for tensor type casting 2015-01-14 10:17:02 -08:00
cxx11_tensor_chipping.cpp Added access to the unerlying raw data of a tnsor slice/chip whenever possible 2014-10-17 15:33:27 -07:00
cxx11_tensor_comparisons.cpp
cxx11_tensor_concatenation.cpp Added support for tensor reductions and concatenations 2014-10-01 20:38:22 -07:00
cxx11_tensor_const.cpp More tests to validate the const-correctness of the tensor code. 2014-10-02 10:30:44 -07:00
cxx11_tensor_contraction.cpp Ensured that contractions that can be reduced to a matrix vector product work correctly even when the input coefficients aren't aligned. 2015-01-06 09:29:13 -08:00
cxx11_tensor_convolution.cpp Misc improvements and cleanups 2014-10-13 17:02:09 -07:00
cxx11_tensor_device.cpp Misc improvements and cleanups 2014-10-13 17:02:09 -07:00
cxx11_tensor_dimension.cpp Fixed a test 2014-11-05 07:49:51 -08:00
cxx11_tensor_expr.cpp
cxx11_tensor_fixed_size.cpp Silenced a few compilation warnings 2014-10-16 14:52:50 -07:00
cxx11_tensor_forced_eval.cpp Fixes for the forced evaluation of tensor expressions 2014-10-02 10:39:36 -07:00
cxx11_tensor_image_patch.cpp Added support for extraction of patches from images 2014-11-13 09:28:54 -08:00
cxx11_tensor_index_list.cpp Added support for static list of indices 2014-11-12 22:25:38 -08:00
cxx11_tensor_intdiv.cpp
cxx11_tensor_io.cpp Added ability to print a tensor using an iostream. 2014-10-10 16:17:26 -07: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
cxx11_tensor_morphing.cpp Added access to the unerlying raw data of a tnsor slice/chip whenever possible 2014-10-17 15:33:27 -07:00
cxx11_tensor_of_complex.cpp Fixed the return types of unary and binary expressions to properly handle the case where it is different from the input type (e.g. abs(complex<float>)) 2014-10-16 10:41:07 -07:00
cxx11_tensor_of_const_values.cpp
cxx11_tensor_of_strings.cpp
cxx11_tensor_padding.cpp
cxx11_tensor_patch.cpp Added support for patch extraction 2014-10-13 10:04:04 -07:00
cxx11_tensor_random.cpp Improved the performance of tensor reductions 2015-01-14 10:19:33 -08:00
cxx11_tensor_reduction.cpp Improved the functors defined for standard reductions 2014-10-09 15:36:23 -07:00
cxx11_tensor_ref.cpp Improved tensor references 2015-01-14 10:13:08 -08:00
cxx11_tensor_reverse.cpp Added ability to reverse the order of the coefficients in a tensor 2015-01-14 10:15:58 -08:00
cxx11_tensor_shuffling.cpp Fixed the tensor shuffling test 2014-10-10 15:43:21 -07:00
cxx11_tensor_simple.cpp
cxx11_tensor_striding.cpp
cxx11_tensor_symmetry.cpp
cxx11_tensor_thread_pool.cpp Misc improvements and cleanups 2014-10-13 17:02:09 -07:00
dgmres.cpp
FFT.cpp
FFTW.cpp
forward_adolc.cpp
gmres.cpp
jacobisvd.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
svd_common.h