OSVR-Core
Public Member Functions | List of all members
Eigen::KroneckerProduct< Lhs, Rhs > Class Template Reference

Kronecker tensor product helper class for dense matrices. More...

#include <KroneckerTensorProduct.h>

Inheritance diagram for Eigen::KroneckerProduct< Lhs, Rhs >:
Eigen::ReturnByValue< KroneckerProduct< Lhs, Rhs > > Eigen::internal::no_assignment_operator

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from Eigen::ReturnByValue< KroneckerProduct< Lhs, Rhs > >
typedef internal::traits< KroneckerProduct< Lhs, Rhs > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

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.

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