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 TensorPadding
|
||||
* \ingroup CXX11_Tensor_Module
|
||||
*
|
||||
* \brief Tensor padding class.
|
||||
* At the moment only padding with a constant value is supported.
|
||||
*
|
||||
*/
|
||||
namespace internal {
|
||||
template <typename PaddingDimensions, typename XprType>
|
||||
struct traits<TensorPaddingOp<PaddingDimensions, XprType> > : public traits<XprType> {
|
||||
@@ -49,6 +42,13 @@ struct nested<TensorPaddingOp<PaddingDimensions, XprType>, 1,
|
||||
|
||||
} // end namespace internal
|
||||
|
||||
/**
|
||||
* \ingroup CXX11_Tensor_Module
|
||||
*
|
||||
* \brief Tensor padding class.
|
||||
* At the moment only padding with a constant value is supported.
|
||||
*
|
||||
*/
|
||||
template <typename PaddingDimensions, typename XprType>
|
||||
class TensorPaddingOp : public TensorBase<TensorPaddingOp<PaddingDimensions, XprType>, ReadOnlyAccessors> {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user