Please, help us to better know about our user community by answering the following short survey: https://forms.gle/wpyrxWi18ox9Z5ae9
Loading...
Searching...
No Matches
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.

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: