export rawbatch
This commit is contained in:
parent
7438ee6108
commit
95b955246d
|
@ -1,6 +1,6 @@
|
|||
import Base: eltype, size, getindex, setindex!, convert
|
||||
|
||||
export CatMat
|
||||
export CatMat, rawbatch
|
||||
|
||||
immutable CatMat{T,S} <: AbstractVector{T}
|
||||
data::S
|
||||
|
|
Loading…
Reference in New Issue