mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix tensor documentation.
This commit is contained in:
@@ -15,13 +15,6 @@
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
/** \class TensorContraction
|
||||
* \ingroup CXX11_Tensor_Module
|
||||
*
|
||||
* \brief Tensor contraction class.
|
||||
*
|
||||
*
|
||||
*/
|
||||
namespace internal {
|
||||
|
||||
template <typename Dimensions, typename LhsXprType, typename RhsXprType, typename OutputKernelType>
|
||||
@@ -301,6 +294,9 @@ struct NoOpOutputKernel {
|
||||
}
|
||||
};
|
||||
|
||||
/** Tensor contraction class.
|
||||
* \ingroup CXX11_Tensor_Module
|
||||
*/
|
||||
template <typename Indices, typename LhsXprType, typename RhsXprType,
|
||||
typename OutputKernelType = const NoOpOutputKernel>
|
||||
class TensorContractionOp
|
||||
|
||||
Reference in New Issue
Block a user