Eigen-unsupported  3.4.90 (git rev 67eeba6e720c5745abc77ae6c92ce0a44aa7b7ae)
Eigen::KroneckerProduct< Lhs, Rhs > Class Template Reference

Detailed Description

template<typename Lhs, typename Rhs>
class Eigen::KroneckerProduct< Lhs, Rhs >

Kronecker tensor product helper class for dense matrices.

This class is the return value of kroneckerProduct(MatrixBase, MatrixBase). Use the function rather than construct this class directly to avoid specifying template prarameters.

Template Parameters
LhsType of the left-hand side, a matrix expression.
RhsType of the rignt-hand side, a matrix expression.
+ Inheritance diagram for Eigen::KroneckerProduct< Lhs, Rhs >:

Public Member Functions

template<typename Dest >
void evalTo (Dest &dst) const
 Evaluate the Kronecker tensor product.
 
 KroneckerProduct (const Lhs &A, const Rhs &B)
 Constructor.
 
- Public Member Functions inherited from Eigen::KroneckerProductBase< KroneckerProduct< Lhs, Rhs > >
Scalar coeff (Index i) const
 
Scalar coeff (Index row, Index col) const
 
 KroneckerProductBase (const Lhs &A, const Rhs &B)
 Constructor.
 

The documentation for this class was generated from the following file: