aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/kronecker_product.cpp
Commit message (Collapse)AuthorAge
* Made the kronecker_product test compile againGravatar Benoit Steiner2018-08-14
|
* Fix a few compiler warnings in CXX11 tests.Gravatar Rasmus Munk Larsen2018-08-14
|
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Include missing forward declaration of SparseMatrixGravatar Gael Guennebaud2016-08-29
|
* Let KroneckerProduct exploits the recently introduced generic InnerIterator ↵Gravatar Gael Guennebaud2014-09-29
| | | | class.
* optimize sparse-sparse Kronecker productGravatar Gael Guennebaud2014-02-14
|
* Eliminate unnecessary copying for sparse Kronecker product.Gravatar Chen-Pang He2013-07-15
|
* Fix a couple of warningsGravatar Gael Guennebaud2013-06-21
|
* Patch by Kolja Brix <brix@igpm.rwth-aachen.de> that fixes bug #565 and adds ↵Gravatar Christoph Hertzberg2013-03-17
| | | | a testcase to verify that.
* Fix the following warning: "comparison between signed and unsigned integer ↵Gravatar Gael Guennebaud2013-02-15
| | | | expressions"
* Set matrix to zero before inserting entries (partially fixes bug #539).Gravatar Jitse Niesen2013-01-03
|
* Make kroneckerProduct take two arguments and return an expression, which is ↵Gravatar Chen-Pang He2012-10-15
| | | | more straight-forward.
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* add a KroneckerProduct module (unsupported) from Kolja Brix and Andreas ↵Gravatar Gael Guennebaud2011-06-22
Platen materials.