Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-234

setColumn and setRow methods for RealMatrixImpl class

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0
    • 2.0
    • None
    • None

    Description

      The RealMatrixImpl class has only the setSubMatrix method for updating matrix elements.
      It would be useful to include methods to
      set the elements of one row of a matrix
      (ii) set the elements of one column of the matrix.

      Possible signatures are:

      setRow(int rowIndex, double[] rowVector)
      setRow(int rowIndex, RealVector rowVector)
      setColumn(int columnIndex, double[] columnVector)
      setColumn(int columnIndex, RealVector columnVector)

      Attachments

        Activity

          People

            luc Luc Maisonobe
            jamesh James Housden
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: