We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
listNeighbors(clicon..., "x4")
get back the list of factors connected to that variable
["x3x4f_sdr"; "x4x5f_3r3"; "x4l7f_34r"]
And visa versa for the variables connected to a factor, but that case should just alias to equivalent of:
getVariableOrder(dfg, fctlbl)
which gives back
["x3";"x4"]
Thereafter, alias the specific dispatches for list and ls, also lsf.
list
ls
lsf
PS, I'm writing hot and loose wrt String vs Symbol -- should resolve the default there better.
String
Symbol
The text was updated successfully, but these errors were encountered:
xref:
Sorry, something went wrong.
No branches or pull requests
get back the list of factors connected to that variable
And visa versa for the variables connected to a factor, but that case should just alias to equivalent of:
getVariableOrder(dfg, fctlbl)
which gives back
Thereafter, alias the specific dispatches for
list
andls
, alsolsf
.PS, I'm writing hot and loose wrt
String
vsSymbol
-- should resolve the default there better.The text was updated successfully, but these errors were encountered: