File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -86,17 +86,3 @@ which is correct but slower due to per-element partition indexing overhead.
8686` any ` /` all ` iterates element-by-element, which requires computing which partition
8787each linear index falls into. The optimized methods iterate over each partition
8888array directly, avoiding that lookup overhead entirely.
89-
90- ## Installation
91-
92- All subpackages can be installed from the monorepo:
93-
94- ``` julia
95- using Pkg
96- Pkg. add (url = " https://github.com/SciML/RecursiveArrayTools.jl" ,
97- subdir = " lib/RecursiveArrayToolsRaggedArrays" )
98- Pkg. add (url = " https://github.com/SciML/RecursiveArrayTools.jl" ,
99- subdir = " lib/RecursiveArrayToolsShorthandConstructors" )
100- Pkg. add (url = " https://github.com/SciML/RecursiveArrayTools.jl" ,
101- subdir = " lib/RecursiveArrayToolsArrayPartitionAnyAll" )
102- ```
You can’t perform that action at this time.
0 commit comments