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 eec5288 commit 42bc20fCopy full SHA for 42bc20f
src/tensorci2.jl
@@ -302,7 +302,7 @@ function setT!(
302
end
303
304
305
-function rmbadpivots!(
+function sweep0site!(
306
tci::TensorCI2{ValueType}, f, b::Int;
307
reltol=1e-14, abstol=0.0
308
) where {ValueType}
@@ -325,6 +325,8 @@ function rmbadpivots!(
325
return nothing
326
327
328
+# Backward compatibility
329
+const rmbadpivots! = sweep0site!
330
331
function setT!(
332
tci::TensorCI2{ValueType}, f, b::Int; leftorthogonal=true
0 commit comments