sprs icon indicating copy to clipboard operation
sprs copied to clipboard

Dot product on ArrayView is impractical

Open vbarrielle opened this issue 8 years ago • 0 comments

Requiring to take a reference on a view is unnatural, it would be nice to have the same system that enables taking CsVecView by value. However this might require some re-borrowing API in ndarray, or better, waiting for Rust features making that case easier.

vbarrielle avatar Feb 19 '16 16:02 vbarrielle