[
https://issues.apache.org/jira/browse/GEOMETRY-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743423#comment-17743423
]
Alex Herbert commented on GEOMETRY-160:
---------------------------------------
If you have a public math library on GitHub then you are most of the way there
to sharing your code. To make it more visible would require some searchable
documentation (which your code is entirely missing). You could publish a
release of the jar (to Maven central, GH, A.N.Other) and create some searchable
javadocs.
As to why you created 1000 functions with no use cases only you can answer
that. But without a user base that requires the function it is unlikely to get
support for integration into any Java library for generic reusable code (e.g.
Commons, Guava, JDK, etc).
> Implement getIndicesOfOccurenceOfElement(Vector x, double element)
> ------------------------------------------------------------------
>
> Key: GEOMETRY-160
> URL: https://issues.apache.org/jira/browse/GEOMETRY-160
> Project: Commons Geometry
> Issue Type: New Feature
> Components: euclidean1D, euclidean2D, euclidean3D
> Reporter: Dimitrios Efthymiou
> Priority: Minor
> Labels: features
> Original Estimate: 5h
> Remaining Estimate: 5h
>
> If we have a vector u = (2, 1, 3, 1, 7) and a number, say, 1 then it returns
> a list of the indices 1 and 3
--
This message was sent by Atlassian Jira
(v8.20.10#820010)