mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
committed by
Antonio Sanchez
parent
339d7188ed
commit
109935bfce
@@ -40,11 +40,11 @@ struct nested<TensorScanOp<Op, XprType>, 1,
|
||||
};
|
||||
} // end namespace internal
|
||||
|
||||
/** \class TensorScan
|
||||
* \ingroup CXX11_Tensor_Module
|
||||
*
|
||||
* \brief Tensor scan class.
|
||||
*/
|
||||
/**
|
||||
* \ingroup CXX11_Tensor_Module
|
||||
*
|
||||
* \brief Tensor scan class.
|
||||
*/
|
||||
template <typename Op, typename XprType>
|
||||
class TensorScanOp
|
||||
: public TensorBase<TensorScanOp<Op, XprType>, ReadOnlyAccessors> {
|
||||
|
||||
Reference in New Issue
Block a user