Skip to content

Commit 62a8ccf

Browse files
committed
Update docstring
1 parent 2fe53dc commit 62a8ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/globalpivotfinder.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Input data structure for global pivot search algorithms.
99
- `localdims::Vector{Int}`: Dimensions of each tensor index
1010
- `current_tt::TensorTrain{ValueType,3}`: Current tensor train approximation
1111
- `maxsamplevalue::ValueType`: Maximum absolute value of the function
12-
- `Iset::Vector{Vector{Vector{Int}}}`: Set of left indices
13-
- `Jset::Vector{Vector{Vector{Int}}}`: Set of right indices
12+
- `Iset::Vector{Vector{MultiIndex}}`: Set of left indices
13+
- `Jset::Vector{Vector{MultiIndex}}`: Set of right indices
1414
"""
1515
struct GlobalPivotSearchInput{ValueType}
1616
localdims::Vector{Int}

0 commit comments

Comments
 (0)