VectorInterface v0.5.0
This version adds a MinimalVec
type that wraps an AbstractVector
instance in such a way that only the methods defined by VectorInterface.jl are available. MinimalVec
instances can thus be used to test algorithms that are intended to work with any object type that implements the VectorInterface.jl methods.
Merged pull requests:
Closed issues:
scale!!(::SparseVector, ::SparseVector, x)
results inStackOverflowError
(#19)