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 da0f65a commit 251559fCopy full SHA for 251559f
src/factorizations/svd.jl
@@ -107,8 +107,7 @@ function MatrixAlgebraKit.initialize_output(
107
bcolIs = Int.(last.(Tuple.(bIs)))
108
for bI in eachblockstoredindex(A)
109
row, col = Int.(Tuple(bI))
110
- nrows = brows[row]
111
- s_axes[col] = nrows
+ s_axes[col] = brows[row]
112
end
113
114
# fill in values for blocks that aren't present, pairing them in order of occurence
0 commit comments