SciProgCentre/kmath

Consider adding BufferFactory to Algebra

altavir opened this issue · 1 comments

It makes some sense for algebra to know how to organized buffers of its elements. It could use Buffer::boxing by default. It is a common case when we need both algebra and buffer processing at the same time.

Done