thank you, but I can't import Jama package in processing! I can use this package in NetBeans, but I want to use Jama in processing. How can I import Jama in processing?
It appears there are MANY libraries / packages offering these functions. (Previous search link.) Have you tried another? It's possible there are some naming conflicts in the 'jama' package with other Processing libs. Further, it appears that jama is no longer being maintained. Yet another reason to find alternatives.
thank you, I could import Jama.* in processing. but I have a problem, when write this code :
Matrix b = Matrix.random(3,1);
processing has this error : The type Matrix is ambiguous
Discussion Group. A moderated discussion group has been established for such comments. Comments and suggestions sent to [email protected] will be sent to the JAMA authors, as well as to all subscribers. To subscribe, send email to [email protected]. A web page for the discussion group, including the discussion archives, can be found here.
Comments
https://www.google.com/search?q=calculate+eigenvalues+in+java
thank you, but I can't import Jama package in processing! I can use this package in NetBeans, but I want to use Jama in processing. How can I import Jama in processing?
It appears there are MANY libraries / packages offering these functions. (Previous search link.) Have you tried another? It's possible there are some naming conflicts in the 'jama' package with other Processing libs. Further, it appears that jama is no longer being maintained. Yet another reason to find alternatives.
https://en.wikipedia.org/wiki/JAMA_(numerical_linear_algebra_library)
This page mentions a discussion group exists. You might try posting there.
https://math.nist.gov/javanumerics/jama/
thank you, I could import Jama.* in processing. but I have a problem, when write this code :

Matrix b = Matrix.random(3,1);
processing has this error : The type Matrix is ambiguous
Please post your question on the jama email discussion list. 'Ambiguous' sounds like a Java type conflict.
https://math.nist.gov/javanumerics/jama/
https://forum.processing.org/two/discussion/12263/the-type-is-ambiguous-how-do-i-fix-it