Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b3285c

Browse files
Merge pull requestSciML#344 from SciML/ChrisRackauckas-patch-1
Fix docstring for getting the i'th array of array
2 parents80f2c86 +614e8c9 commit3b3285c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/vector_of_array.jl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ act like it's a higher-dimensional vector, and easily convert it to different fo
1111
structure is:
1212
1313
```julia
14-
A[i] # Returns the ith array in the vector of arrays
14+
A.u[i] # Returns the ith array in the vector of arrays
1515
A[j, i] # Returns the jth component in the ith array
1616
A[j1, ..., jN, i] # Returns the (j1,...,jN) component of the ith array
1717
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp