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 TensorShuffling
|
||||
* \ingroup CXX11_Tensor_Module
|
||||
*
|
||||
* \brief Tensor shuffling class.
|
||||
*
|
||||
*
|
||||
*/
|
||||
namespace internal {
|
||||
template <typename Shuffle, typename XprType>
|
||||
struct traits<TensorShufflingOp<Shuffle, XprType> > : public traits<XprType> {
|
||||
@@ -48,6 +41,11 @@ struct nested<TensorShufflingOp<Shuffle, XprType>, 1, typename eval<TensorShuffl
|
||||
|
||||
} // end namespace internal
|
||||
|
||||
/**
|
||||
* \ingroup CXX11_Tensor_Module
|
||||
*
|
||||
* \brief Tensor shuffling class.
|
||||
*/
|
||||
template <typename Shuffle, typename XprType>
|
||||
class TensorShufflingOp : public TensorBase<TensorShufflingOp<Shuffle, XprType> > {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user