Re: [sc-dev] Changing values in matrix which is parameter

2010-09-01 Thread Regina Henschel
Hi Eike, Eike Rathke schrieb: Hi Regina, On Monday, 2010-08-16 16:24:23 +0200, Eike Rathke wrote: The problem with constant parameters is already actual :( http://www.openoffice.org/issues/show_bug.cgi?id=113879 Thanks for catching. I'll see if I can easily introduce the mentioned

Re: [sc-dev] Changing values in matrix which is parameter

2010-08-19 Thread Eike Rathke
Hi Regina, On Monday, 2010-08-16 16:24:23 +0200, Eike Rathke wrote: The problem with constant parameters is already actual :( http://www.openoffice.org/issues/show_bug.cgi?id=113879 Thanks for catching. I'll see if I can easily introduce the mentioned CloneIfConst() approach or have to

Re: [sc-dev] Changing values in matrix which is parameter

2010-08-16 Thread Eike Rathke
Hi Regina, On Saturday, 2010-08-14 00:18:38 +0200, Regina Henschel wrote: The problem with constant parameters is already actual :( http://www.openoffice.org/issues/show_bug.cgi?id=113879 Thanks for catching. I'll see if I can easily introduce the mentioned CloneIfConst() approach or have to

Re: [sc-dev] Changing values in matrix which is parameter

2010-08-16 Thread rb.hensc...@t-online.de
Hi Eike, -Original Message- Date: Mon, 16 Aug 2010 16:24:23 +0200 Subject: Re: [sc-dev] Changing values in matrix which is parameter From: Eike Rathke eike.rat...@oracle.com To: dev@sc.openoffice.org Hi Regina, On Saturday, 2010-08-14 00:18:38 +0200, Regina Henschel wrote

Re: [sc-dev] Changing values in matrix which is parameter

2010-08-13 Thread Eike Rathke
Hi Regina, On Thursday, 2010-08-12 16:38:33 +0200, Regina Henschel wrote: The current implementation avoids to copy the matrices X or Y, although that would ease and shorten the code. I thought there must be a reason for that and tried to avoid it too. I hesitate to copy X or Y, because they

Re: [sc-dev] Changing values in matrix which is parameter

2010-08-13 Thread Regina Henschel
Hi Eike, Eike Rathke schrieb: Hi Regina, On Thursday, 2010-08-12 16:38:33 +0200, Regina Henschel wrote: The current implementation avoids to copy the matrices X or Y, although that would ease and shorten the code. I thought there must be a reason for that and tried to avoid it too. I

Re: [sc-dev] Changing values in matrix which is parameter

2010-08-12 Thread Regina Henschel
Hi Eike, Eike Rathke schrieb: Hi Regina, On Sunday, 2010-08-08 20:38:21 +0200, Regina Henschel wrote: in method LINEST I get pMatX from the stack. That is a reference to the matrix MatX. I calculate the means column wise getting a matrix MeanX with associated reference pMeanX. In next step I