Eigen-unsupported  3.4.90 (git rev a4098ac676528a83cfb73d4d26ce1b42ec05f47c)
Eigen::KroneckerProductBase< Derived > Class Template Reference

Detailed Description

template<typename Derived>
class Eigen::KroneckerProductBase< Derived >

The base class of dense and sparse Kronecker product.

Template Parameters
Derivedis the derived type.

Inherits ReturnByValue< Derived >.

Public Member Functions

Scalar coeff (Index i) const
 
Scalar coeff (Index row, Index col) const
 
 KroneckerProductBase (const Lhs &A, const Rhs &B)
 Constructor.
 

Member Function Documentation

◆ coeff() [1/2]

template<typename Derived >
Scalar Eigen::KroneckerProductBase< Derived >::coeff ( Index  i) const
inline

This overrides ReturnByValue::coeff because this function is efficient enough.

◆ coeff() [2/2]

template<typename Derived >
Scalar Eigen::KroneckerProductBase< Derived >::coeff ( Index  row,
Index  col 
) const
inline

This overrides ReturnByValue::coeff because this function is efficient enough.


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