Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

math operations #7

Open
Thrameos opened this issue Jun 18, 2017 · 0 comments
Open

math operations #7

Thrameos opened this issue Jun 18, 2017 · 0 comments
Assignees

Comments

@Thrameos
Copy link
Owner

We have integrated gov.llnl.math into jpype as a customizer which allows use of numpy like operations for java classes. This greatly increases run speed when performing prototyping and testing as we can perform math without ever moving the arrays from the java jvm. Unfortunately, it will take heavy lifting to get this modification out of the laboratory IP release system. Also the jpype does not currently include an ant build to create a org.jpype jar which would be able to hold the required enhancement hooks. The downside is the existing customizer may under certain situations create an unenhanced array class which leads to a method error. Fortunately, this is sufficiently rare we can work around easily by reordering calls.

@Thrameos Thrameos self-assigned this Jun 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant