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 80f2c86 + 614e8c9 commit 3b3285cCopy full SHA for 3b3285c
src/vector_of_array.jl
@@ -11,7 +11,7 @@ act like it's a higher-dimensional vector, and easily convert it to different fo
11
structure is:
12
13
```julia
14
-A[i] # Returns the ith array in the vector of arrays
+A.u[i] # Returns the ith array in the vector of arrays
15
A[j, i] # Returns the jth component in the ith array
16
A[j1, ..., jN, i] # Returns the (j1,...,jN) component of the ith array
17
```
0 commit comments