[Math] Why no AnyVector Interface?

2012-01-31 Thread Bruce A Johnson
Hi, I'm currently working on a scripted interface to Commons Math. I support both Real and Field (Complex) matrices, and Real and Field (Complex) vectors. Checking the size of the matrices is trivial because they both implement AnyMatrix which has row and column size getters, but because

Re: [Math] Why no AnyVector Interface?

2012-01-31 Thread Gilles Sadowski
Hello. I'm currently working on a scripted interface to Commons Math. I support both Real and Field (Complex) matrices, and Real and Field (Complex) vectors. Checking the size of the matrices is trivial because they both implement AnyMatrix which has row and column size getters, but