You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Christoph Dibak (JIRA)" <ji...@apache.org> on 2017/07/21 13:04:00 UTC

[jira] [Created] (MATH-1425) Use Arraycopy for Row Operations in Array2DRowRealMatrix

Christoph Dibak created MATH-1425:
-------------------------------------

             Summary: Use Arraycopy for Row Operations in Array2DRowRealMatrix
                 Key: MATH-1425
                 URL: https://issues.apache.org/jira/browse/MATH-1425
             Project: Commons Math
          Issue Type: Improvement
    Affects Versions: 4.0, 3.7
            Reporter: Christoph Dibak
            Priority: Minor


Using System.arraycopy() can be used to improve runtime for row operations (setRow / getRow) for instances of Array2DRowRealMatrix.  See also MATH-1389.



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