muuki88 / jama-osgi

Jama - Java Matrix OSGi version with tycho build
12 stars 5 forks source link

Complex arithmetic handling #11

Closed muuki88 closed 12 years ago

muuki88 commented 12 years ago

Bug Report on mailing list

-----Original Message----- From: jama@nist.gov [mailto:jama@nist.gov] On Behalf Of creag@cs.queensu.ca <Sent: Wednesday, August 11, 2010 8:48 PM To: Multiple recipients of list Subject: JAMA bug possibly

Greetings,

I have been using JAMA's EigenvalueDecomposition function to analyze the transition matrices of every binary 5-state automata and I noticed that it seems to get stuck on this one for some reason:

[0 0 0 0 0] [0 0 0 0 1] [0 0 0 1 0] [1 1 0 0 1] [1 0 1 0 1]

Not a huge problem for me, just thought you might like to know.

Best regards, Creag Winacott