that was what I wanted

This commit is contained in:
Mike J Innes 2017-06-05 17:50:00 +01:00
parent 957e23eb6b
commit a7a46e3a82

View File

@ -1,6 +1,7 @@
import Base: eltype, size, getindex, setindex!, convert
ABatch{T} = AbstractVector{T}
abstract type ABatch{T} <: AbstractVector{T}
end
struct CatMat{T,S} <: ABatch{T}
data::S