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.
1 parent 2fe53dc commit 62a8ccfCopy full SHA for 62a8ccf
src/globalpivotfinder.jl
@@ -9,8 +9,8 @@ Input data structure for global pivot search algorithms.
9
- `localdims::Vector{Int}`: Dimensions of each tensor index
10
- `current_tt::TensorTrain{ValueType,3}`: Current tensor train approximation
11
- `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
+- `Iset::Vector{Vector{MultiIndex}}`: Set of left indices
+- `Jset::Vector{Vector{MultiIndex}}`: Set of right indices
14
"""
15
struct GlobalPivotSearchInput{ValueType}
16
localdims::Vector{Int}
0 commit comments