.. |
mpreal
|
|
|
alignedvector3.cpp
|
|
|
autodiff_scalar.cpp
|
|
|
autodiff.cpp
|
|
|
BVH.cpp
|
|
|
CMakeLists.txt
|
Pulled the latest changes from the trunk
|
2015-02-06 05:25:03 -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
|
Created a test for tensor type casting
|
2015-01-14 10:17:02 -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
|
Created many additional tests
|
2015-01-14 15:46:04 -08: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_contract_cuda.cpp
|
Created many additional tests
|
2015-01-14 15:46:04 -08:00 |
cxx11_tensor_contraction.cpp
|
Fix non initialized entries and comparison of very small numbers
|
2015-02-06 14:25:41 +01:00 |
cxx11_tensor_convolution.cpp
|
Misc improvements and cleanups
|
2014-10-13 17:02:09 -07: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
|
Created many additional tests
|
2015-01-14 15:46:04 -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
|
Created many additional tests
|
2015-01-14 15:46:04 -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_morphing.cpp
|
gcc doesn't consider that
|
2015-01-16 09:09:23 -08: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
|
Added tests for tensors of const values and tensors of stringswwq::
|
2014-10-01 20:21:42 -07:00 |
cxx11_tensor_of_strings.cpp
|
Created many additional tests
|
2015-01-14 15:46:04 -08:00 |
cxx11_tensor_padding.cpp
|
Created many additional tests
|
2015-01-14 15:46:04 -08:00 |
cxx11_tensor_patch.cpp
|
Created many additional tests
|
2015-01-14 15:46:04 -08:00 |
cxx11_tensor_random.cpp
|
Improved the performance of tensor reductions
|
2015-01-14 10:19:33 -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
|
Added ability to reverse the order of the coefficients in a tensor
|
2015-01-14 10:15:58 -08:00 |
cxx11_tensor_shuffling.cpp
|
gcc doesn't consider that
|
2015-01-16 09:09:23 -08:00 |
cxx11_tensor_simple.cpp
|
Created many additional tests
|
2015-01-14 15:46:04 -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
|
Let KroneckerProduct exploits the recently introduced generic InnerIterator class.
|
2014-09-29 13:37:49 +02:00 |
levenberg_marquardt.cpp
|
|
|
matrix_exponential.cpp
|
|
|
matrix_function.cpp
|
|
|
matrix_functions.h
|
|
|
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
|
|
|
splines.cpp
|
|
|