![]() |
NEURON
|
#include "node_order_optim/permute_utils.hpp"
#include <catch2/catch_test_macros.hpp>
#include <vector>
Go to the source code of this file.
Functions | |
TEST_CASE ("Permutation algorithms", "[Neuron][node_order_optim][permute]") | |
TEST_CASE | ( | "Permutation algorithms" | , |
"" | [Neuron][node_order_optim][permute] | ||
) |
Make sure that pinv[p[i]] = i = p[pinv[i]]
Definition at line 7 of file permutations.cpp.