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 >.

List of all members.

Public Member Functions

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

Member Function Documentation

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

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

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

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


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerator