Re: [Math] Naming confusion

2011-12-27 Thread J.Pietschmann
Am 28.10.2011 23:30, schrieb Gilles Sadowski: > I think that something is not quite right in those class names: ... > 2. assume that the "number" type is "Real", and drop it everywhere: The "Real" was included (a lng time ago because implementations for complex numbers were assumed to appear.

Re: [Math] Naming confusion

2011-10-29 Thread Luc Maisonobe
Le 29/10/2011 12:55, Gilles Sadowski a écrit : > On Sat, Oct 29, 2011 at 09:10:12AM +0200, Luc Maisonobe wrote: >> Le 28/10/2011 23:30, Gilles Sadowski a écrit : >>> Hello. >>> >>> I think that something is not quite right in those class names: >>> UnivariateMatrixFunction >>> UnivariateRealFun

Re: [Math] Naming confusion

2011-10-29 Thread Gilles Sadowski
On Sat, Oct 29, 2011 at 09:10:12AM +0200, Luc Maisonobe wrote: > Le 28/10/2011 23:30, Gilles Sadowski a écrit : > > Hello. > > > > I think that something is not quite right in those class names: > > UnivariateMatrixFunction > > UnivariateRealFunction > > UnivariateVectorialFunction > > > >

Re: [Math] Naming confusion

2011-10-29 Thread Luc Maisonobe
Le 28/10/2011 23:30, Gilles Sadowski a écrit : > Hello. > > I think that something is not quite right in those class names: > UnivariateMatrixFunction > UnivariateRealFunction > UnivariateVectorialFunction > > To be consistent, we should either > 1. indicate the "grouping" and "number" typ

Re: [Math] Naming confusion

2011-10-28 Thread Ted Dunning
Shouldn't Vectorial be Vector? On Fri, Oct 28, 2011 at 2:30 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hello. > > I think that something is not quite right in those class names: > UnivariateMatrixFunction > UnivariateRealFunction > UnivariateVectorialFunction > > To be consis

[Math] Naming confusion

2011-10-28 Thread Gilles Sadowski
Hello. I think that something is not quite right in those class names: UnivariateMatrixFunction UnivariateRealFunction UnivariateVectorialFunction To be consistent, we should either 1. indicate the "grouping" and "number" type everywhere: UnivariateRealMatrixFunction Univaria