export rawbatch

This commit is contained in:
Mike J Innes 2016-10-25 14:10:32 +01:00
parent 7438ee6108
commit 95b955246d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import Base: eltype, size, getindex, setindex!, convert
export CatMat
export CatMat, rawbatch
immutable CatMat{T,S} <: AbstractVector{T}
data::S