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 8c462dc + c643f0d commit b849603Copy full SHA for b849603
src/tensortrain.jl
@@ -93,7 +93,7 @@ function tensortrain(tci)
93
end
94
95
function _factorize(
96
- A::Matrix{V}, method::Symbol; tolerance::Float64, maxbonddim::Int
+ A::AbstractMatrix{V}, method::Symbol; tolerance::Float64, maxbonddim::Int
97
)::Tuple{Matrix{V},Matrix{V},Int} where {V}
98
if method === :LU
99
factorization = rrlu(A, abstol=tolerance, maxrank=maxbonddim)
0 commit comments