eigen/unsupported/test
2015-03-24 13:12:14 -07:00
..
mpreal Fixed MPRealSupport 2015-02-28 16:41:00 +01:00
alignedvector3.cpp
autodiff_scalar.cpp
autodiff.cpp
BVH.cpp
CMakeLists.txt Pulled latest update from the eigen main codebase 2015-03-24 13:12:14 -07:00
cxx11_meta.cpp
cxx11_tensor_assign.cpp
cxx11_tensor_broadcasting.cpp
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
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
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
cxx11_tensor_device.cpp
cxx11_tensor_dimension.cpp Silenced some compilation warnings 2015-02-28 02:37:41 -08: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
cxx11_tensor_forced_eval.cpp
cxx11_tensor_image_patch.cpp
cxx11_tensor_index_list.cpp
cxx11_tensor_intdiv.cpp
cxx11_tensor_io.cpp
cxx11_tensor_layout_swap.cpp
cxx11_tensor_lvalue.cpp
cxx11_tensor_map.cpp
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
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
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
cxx11_tensor_simple.cpp Fixed another batch of compilation warnings 2015-02-28 02:32:46 -08:00
cxx11_tensor_striding.cpp
cxx11_tensor_symmetry.cpp
cxx11_tensor_thread_pool.cpp
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
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