This commit is contained in:
2025-05-06 22:01:23 -04:00
parent 11975cebfb
commit 759bf06b76
5 changed files with 19 additions and 2 deletions

View File

@ -101,6 +101,20 @@ namespace perm
return ret;
}
int mindex_to_perm(int *mindex, int *perm, int *wrk, int ndim)
{
int ret = -1;
return ret;
}
int perm_to_mindex(int *perm, int *mindex, int *wrk, int ndim)
{
int ret = -1;
return ret;
}
}; //end namespace perm
}; //end namespace ams