core.matrix
core.matrix copied to clipboard
PDoubleArrayOutput generalization and extraction
We could extract PDoubleArrayOutput to a separate namespace and generalize it a bit, allowing to communicate between implementations with long arrays too (at least).
Sounds fair. I think the a good API might be a generic array output function, where the array type matches the element-type of the array? This would avoid the need for separate to-long-array, to-int-array etc.
Hiya Dmitry, any more progress on this one? Would be nice to prototype this with NDArray during the GSoC period assuming you have the time.
Not yet, but I will do this.