aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/kronecker_product.cpp
Commit message (Collapse)AuthorAge
* 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.