Re: [math] Jama Matrix to Math Commons (Least squares and Recursive least squares)

2011-04-27 Thread Phil Steitz
On 4/27/11 8:23 AM, Luc Maisonobe wrote: > Le 27/04/2011 15:52, Cedric Martin a écrit : >> Hi all, > Hi Cédric, > >> I have a simplistic implementation of least squares using Jama Matrix which >> I would like to migrate to Math Commons if possible. I'm running into >> issues where the LUDecomposit

Re: [math] Jama Matrix to Math Commons (Least squares and Recursive least squares)

2011-04-27 Thread Luc Maisonobe
Le 27/04/2011 17:23, Luc Maisonobe a écrit : > Le 27/04/2011 15:52, Cedric Martin a écrit : >> Hi all, > > Hi Cédric, > >> >> I have a simplistic implementation of least squares using Jama Matrix which >> I would like to migrate to Math Commons if possible. I'm running into >> issues where the L

Re: [math] Jama Matrix to Math Commons (Least squares and Recursive least squares)

2011-04-27 Thread Luc Maisonobe
Le 27/04/2011 15:52, Cedric Martin a écrit : > Hi all, Hi Cédric, > > I have a simplistic implementation of least squares using Jama Matrix which > I would like to migrate to Math Commons if possible. I'm running into > issues where the LUDecomposition requires a square matrix, and what I want

[math] Jama Matrix to Math Commons (Least squares and Recursive least squares)

2011-04-27 Thread Cedric Martin
Hi all, I have a simplistic implementation of least squares using Jama Matrix which I would like to migrate to Math Commons if possible. I'm running into issues where the LUDecomposition requires a square matrix, and what I want to offer is a rectangular matrix. The following code will hopefully