strider: Strided Iterator and Range

The strided iterator adapts multidimensional buffers to work with the C++ standard library and range-based for-loops. Given a pointer or iterator into a multidimensional data buffer, one can generate an iterator range using make_strided to construct strided versions of the standard library's begin and end. For constructing range-based for-loops, a strided_range class is provided. These help authors to avoid integer-based indexing, which in some cases can impede algorithm performance and introduce indexing errors. This library exists primarily to expose the header file to other R projects.

Package details

AuthorTim Keitt [aut, cre]
MaintainerTim Keitt <tkeitt@gmail.com>
LicenseMIT + file LICENSE
Version1.3
URL https://github.com/thk686/strider
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("strider")

Try the strider package in your browser

Any scripts or data that you put into this service are public.

strider documentation built on July 1, 2020, 10:32 p.m.