.. |
mpreal
|
bug #1136: Protect isinf for Intel compilers. Also don't distinguish GCC from ICC and don't rely on EIGEN_NOT_A_MACRO, which might not be defined when including this.
|
2015-12-15 11:34:52 +01:00 |
alignedvector3.cpp
|
Fix some trivial warnings
|
2015-08-19 21:38:18 +02:00 |
autodiff_scalar.cpp
|
Fixed bug #702 and added unit test.
|
2013-11-07 18:32:24 +01:00 |
autodiff.cpp
|
Add unit test for Hessian via AutoDiffScalar
|
2015-11-05 14:54:05 +01:00 |
BVH.cpp
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
CMakeLists.txt
|
Added tests to cover the new rounding, flooring and ceiling tensor operations.
|
2016-03-03 12:38:02 -08:00 |
cxx11_meta.cpp
|
Fixed a few compilation warnings
|
2015-06-30 10:36:17 -07:00 |
cxx11_tensor_argmax_cuda.cu
|
Sharded the CUDA argmax tensor test
|
2016-01-31 10:44:15 -08:00 |
cxx11_tensor_argmax.cpp
|
Updated the regressions tests that cover full reductions
|
2015-11-05 14:22:30 -08:00 |
cxx11_tensor_assign.cpp
|
Updated the cxx11_tensor_assign test to make it compile without support for cxx11
|
2015-12-10 20:47:25 -08:00 |
cxx11_tensor_broadcasting.cpp
|
Backout changeset 690bc950f7
|
2016-01-22 15:03:53 +01:00 |
cxx11_tensor_cast_float16_cuda.cu
|
Added a test to validate the conversion of half floats into floats on Kepler GPUs.
|
2016-03-03 10:37:25 -08:00 |
cxx11_tensor_casts.cpp
|
Made 2 tests compile without cxx11.
|
2015-12-10 23:20:04 -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.cu
|
Cleaned up a tensor contraction test
|
2016-02-01 13:57:41 -08:00 |
cxx11_tensor_contraction.cpp
|
Made the contraction test more portable
|
2016-03-04 14:11:13 -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.cu
|
Deleted outdated comment
|
2016-02-11 17:27:35 -08:00 |
cxx11_tensor_custom_index.cpp
|
Updated the custom indexing code: we can now use any container that provides the [] operator to index a tensor. Added unit tests to validate the use of std::map and a few more types as valid custom index containers
|
2015-10-15 14:58:49 -07:00 |
cxx11_tensor_custom_op.cpp
|
Updated the cxx11_tensor_custom_op to not require cxx11.
|
2015-12-10 20:53:44 -08:00 |
cxx11_tensor_device.cu
|
Silenced a few compilation warnings
|
2016-02-01 13:30:49 -08:00 |
cxx11_tensor_dimension.cpp
|
Fixed a typo in a test and a compilation warning
|
2015-07-17 16:50:47 -07:00 |
cxx11_tensor_empty.cpp
|
Fixed a few compilation warnings
|
2016-01-31 16:48:50 -08:00 |
cxx11_tensor_expr.cpp
|
Fixed compilation error when compiling with gcc4.7
|
2015-03-03 08:56:49 -08:00 |
cxx11_tensor_fft.cpp
|
Avoid unecessary type conversions
|
2016-02-05 18:19:41 -08:00 |
cxx11_tensor_fixed_size.cpp
|
Added a few tests to cover rank-0 tensors
|
2015-10-29 17:56:48 -07: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_ifft.cpp
|
Added tests for the fft code
|
2015-10-22 16:52:55 -07:00 |
cxx11_tensor_image_patch.cpp
|
Improved and cleaned up the 2d patch extraction code
|
2015-07-07 08:52:14 -07:00 |
cxx11_tensor_index_list.cpp
|
Completed the IndexList rewrite
|
2015-11-12 18:11:56 -08:00 |
cxx11_tensor_inflation.cpp
|
Added support for tensor inflation.
|
2015-07-16 09:04:05 -07:00 |
cxx11_tensor_intdiv.cpp
|
Fixed another clang compilation warning
|
2015-11-19 15:52:51 -08: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
|
Backout changeset 690bc950f7
|
2016-01-22 15:03:53 +01:00 |
cxx11_tensor_math.cpp
|
Added support for sigmoid function to the tensor module
|
2015-07-17 09:29:00 -07: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
|
Fix return type for TensorEvaluator<TensorSlicingOp>::data
|
2015-09-17 09:40:21 -07:00 |
cxx11_tensor_of_complex.cpp
|
Added a method to conjugate the content of a tensor or the result of a tensor expression.
|
2016-02-11 16:34:07 -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_float16_cuda.cu
|
Pulled latest updates from trunk
|
2016-02-21 20:24:59 +00: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_cuda.cu
|
Made the cuda tests compile using make check
|
2016-01-27 12:22:17 -08:00 |
cxx11_tensor_random.cpp
|
Fixed syntax error
|
2016-03-04 14:37:51 -08:00 |
cxx11_tensor_reduction_cuda.cu
|
Shared the tensor reduction test
|
2016-02-01 07:44:31 -08:00 |
cxx11_tensor_reduction.cpp
|
Added missing include
|
2016-03-04 14:35:43 -08:00 |
cxx11_tensor_ref.cpp
|
Fixed compilation warning
|
2015-03-16 13:17:52 -07:00 |
cxx11_tensor_reverse.cpp
|
Made 2 tests compile without cxx11.
|
2015-12-10 23:20:04 -08:00 |
cxx11_tensor_roundings.cpp
|
Added tests to cover the new rounding, flooring and ceiling tensor operations.
|
2016-03-03 12:38:02 -08:00 |
cxx11_tensor_shuffling.cpp
|
Added a test for shuffling
|
2015-07-29 15:01:21 -07:00 |
cxx11_tensor_simple.cpp
|
Added a few tests to cover rank-0 tensors
|
2015-10-29 17:56:48 -07:00 |
cxx11_tensor_striding.cpp
|
gcc doesn't consider that
|
2015-01-16 09:09:23 -08:00 |
cxx11_tensor_sugar.cpp
|
Use the proper accessor to refer to the value of a scalar tensor
|
2015-12-10 22:53:56 -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
|
Added a test to cover threaded tensor shuffling
|
2016-01-30 10:56:47 -08:00 |
cxx11_tensor_uint128.cpp
|
Replace separate low word constructors with a single templated constructor.
|
2016-02-01 20:25:02 -07:00 |
cxx11_tensor_volume_patch.cpp
|
Added support for 3D patch extraction
|
2015-06-30 14:48:26 -07:00 |
dgmres.cpp
|
Add complex support to dgmres and the unit test
|
2013-03-20 18:38:22 +01:00 |
FFT.cpp
|
merge
|
2010-02-16 21:41:04 -05:00 |
FFTW.cpp
|
Fix FFTW unit test with clang
|
2014-02-17 09:56:46 +01:00 |
forward_adolc.cpp
|
Update ADOL-C support.
|
2015-11-30 16:00:22 +01:00 |
gmres.cpp
|
the repeated solves are already present in check_sparse_solving()
|
2012-10-09 13:30:48 +02:00 |
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
|
Add test for matrix power.
|
2012-08-27 22:48:37 +01:00 |
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
|
Add test for matrix power.
|
2012-08-27 22:48:37 +01:00 |
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
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
polynomialsolver.cpp
|
PolynomialSolver: test template constructor in test suite.
|
2014-05-19 18:34:10 +02:00 |
polynomialutils.cpp
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
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 compilation warning
|
2016-02-09 20:43:41 -08:00 |