#include <unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h>
template<typename Indices, typename LhsXprType, typename RhsXprType, typename OutputKernelType = const NoOpOutputKernel>
class Eigen::TensorContractionOp< Indices, LhsXprType, RhsXprType, OutputKernelType >
Tensor contraction class.
|
| const internal::remove_all_t< typename LhsXprType::Nested > & | lhsExpression () const |
| |
◆ 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: