You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/11/08 00:51:00 UTC

[jira] [Commented] (SOLR-11607) Add grandSum, sumRows, sumColumns, scalarDivide, scalarMultiply, scalarAdd, scalarSubtract Stream Evaluators

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

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

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

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org