check_for_order_independence function

(Shortest import: from brian2.codegen.permutation_analysis import check_for_order_independence)

brian2.codegen.permutation_analysis.check_for_order_independence(statements, variables, indices)[source]

Check that the sequence of statements doesn’t depend on the order in which the indices are iterated through.