Skip to content

Commit

Permalink
Merge pull request torch#258 from hughperkins/master
Browse files Browse the repository at this point in the history
point out htat the dimension-wise operations can also be used matrixwide
  • Loading branch information
soumith committed Jun 14, 2015
2 parents 5f41136 + 2e07bbd commit 10c768d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/maths.md
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,8 @@ a specific dimension `d`, in __descending__ order.
<a name="torch.matrixwide.dok"/>
## 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.

<a name="torch.norm"/>
### torch.norm(x [,p] [,dim]) ###

Expand Down

0 comments on commit 10c768d

Please sign in to comment.