Eigen-unsupported  5.0.1-dev+7c7d8473
 
Loading...
Searching...
No Matches
Eigen::TensorContractionOp< Indices, LhsXprType, RhsXprType, OutputKernelType > Class Template Reference

#include <unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h>

Detailed Description

template<typename Indices, typename LhsXprType, typename RhsXprType, typename OutputKernelType = const NoOpOutputKernel>
class Eigen::TensorContractionOp< Indices, LhsXprType, RhsXprType, OutputKernelType >

Tensor contraction class.

+ Inheritance diagram for Eigen::TensorContractionOp< Indices, LhsXprType, RhsXprType, OutputKernelType >:

Public Member Functions

const internal::remove_all_t< typename LhsXprType::Nested > & lhsExpression () const
 

Member Function Documentation

◆ lhsExpression()

template<typename Indices, typename LhsXprType, typename RhsXprType, typename OutputKernelType = const NoOpOutputKernel>
const internal::remove_all_t< typename LhsXprType::Nested > & Eigen::TensorContractionOp< Indices, LhsXprType, RhsXprType, OutputKernelType >::lhsExpression ( ) const
inline
Returns
the nested expressions

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