Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-11607

Add grandSum, sumRows, sumColumns, scalarDivide, scalarMultiply, scalarAdd, scalarSubtract Stream Evaluators

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 7.2
    • None
    • None

    Description

      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

      Attachments

        1. SOLR-11607.patch
          25 kB
          Joel Bernstein

        Activity

          People

            jbernste Joel Bernstein
            jbernste Joel Bernstein
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: