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.
get_root_indp
1 parent eadcd77 commit 7dc3314Copy full SHA for 7dc3314
src/solutions/save_idxs.jl
@@ -52,7 +52,7 @@ function get_root_indp(prob::LinearProblem)
52
get_root_indp(prob.f)
53
end
54
55
-get_root_indp(::Nothing) = nothing
+get_root_indp(x) = x
56
57
function get_root_indp(f::SymbolicLinearInterface)
58
get_root_indp(f.sys)
0 commit comments