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.
2 parents eec5288 + 42bc20f commit 0f55f10Copy full SHA for 0f55f10
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