Skip to content

Commit f4b9540

Browse files
committed
Added SplitVector
1 parent 37e60ca commit f4b9540

File tree

4 files changed

+357
-27
lines changed

4 files changed

+357
-27
lines changed

src/PartitionedArrays.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,14 @@ export repartition
134134
export repartition!
135135
export renumber
136136
export find_local_indices
137+
export SplitVector
138+
export split_vector
139+
export split_vector_blocks
137140
include("p_vector.jl")
138141

139142
export SplitMatrix
143+
export split_matrix
144+
export split_matrix_blocks
140145
export PSparseMatrix
141146
export psparse
142147
export psparse!

0 commit comments

Comments
 (0)