Re: [Math] MATH-928 Alternative approach to matrix implementations

2013-08-26 Thread Gilles
On Mon, 26 Aug 2013 10:04:01 -0400, Konstantin Berlin wrote: I think I like this approach a lot more. One thing that is left out, and we discussed a lot, is the need to support vector operations. This can also be done as an additional interface. This is critical since it forms the basic building

[Math] MATH-928 Alternative approach to matrix implementations

2013-08-26 Thread Konstantin Berlin
I think I like this approach a lot more. One thing that is left out, and we discussed a lot, is the need to support vector operations. This can also be done as an additional interface. This is critical since it forms the basic building block upon which all higher level matrix operations rely on. I