Re: [math] visitor pattern for vectors

2012-05-24 Thread Sébastien Brisard
Hello again, > > MATH-765 turns out to be too ambitious [1], but one of the points I > raised was deemed worth implementing. > > {quote} > My first suggestion would be on the visitor design pattern vs. > map(UnivariateFunction). The former is specified in the RealMatrix > interface, the latter is

[math] visitor pattern for vectors

2012-05-24 Thread Sébastien Brisard
Hi, MATH-765 turns out to be too ambitious [1], but one of the points I raised was deemed worth implementing. {quote} My first suggestion would be on the visitor design pattern vs. map(UnivariateFunction). The former is specified in the RealMatrix interface, the latter is specified in the RealVect