diff --git a/doc/maths.md b/doc/maths.md index 7a53ce92..c43d86f0 100755 --- a/doc/maths.md +++ b/doc/maths.md @@ -1251,6 +1251,8 @@ a specific dimension `d`, in __descending__ order. ## Matrix-wide operations (tensor-wide operations) ## +Note that many of the operations in [dimension-wise operations](#torch.columnwise.dok) can also be used as matrix-wide operations, by just omitting the `dim` parameter. + ### torch.norm(x [,p] [,dim]) ###