You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dimitrios Efthymiou (Jira)" <ji...@apache.org> on 2023/07/15 01:03:00 UTC

[jira] [Created] (GEOMETRY-157) Implement getCumulativeSum(Vector x) and getCumulativeProduct(Vector x)

Dimitrios Efthymiou created GEOMETRY-157:
--------------------------------------------

             Summary: Implement getCumulativeSum(Vector x) and getCumulativeProduct(Vector x)
                 Key: GEOMETRY-157
                 URL: https://issues.apache.org/jira/browse/GEOMETRY-157
             Project: Commons Geometry
          Issue Type: New Feature
          Components: euclidean1D, euclidean2D, euclidean3D
            Reporter: Dimitrios Efthymiou


If we have a vector u = (1, 4, 7) then the cumulative sum is v = (3, 10). Similarly for the cumulative product i.e. v = (4, 28)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)