Jama in processing

36 views
Skip to first unread message

babak asheri

unread,
Aug 26, 2020, 9:50:34 AM8/26/20
to jama

Hi, I am using Java processing and I can import Jama.*,but when i write this code :
Matrix b = Matrix.random(3,1);
processing has an error:
The type Matrix is ambiguous

how can I fix this?
Untitled.jpg

Isabel Lomas

unread,
Dec 4, 2020, 2:30:50 PM12/4/20
to jama, babak....@gmail.com
It looks like you might have multiple things named Matrix.

Try declaring the variable as type "Jama.Matrix" instead of just "Matrix".
Reply all
Reply to author
Forward
0 new messages