R 3.0 overcame the 32-bit size limit of vectors. R.NET users could want to do random access to vectors from .NET interface (Vector<T>). The current interface only adapts to 32-bit size.
* R.NET adds 64-bit interface besides 32-bit one.
* R.NET changes its interface to 64-bit.
* Like MemoryMappedViewAccessor, R.NET has VectorViewAccessor and MatrixViewAccessor classes.
* R.NET adds 64-bit interface besides 32-bit one.
* R.NET changes its interface to 64-bit.
* Like MemoryMappedViewAccessor, R.NET has VectorViewAccessor and MatrixViewAccessor classes.