aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* merge with default branchGravatar Gael Guennebaud2014-07-02
|\
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
| * Fix bug #836: extend SparseQR to support more columns than rows.Gravatar Gael Guennebaud2014-07-01
| * Additional unit tests for bug #826 by GaelGravatar Christoph Hertzberg2014-06-23
* | rm conflictGravatar Gael Guennebaud2014-06-20
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
| * Add documentation and very simple test for array atan(), part 2Gravatar Jitse Niesen2014-06-19
| * Fix test: EigenSolver on 1x1 matrix with NaN sets info to NumericalIssue.Gravatar Jitse Niesen2014-06-02
| * Disabled unused warnings in Eigen2-testsGravatar Christoph Hertzberg2014-05-06
| * Fixed unused variable warningsGravatar Christoph Hertzberg2014-05-05
| * Fix sizeof unit testGravatar Gael Guennebaud2014-04-25
| * pbroadcast4/2 assume aligned memoryGravatar Gael Guennebaud2014-04-25
| * Add unit test for pbroadcast4/2Gravatar Gael Guennebaud2014-04-25
| * Avoid blocking-size mismatch in unit tests calling Eigen's blas interface.Gravatar Gael Guennebaud2014-04-25
| * Enable vectorization of pack_rhs with a column-major RHS.Gravatar Gael Guennebaud2014-04-25
| * merge with default branchGravatar Gael Guennebaud2014-04-22
| |\
| * | Fix 128bit packet size assumptions in unit tests.Gravatar Gael Guennebaud2014-04-18
| * | Reduce block sizes in unit tests.Gravatar Gael Guennebaud2014-04-17
| * | add unit tests for ploadquad and predux4, and split packetmath unit test wrt ...Gravatar Gael Guennebaud2014-04-17
| * | Extend mixingtype unit test to check transposed cases.Gravatar Gael Guennebaud2014-04-17
| | * Merged in benoitsteiner/eigen-fixes (pull request PR-55)Gravatar Gael Guennebaud2014-04-14
| | |\
| | * | bug #793: fix overflow in EigenSolver and add respective regression unit testGravatar Gael Guennebaud2014-04-14
| | | * Updated the compiler flags to enable nvcc to work with clang.Gravatar Benoit Steiner2014-04-12
| | | * Fixed a typo in cuda_basic.cuGravatar Benoit Steiner2014-04-12
| | |/
| * | Updated the geo_parametrizedline_2 test for AVX.Gravatar Benoit Steiner2014-04-04
| | * Remove out-dated comment in cholesky test.Gravatar Jitse Niesen2014-04-04
| * | Enable repetition in mixing type unit testGravatar Gael Guennebaud2014-03-31
| * | Properly align the input data to prevent false failures of the packetmath.cpp...Gravatar Benoit Steiner2014-03-28
| * | Implemented the SSE version of the gather and scatter packet primitives.Gravatar Benoit Steiner2014-03-27
| * | Introduced pscatter/pgather packet primitives. They will be used to optimize ...Gravatar Benoit Steiner2014-03-27
| * | Fix geo_* unit tests with respect to AVXGravatar Gael Guennebaud2014-03-27
| * | Created the ptranspose packet primitive that can transpose an array of N pack...Gravatar Benoit Steiner2014-03-26
| * | Merged latest changes from the parentGravatar Benoit Steiner2014-03-18
| |\|
* | | Conditionally disable unit tests that are not supported by evaluators yetGravatar Gael Guennebaud2014-03-12
* | | More debug info and use lazyProd instead of operator* to query the right flagsGravatar Gael Guennebaud2014-03-12
* | | merge default and evaluator branchesGravatar Gael Guennebaud2014-03-12
|\ \ \
| | * \ Merged eigen/eigen into defaultGravatar Benoit Steiner2014-02-24
| | |\ \
* | | | | Fix mixing scalar types with evaluatorsGravatar Gael Guennebaud2014-02-19
* | | | | ExprType::Nested has a new meaning now...Gravatar Gael Guennebaud2014-02-19
| | * | | Merged the latest version of the code from eigen/eigenGravatar Benoit Steiner2014-02-18
| | |\ \ \
| | * | | | Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
* | | | | | Add evaluator shortcut for triangular ?= productGravatar Gael Guennebaud2014-02-18
* | | | | | Merge with default branchGravatar Gael Guennebaud2014-02-18
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Add evaluator support for diagonal productsGravatar Gael Guennebaud2014-02-17
| | | * | | Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
| | | | | * Relax Ref such that Ref<MatrixXf> accepts a RowVectorXf which can be seen as ...Gravatar Gael Guennebaud2014-03-13
| | | | | * Fix bug #760: complete Eigen's lapack interface with default Lapack for SPQR ...Gravatar Gael Guennebaud2014-03-12
| | | |_|/ | | |/| |
| | * | | Extend sizeof unit testGravatar Gael Guennebaud2014-03-07
| | * | | Regression test for bug #752Gravatar Christoph Hertzberg2014-02-27
| | * | | Remove early termination in LDLT: the zero on the diagonal of the input matri...Gravatar Gael Guennebaud2014-02-26
| | | |/ | | |/|