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 3b8f594 commit 692e4e8Copy full SHA for 692e4e8
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