aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Moved some utilities to TensorMeta.h to make it easier to reuse them accross ↵Gravatar Benoit Steiner2015-06-29
| | | | | | several tensor operations. Created the TensorDimensionList class to encode the list of all the dimensions of a tensor of rank n. This could be done using TensorIndexList, however TensorIndexList require cxx11 which isn't yet supported as widely as we'd like.
* Use VERIFY_IS_EQUAL instead of VERIFY(a==b) to get more feedback in case of ↵Gravatar Gael Guennebaud2015-06-26
| | | | failure
* split compiler intensive bdcsvd_1 unit testGravatar Gael Guennebaud2015-06-26
|
* Add special path for matrix<complex>/real.Gravatar Gael Guennebaud2015-06-26
| | | | This also fixes underflow issues when scaling complex matrices through complex/complex operator.
* More msvc 2013/2015 workaroundsGravatar Gael Guennebaud2015-06-26
|
* Fix assignement to selfadjoint-view when testing real-world problemsGravatar Gael Guennebaud2015-06-25
|
* Avoid division by a zero complexGravatar Gael Guennebaud2015-06-25
|
* workaround msvc 2013/2015 wrong instanciation of isnan, isfinite, isinfGravatar Gael Guennebaud2015-06-25
|
* Add explicit ctor for diagonal to sparse conversionGravatar Gael Guennebaud2015-06-24
|
* Add unit test for dense = SparseQR::matrixQGravatar Gael Guennebaud2015-06-24
|
* Add support for sparse = diagonalGravatar Gael Guennebaud2015-06-24
|
* std::isnan is c++11 onlyGravatar Gael Guennebaud2015-06-24
|
* Add unit-test for Visual2013 ambiguous call to operator=Gravatar Gael Guennebaud2015-06-24
|
* Added more checks to test the correctness of the pexp implementationGravatar Benoit Steiner2015-06-23
|
* Fix overflow when checking SVD accuracyGravatar Gael Guennebaud2015-06-23
|
* Fix the fact that float(int) != float(int(float(int)))Gravatar Gael Guennebaud2015-06-23
|
* Fix isinf unit testsGravatar Gael Guennebaud2015-06-22
|
* Reduce compiler memory consumption for SVD unit testsGravatar Gael Guennebaud2015-06-22
|
* Check number of temporaries when applying permutationsGravatar Gael Guennebaud2015-06-19
|
* Factorize VERIFY_EVALUATION_COUNT in unit testsGravatar Gael Guennebaud2015-06-19
|
* Workaround broken complex*real product on old clang versionsGravatar Gael Guennebaud2015-06-17
|
* workaround clang's broken complex divisionGravatar Gael Guennebaud2015-06-17
|
* Add unit test for bug #879Gravatar Gael Guennebaud2015-06-16
|
* Remove aligned-on-scalar assert and fallback to non vectorized path at ↵Gravatar Gael Guennebaud2015-06-14
| | | | runtime (first_aligned already had this runtime guard)
* Relax tolerance when testing LDLT on singular problemsGravatar Gael Guennebaud2015-06-15
|
* Extend VERIFY_IS_APPROX to report the magnitude of the relative difference ↵Gravatar Gael Guennebaud2015-06-15
| | | | in case of failure. This will ease identifying strongest failing tests
* Fix use of unitialized buffers.Gravatar Gael Guennebaud2015-06-13
|
* Introduce EIGEN_PI, get rid of M_PI and acos(-1.0)Gravatar Gael Guennebaud2015-06-10
|
* Rename free functions isFinite, isInf, isNaN to be compatible with c++11Gravatar Gael Guennebaud2015-06-10
|
* bug #80: merge with d_hood branch on adding more coefficient-wise unary ↵Gravatar Gael Guennebaud2015-06-10
|\ | | | | | | array functors
* | bug #890, add a more general routine to check that two dense object ↵Gravatar Gael Guennebaud2015-06-10
| | | | | | | | reference to the same data
* | Add regression test for bug #890Gravatar Gael Guennebaud2015-06-10
| |
* | bug #910: add a StandardCompressedFormat option to Ref<SparseMatrix> to ↵Gravatar Gael Guennebaud2015-06-09
| | | | | | | | | | | | enforce standard compressed storage format. If the input is not compressed, then this trigger a copy for a const Ref, and a runtime assert for non-const Ref.
* | bug #650: fix sparse * dense wrt noalias and compound assignmentGravatar Gael Guennebaud2015-06-09
| |
* | fix unused variable warningGravatar Gael Guennebaud2015-06-09
| |
* | bug #872: remove usage of deprecated bind1st.Gravatar Gael Guennebaud2015-06-09
| |
* | Skip too large real-world problems for solvers that do not scale (e.g., ↵Gravatar Gael Guennebaud2015-06-09
| | | | | | | | SimplicialLLT without reordering)
* | Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09
| |
* | Extend unit test and documentation of SelfAdjointEigenSolver::computeDirectGravatar Gael Guennebaud2015-06-08
| |
* | bug #997: add missing evaluators for m.lazyProduct(v.homogeneous())Gravatar Gael Guennebaud2015-06-08
| |
* | Add unit test for m.replicate(...)(index).Gravatar Gael Guennebaud2015-06-08
| |
* | Improve unit testing of real-word sparse problem (fix some shortcommings, ↵Gravatar Gael Guennebaud2015-06-05
| | | | | | | | use VERIFY, etc.)
* | Do go to full accuracy when testing BiCGSTAB.Gravatar Gael Guennebaud2015-06-05
| |
* | Add regression test for bugs #854 and #1014, and check that the eigenvector ↵Gravatar Gael Guennebaud2015-05-12
| | | | | | | | matrix is unitary.
* | Make test matrices for eigensolver/selfadjoint even more trickyGravatar Gael Guennebaud2015-05-12
| |
* | bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom ↵Gravatar Christoph Hertzberg2015-05-07
| | | | | | | | functors for comparison operators
* | Extend unit tests of sefladjoint-eigensolverGravatar Gael Guennebaud2015-05-07
| |
* | Regression test for bug #302Gravatar Christoph Hertzberg2015-04-26
| | | | | | | | | | | | (transplanted from 80fd8fab87d7d65cfeb9b1e64d8b42ee4463ab64 ) Changed DenseIndex to Index
* | Extend unit test of Map<,,Stride<>> with stack allocated buffers and less ↵Gravatar Gael Guennebaud2015-04-24
| | | | | | | | trivial operations.
* | Extend unit test of Map<> with stack allocated buffers and less trivial ↵Gravatar Gael Guennebaud2015-04-24
| | | | | | | | operations.