[math] additions to MathArrays

2015-11-24 Thread Phil Steitz
I need the following methods to complete the fix for MATH-1246. I can add them as private methods to the KS class; but they seem generally useful, so I propose adding them to MathArrays. Any objections? /** * Concatenates two arrays. * * @param x first array * @param y second array * @

Re: [math] additions to MathArrays

2015-11-24 Thread sebb
On 24 November 2015 at 13:52, Phil Steitz wrote: > I need the following methods to complete the fix for MATH-1246. I > can add them as private methods to the KS class; but they seem > generally useful, so I propose adding them to MathArrays. Any > objections? > > /** > * Concatenates two array

Re: [math] additions to MathArrays

2015-11-24 Thread Gilles
On Tue, 24 Nov 2015 06:52:04 -0700, Phil Steitz wrote: I need the following methods to complete the fix for MATH-1246. I can add them as private methods to the KS class; but they seem generally useful, so I propose adding them to MathArrays. Any objections? /** * Concatenates two arrays. *

Re: [math] additions to MathArrays

2015-11-24 Thread Phil Steitz
On 11/24/15 7:11 AM, sebb wrote: > On 24 November 2015 at 13:52, Phil Steitz wrote: >> I need the following methods to complete the fix for MATH-1246. I >> can add them as private methods to the KS class; but they seem >> generally useful, so I propose adding them to MathArrays. Any >> objection

Re: [math] additions to MathArrays

2015-11-24 Thread Phil Steitz
On 11/24/15 7:28 AM, Gilles wrote: > On Tue, 24 Nov 2015 06:52:04 -0700, Phil Steitz wrote: >> I need the following methods to complete the fix for MATH-1246. I >> can add them as private methods to the KS class; but they seem >> generally useful, so I propose adding them to MathArrays. Any >> ob

Re: [math] additions to MathArrays

2015-11-24 Thread Ole Ersoy
Notes inline... On 11/24/2015 08:28 AM, Gilles wrote: On Tue, 24 Nov 2015 06:52:04 -0700, Phil Steitz wrote: I need the following methods to complete the fix for MATH-1246. I can add them as private methods to the KS class; but they seem generally useful, so I propose adding them to MathArrays

Re: [math] additions to MathArrays

2015-11-24 Thread sebb
On 24 November 2015 at 18:01, Phil Steitz wrote: > On 11/24/15 7:11 AM, sebb wrote: >> On 24 November 2015 at 13:52, Phil Steitz wrote: >>> I need the following methods to complete the fix for MATH-1246. I >>> can add them as private methods to the KS class; but they seem >>> generally useful, s

Re: [math] additions to MathArrays

2015-11-24 Thread Gilles
On Tue, 24 Nov 2015 11:08:33 -0700, Phil Steitz wrote: On 11/24/15 7:28 AM, Gilles wrote: On Tue, 24 Nov 2015 06:52:04 -0700, Phil Steitz wrote: I need the following methods to complete the fix for MATH-1246. I can add them as private methods to the KS class; but they seem generally useful, so