[ 
https://issues.apache.org/jira/browse/SOLR-11607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16243194#comment-16243194
 ] 

ASF subversion and git services commented on SOLR-11607:
--------------------------------------------------------

Commit 350dcf47b489ae3440a399d012a7e3741db01035 in lucene-solr's branch 
refs/heads/branch_7x from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=350dcf4 ]

SOLR-11607: Add grandSum, sumRows, sumColumns, scalarDivide, scalarMultiply, 
scalarAdd, scalarSubtract Stream Evaluators


> Add grandSum, sumRows, sumColumns, scalarDivide, scalarMultiply, scalarAdd, 
> scalarSubtract Stream Evaluators
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-11607
>                 URL: https://issues.apache.org/jira/browse/SOLR-11607
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>            Priority: Trivial
>         Attachments: SOLR-11607.patch
>
>
> This ticket adds a set of matrix math functions:
> grandSum: sum of all the values in a matrix
> sumRows: returns a vector with sums of all rows
> sumColums: returns a vector with the sums of columns
> scalarAdd: add a number to each entry in the matrix, returns s new matrix
> scalarSubtract: subtracts a number from each entry in the matrix, returns a 
> new matrix
> scalarMultiply: multiplies a number to each entry in the matrix, returns a 
> new matrix
> scalarDivide: divides each entry in a matrix by a number, returns a new matrix



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to