We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e5737a + 40e8b78 commit 2d561c9Copy full SHA for 2d561c9
inst/include/RcppParallel/RMatrix.h
@@ -23,7 +23,7 @@ class RMatrix {
23
{
24
}
25
26
- inline row_iterator(std::size_t start, std::size_t parentNrow, std::size_t index)
+ inline row_iterator(V* start, std::size_t parentNrow, std::size_t index)
27
: start_(start), parentNrow_(parentNrow), index_(index)
28
29
0 commit comments