You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemml.apache.org by GitBox <gi...@apache.org> on 2020/06/06 04:44:13 UTC

[GitHub] [systemml] j143 commented on pull request #954: [DOC] Documentation for builtin intersect function

j143 commented on pull request #954:
URL: https://github.com/apache/systemml/pull/954#issuecomment-639981561


   Well done @t201 , I slightly modified the snippet. 
   
   ```r
   X = rand (rows = 50, cols = 10)
   y = X %*% rand(rows=ncol(X), 1)
   Result = intersect(X,y)
   
   print(to string(Result))
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org