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