[Fwd: Matrix inversion problem]
- Subject: [Fwd: Matrix inversion problem]
- From: Ron Boisvert <boisvert@nist.gov>
- Date: Fri, 20 Mar 2009 09:05:52 -0400
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=ISO-8859-1; format=flowed
- User-Agent: Thunderbird 2.0.0.21 (Windows/20090302)
Sender: Dominik Mozny <dominik.mozny@gmail.com>
Subject: Matrix inversion problem
Hi,
I use BufferedImage (java.awt.image.BufferedImage) for load picture
(180x200 pixels), then I will make matrix (width x height of pixels of
the image) and set each element of the matrix to value from picture
(method BufferedImage.getRGB(i,j)). Then I need to invert
(pseudoinverse) this matrix so I use inverse() method and there is the
problem: When I use this method in some other method, this other
method is prematurely ended and I don't know what the problem is. (The
same problem is for m x m matrix - 200x200)
I use Jama 1.0.2.
Date Index |
Thread Index |
Problems or questions? Contact list-master@nist.gov