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

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

#include <KroneckerTensorProduct.h>

Inheritance diagram for Eigen::KroneckerProductSparse< Lhs, Rhs >:
Eigen::EigenBase< KroneckerProductSparse< Lhs, Rhs > >

Public Member Functions

 KroneckerProductSparse (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
 
template<typename Scalar , int Options, typename Index >
 operator SparseMatrix< Scalar, Options, Index > ()
 
- Public Member Functions inherited from Eigen::EigenBase< KroneckerProductSparse< Lhs, Rhs > >
KroneckerProductSparse< Lhs, Rhs > & derived ()
 
const KroneckerProductSparse< Lhs, Rhs > & derived () const
 
KroneckerProductSparse< Lhs, Rhs > & const_cast_derived () const
 
const KroneckerProductSparse< Lhs, Rhs > & const_derived () const
 
Index rows () const
 
Index cols () const
 
Index size () const
 
void evalTo (Dest &dst) const
 
void addTo (Dest &dst) const
 
void subTo (Dest &dst) const
 
void applyThisOnTheRight (Dest &dst) const
 
void applyThisOnTheLeft (Dest &dst) const
 

Additional Inherited Members

- Public Types inherited from Eigen::EigenBase< KroneckerProductSparse< Lhs, Rhs > >
typedef internal::traits< KroneckerProductSparse< Lhs, Rhs > >::StorageKind StorageKind
 
typedef internal::traits< KroneckerProductSparse< Lhs, Rhs > >::Index Index
 

Detailed Description

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

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.

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: