![]() |
Eigen-unsupported
5.0.1-dev+284dcc12
|
#include <unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h>
Kronecker tensor product helper class for sparse matrices.
If at least one of the operands is a sparse matrix expression, then this class is returned and evaluates into a sparse matrix.
This class is the return value of kroneckerProduct(EigenBase, EigenBase). Use the function rather than construct this class directly to avoid specifying template prarameters.
| Lhs | Type of the left-hand side, a matrix expression. |
| Rhs | Type of the rignt-hand side, a matrix expression. |
Inheritance diagram for Eigen::KroneckerProductSparse< Lhs, Rhs >:Public Member Functions | |
| template<typename Dest> | |
| void | evalTo (Dest &dst) const |
| Evaluate the Kronecker tensor product. | |
| KroneckerProductSparse (const Lhs &A, const Rhs &B) | |
| Constructor. | |
Public Member Functions inherited from Eigen::KroneckerProductBase< KroneckerProductSparse< Lhs, Rhs > > | |
| Scalar | coeff (Index i) const |
| Scalar | coeff (Index row, Index col) const |
| KroneckerProductBase (const Lhs &A, const Rhs &B) | |
| Constructor. | |