Public Member Functions | Private Types | 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 >:
Inheritance graph
[legend]

Public Member Functions

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

Private Types

typedef KroneckerProductBase< KroneckerProductBase
 

Additional Inherited Members

- Public Types inherited from Eigen::ReturnByValue< KroneckerProduct< Lhs, Rhs > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< KroneckerProduct< Lhs, Rhs > >::ReturnType ReturnType
 
- Protected Types inherited from Eigen::KroneckerProductBase< KroneckerProduct< Lhs, Rhs > >
typedef Traits::Lhs Lhs
 
typedef Traits::Rhs Rhs
 
- Protected Attributes inherited from Eigen::KroneckerProductBase< KroneckerProduct< Lhs, Rhs > >
Lhs::Nested m_A
 
Rhs::Nested m_B
 

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.

Definition at line 82 of file KroneckerTensorProduct.h.

Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef KroneckerProductBase<KroneckerProduct> Eigen::KroneckerProduct< Lhs, Rhs >::Base
private

Definition at line 85 of file KroneckerTensorProduct.h.

Constructor & Destructor Documentation

template<typename Lhs , typename Rhs >
Eigen::KroneckerProduct< Lhs, Rhs >::KroneckerProduct ( const Lhs A,
const Rhs B 
)
inline

Constructor.

Definition at line 91 of file KroneckerTensorProduct.h.

Member Function Documentation

template<typename Lhs , typename Rhs >
template<typename Dest >
void Eigen::KroneckerProduct< Lhs, Rhs >::evalTo ( Dest &  dst) const

Evaluate the Kronecker tensor product.

Definition at line 134 of file KroneckerTensorProduct.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:06