[jira] [Created] (GEOMETRY-160) Implement getIndicesOfOccurenceOfElement(Vector x, double element)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
Dimitrios Efthymiou created GEOMETRY-160: Summary: Implement getIndicesOfOccurenceOfElement(Vector x, double element) Key: GEOMETRY-160 URL: https://issues.apache.org/jira/browse/GEOMETRY-160

[jira] [Created] (GEOMETRY-159) Implement flattenVectors(List vectors)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
Dimitrios Efthymiou created GEOMETRY-159: Summary: Implement flattenVectors(List vectors) Key: GEOMETRY-159 URL: https://issues.apache.org/jira/browse/GEOMETRY-159 Project: Commons Geometry

[jira] [Created] (GEOMETRY-158) Implement getDifferencesBetweenSuccessiveElements(Vector x)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
Dimitrios Efthymiou created GEOMETRY-158: Summary: Implement getDifferencesBetweenSuccessiveElements(Vector x) Key: GEOMETRY-158 URL: https://issues.apache.org/jira/browse/GEOMETRY-158

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

2023-07-14 Thread Dimitrios Efthymiou (Jira)
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

[jira] [Created] (GEOMETRY-156) Implement 4 functions that find the first or last index of minimum or maximum

2023-07-14 Thread Dimitrios Efthymiou (Jira)
Dimitrios Efthymiou created GEOMETRY-156: Summary: Implement 4 functions that find the first or last index of minimum or maximum Key: GEOMETRY-156 URL: https://issues.apache.org/jira/browse/GEOMETRY-156

[jira] [Created] (GEOMETRY-155) Implement getMidpoint(Vector x)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
Dimitrios Efthymiou created GEOMETRY-155: Summary: Implement getMidpoint(Vector x) Key: GEOMETRY-155 URL: https://issues.apache.org/jira/browse/GEOMETRY-155 Project: Commons Geometry

[jira] [Created] (GEOMETRY-154) Implement divideVectorWithRatio(Vector x, double ratio)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
Dimitrios Efthymiou created GEOMETRY-154: Summary: Implement divideVectorWithRatio(Vector x, double ratio) Key: GEOMETRY-154 URL: https://issues.apache.org/jira/browse/GEOMETRY-154 Project:

[jira] [Created] (GEOMETRY-153) Implement isPointOnVector(Vector x, Point point)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
Dimitrios Efthymiou created GEOMETRY-153: Summary: Implement isPointOnVector(Vector x, Point point) Key: GEOMETRY-153 URL: https://issues.apache.org/jira/browse/GEOMETRY-153 Project: Commons

[jira] [Created] (GEOMETRY-152) Implement isOrthonormalTo(Vector x, Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
Dimitrios Efthymiou created GEOMETRY-152: Summary: Implement isOrthonormalTo(Vector x, Vector y) Key: GEOMETRY-152 URL: https://issues.apache.org/jira/browse/GEOMETRY-152 Project: Commons

[jira] [Created] (GEOMETRY-151) Implement getEqualVectorBasedOnPoint(Vector x, Point point)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
Dimitrios Efthymiou created GEOMETRY-151: Summary: Implement getEqualVectorBasedOnPoint(Vector x, Point point) Key: GEOMETRY-151 URL: https://issues.apache.org/jira/browse/GEOMETRY-151

[GitHub] [commons-net] garydgregory merged pull request #164: Migrate SubnetUtilsTest to JUnit5

2023-07-14 Thread via GitHub
garydgregory merged PR #164: URL: https://github.com/apache/commons-net/pull/164 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743325#comment-17743325 ] Dimitrios Efthymiou commented on GEOMETRY-150: -- [~erans] does that mean that I can

[jira] [Reopened] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou reopened GEOMETRY-150: -- > implement isCodirectionalTo(Vector y) > -

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743322#comment-17743322 ] Gilles Sadowski commented on GEOMETRY-150: -- I don't understand why you closed this report.

[GitHub] [commons-email] garydgregory merged pull request #152: Bump github/codeql-action from 2.20.3 to 2.20.4

2023-07-14 Thread via GitHub
garydgregory merged PR #152: URL: https://github.com/apache/commons-email/pull/152 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-text] garydgregory merged pull request #442: Bump github/codeql-action from 2.20.3 to 2.20.4

2023-07-14 Thread via GitHub
garydgregory merged PR #442: URL: https://github.com/apache/commons-text/pull/442 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-statistics] kinow commented on a diff in pull request #46: [STATISTICS-71]: Add base interfaces for all statistic implementations.

2023-07-14 Thread via GitHub
kinow commented on code in PR #46: URL: https://github.com/apache/commons-statistics/pull/46#discussion_r1264161636 ## src/conf/checkstyle/checkstyle.xml: ## @@ -117,11 +117,15 @@ + + + Review Comment: :+1:

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743270#comment-17743270 ] Dimitrios Efthymiou commented on GEOMETRY-150: -- I agree > implement

[jira] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150 ] Dimitrios Efthymiou deleted comment on GEOMETRY-150: -- was (Author: JIRAUSER301169): [~erans] unless I miss something, 2 vectors u, v are codirectional if v = au for a being a real

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743268#comment-17743268 ] Dimitrios Efthymiou commented on GEOMETRY-150: -- [~erans] unless I miss something, 2

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743259#comment-17743259 ] Gilles Sadowski commented on GEOMETRY-150: -- {quote}I wanted to implement lots of new functions

[GitHub] [commons-daemon] garydgregory merged pull request #99: Bump github/codeql-action from 2.20.3 to 2.20.4

2023-07-14 Thread via GitHub
garydgregory merged PR #99: URL: https://github.com/apache/commons-daemon/pull/99 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [commons-statistics] ani5rudh commented on a diff in pull request #46: [STATISTICS-71]: Add base interfaces for all statistic implementations.

2023-07-14 Thread via GitHub
ani5rudh commented on code in PR #46: URL: https://github.com/apache/commons-statistics/pull/46#discussion_r1263952537 ## commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/MinTest.java: ## @@ -0,0 +1,188 @@ +/* + * Licensed to the Apache

[GitHub] [commons-statistics] aherbert commented on a diff in pull request #46: [STATISTICS-71]: Add base interfaces for all statistic implementations.

2023-07-14 Thread via GitHub
aherbert commented on code in PR #46: URL: https://github.com/apache/commons-statistics/pull/46#discussion_r1263942513 ## commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/MinTest.java: ## @@ -0,0 +1,188 @@ +/* + * Licensed to the Apache

[GitHub] [commons-statistics] ani5rudh commented on pull request #46: [STATISTICS-71]: Add base interfaces for all statistic implementations.

2023-07-14 Thread via GitHub
ani5rudh commented on PR #46: URL: https://github.com/apache/commons-statistics/pull/46#issuecomment-1636089311 Hello @aherbert, thanks for the review. I've updated the PR per your comments. -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743186#comment-17743186 ] Dimitrios Efthymiou commented on GEOMETRY-150: -- [~erans] thank you for your response. You

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743185#comment-17743185 ] Matt Juntunen commented on GEOMETRY-150: A few comments: - {{Vectors}} is in the {{internal}}

[jira] [Closed] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou closed GEOMETRY-150. Resolution: Abandoned > implement isCodirectionalTo(Vector y) >

[GitHub] [commons-geometry] orionlibs closed pull request #216: GEOMETRY-150: implemented a way to check if 2 vectors are codirectional

2023-07-14 Thread via GitHub
orionlibs closed pull request #216: GEOMETRY-150: implemented a way to check if 2 vectors are codirectional URL: https://github.com/apache/commons-geometry/pull/216 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743181#comment-17743181 ] Dimitrios Efthymiou commented on GEOMETRY-150: -- [~erans] So, where does isCodirectionalTo

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743179#comment-17743179 ] Alex Herbert commented on GEOMETRY-150: --- Note that the Vector interface does have an angle

[GitHub] [commons-pool] garydgregory commented on a diff in pull request #230: Support for loom

2023-07-14 Thread via GitHub
garydgregory commented on code in PR #230: URL: https://github.com/apache/commons-pool/pull/230#discussion_r1263777535 ## src/main/java/org/apache/commons/pool2/PooledObject.java: ## @@ -33,6 +34,8 @@ */ public interface PooledObject extends Comparable> { +

[GitHub] [commons-pool] garydgregory commented on a diff in pull request #230: Support for loom

2023-07-14 Thread via GitHub
garydgregory commented on code in PR #230: URL: https://github.com/apache/commons-pool/pull/230#discussion_r1263777535 ## src/main/java/org/apache/commons/pool2/PooledObject.java: ## @@ -33,6 +34,8 @@ */ public interface PooledObject extends Comparable> { +

[GitHub] [commons-pool] garydgregory commented on a diff in pull request #230: Support for loom

2023-07-14 Thread via GitHub
garydgregory commented on code in PR #230: URL: https://github.com/apache/commons-pool/pull/230#discussion_r1263777535 ## src/main/java/org/apache/commons/pool2/PooledObject.java: ## @@ -33,6 +34,8 @@ */ public interface PooledObject extends Comparable> { +

[jira] [Commented] (GEOMETRY-148) N-dimensional vectors

2023-07-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743172#comment-17743172 ] Gilles Sadowski commented on GEOMETRY-148: -- Good questions, some of which I already answered

[jira] [Comment Edited] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743169#comment-17743169 ] Gilles Sadowski edited comment on GEOMETRY-150 at 7/14/23 1:42 PM: ---

[jira] [Comment Edited] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743169#comment-17743169 ] Gilles Sadowski edited comment on GEOMETRY-150 at 7/14/23 1:42 PM: ---

[jira] [Comment Edited] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743169#comment-17743169 ] Gilles Sadowski edited comment on GEOMETRY-150 at 7/14/23 1:41 PM: ---

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743169#comment-17743169 ] Gilles Sadowski commented on GEOMETRY-150: -- bq. [...] move the isCodirectionalTo to

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743162#comment-17743162 ] Dimitrios Efthymiou commented on GEOMETRY-150: -- [~erans] I took care of it. OK. I think

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743160#comment-17743160 ] Gilles Sadowski commented on GEOMETRY-150: -- bq. I don't have access to GEOMETRY-129 I meant

[jira] [Comment Edited] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743157#comment-17743157 ] Dimitrios Efthymiou edited comment on GEOMETRY-150 at 7/14/23 1:19 PM:

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743157#comment-17743157 ] Dimitrios Efthymiou commented on GEOMETRY-150: -- I don't have access to GEOMETRY-129, so, I

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743155#comment-17743155 ] Dimitrios Efthymiou commented on GEOMETRY-150: -- [~erans] my mistake. I closed 149. How can

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743154#comment-17743154 ] Alex Herbert commented on GEOMETRY-150: --- Infra now requires that all PRs must be approved to run

[jira] [Closed] (GEOMETRY-149) implement isCodirectionalTo(Vector1D y) and isAntidirectionalTo(Vector1D y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou closed GEOMETRY-149. Resolution: Abandoned > implement isCodirectionalTo(Vector1D y) and

[jira] [Commented] (GEOMETRY-148) N-dimensional vectors

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743153#comment-17743153 ] Dimitrios Efthymiou commented on GEOMETRY-148: -- I see. I just thought that, we have the

[jira] [Commented] (GEOMETRY-148) N-dimensional vectors

2023-07-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743152#comment-17743152 ] Gilles Sadowski commented on GEOMETRY-148: -- bq. {{org.apache.commons.math4.legacy.linear}}

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743149#comment-17743149 ] Gilles Sadowski commented on GEOMETRY-150: -- [~aherbert], sorry for the typo. Do we have to set

[jira] [Comment Edited] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743145#comment-17743145 ] Alex Herbert edited comment on GEOMETRY-150 at 7/14/23 1:00 PM: Isn't

[jira] [Commented] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743145#comment-17743145 ] Gilles Sadowski commented on GEOMETRY-150: -- Isn't this report a duplicate of GEOMETRY-129? >

[jira] [Commented] (GEOMETRY-148) N-dimensional vectors

2023-07-14 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17743142#comment-17743142 ] Alex Herbert commented on GEOMETRY-148: --- The vectors in Geometry are specialised for use in the

[GitHub] [commons-statistics] aherbert commented on a diff in pull request #46: [STATISTICS-71]: Add base interfaces for all statistic implementations.

2023-07-14 Thread via GitHub
aherbert commented on code in PR #46: URL: https://github.com/apache/commons-statistics/pull/46#discussion_r1263667839 ## commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/MinTest.java: ## @@ -0,0 +1,198 @@ +/* + * Licensed to the Apache

[GitHub] [commons-pool] garydgregory commented on pull request #230: Support for loom

2023-07-14 Thread via GitHub
garydgregory commented on PR #230: URL: https://github.com/apache/commons-pool/pull/230#issuecomment-1635792119 @zenghu1chen Thank you for the PR. Please see the build failure and update the PR. There are no unit tests here, I'd really like to see a test that can demonstrate a

[jira] [Updated] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou updated GEOMETRY-150: - Description: implement isCodirectionalTo(Vector y) method in the Vector

[jira] [Updated] (GEOMETRY-150) implement isCodirectionalTo(Vector y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou updated GEOMETRY-150: - Summary: implement isCodirectionalTo(Vector y) (was: implement

[jira] [Updated] (GEOMETRY-150) implement isCodirectionalTo(Vector1D y) and isAntidirectionalTo(Vector1D y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou updated GEOMETRY-150: - Description: implement isCodirectionalTo(Vector1D y) and

[jira] [Created] (GEOMETRY-150) implement isCodirectionalTo(Vector1D y) and isAntidirectionalTo(Vector1D y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
Dimitrios Efthymiou created GEOMETRY-150: Summary: implement isCodirectionalTo(Vector1D y) and isAntidirectionalTo(Vector1D y) Key: GEOMETRY-150 URL: https://issues.apache.org/jira/browse/GEOMETRY-150

[jira] [Created] (GEOMETRY-149) implement isCodirectionalTo(Vector1D y) and isAntidirectionalTo(Vector1D y)

2023-07-14 Thread Dimitrios Efthymiou (Jira)
Dimitrios Efthymiou created GEOMETRY-149: Summary: implement isCodirectionalTo(Vector1D y) and isAntidirectionalTo(Vector1D y) Key: GEOMETRY-149 URL: https://issues.apache.org/jira/browse/GEOMETRY-149

[jira] [Updated] (GEOMETRY-148) N-dimensional vectors

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou updated GEOMETRY-148: - Description: The library can handle 1D, 2D and 3D vectors. Can we add support

[jira] [Updated] (GEOMETRY-148) N-dimensional vectors

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou updated GEOMETRY-148: - Component/s: euclidean3D > N-dimensional vectors > - > >

[jira] [Created] (GEOMETRY-148) N-dimensional vectors

2023-07-14 Thread Dimitrios Efthymiou (Jira)
Dimitrios Efthymiou created GEOMETRY-148: Summary: N-dimensional vectors Key: GEOMETRY-148 URL: https://issues.apache.org/jira/browse/GEOMETRY-148 Project: Commons Geometry Issue

[jira] [Updated] (GEOMETRY-148) N-dimensional vectors

2023-07-14 Thread Dimitrios Efthymiou (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dimitrios Efthymiou updated GEOMETRY-148: - Priority: Minor (was: Major) > N-dimensional vectors > -